| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 # TODO: These need to be retriaged. | 131 # TODO: These need to be retriaged. |
| 132 disable_privacy_test: Skip | 132 disable_privacy_test: Skip |
| 133 richards_test: Fail | 133 richards_test: Fail |
| 134 string_escape1_negative_test: Skip | 134 string_escape1_negative_test: Skip |
| 135 gc_test: Skip # Issue 1487 | 135 gc_test: Skip # Issue 1487 |
| 136 | 136 |
| 137 | 137 |
| 138 [ $runtime == chrome ] | 138 [ $runtime == chrome ] |
| 139 string_escape1_negative_test: Skip | 139 string_escape1_negative_test: Skip |
| 140 | 140 |
| 141 [ $runtime == safari || $runtime == ff ] | |
| 142 naming_test: Fail # Issue 4454 | |
| 143 | |
| 144 [ $runtime == opera ] | 141 [ $runtime == opera ] |
| 145 # TODO(kasperl): Triage these tests. | 142 # TODO(kasperl): Triage these tests. |
| 146 arithmetic_test: Crash | 143 arithmetic_test: Crash |
| 147 call_through_getter_test: Fail | 144 call_through_getter_test: Fail |
| 148 call_through_null_getter_test: Fail | 145 call_through_null_getter_test: Fail |
| 149 closure3_test: Fail | 146 closure3_test: Fail |
| 150 execute_finally3_test: Fail | 147 execute_finally3_test: Fail |
| 151 method_invocation_test: Fail | 148 method_invocation_test: Fail |
| 152 null_pointer_exception_test: Fail | 149 null_pointer_exception_test: Fail |
| 153 stack_overflow_test: Fail | 150 stack_overflow_test: Fail |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 static_top_level_test/05: Fail | 329 static_top_level_test/05: Fail |
| 333 string_interpolation7_test: Fail | 330 string_interpolation7_test: Fail |
| 334 switch_label_test: Fail | 331 switch_label_test: Fail |
| 335 syntax_test/none: Fail | 332 syntax_test/none: Fail |
| 336 typed_message_test: Fail | 333 typed_message_test: Fail |
| 337 type_variable_bounds2_test/02: Fail | 334 type_variable_bounds2_test/02: Fail |
| 338 type_variable_bounds2_test/06: Fail | 335 type_variable_bounds2_test/06: Fail |
| 339 type_variable_bounds_test/02: Fail | 336 type_variable_bounds_test/02: Fail |
| 340 type_variable_bounds_test/04: Fail | 337 type_variable_bounds_test/04: Fail |
| 341 type_variable_bounds_test/05: Fail | 338 type_variable_bounds_test/05: Fail |
| OLD | NEW |