| 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 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 141 [ $runtime == opera ] | 142 [ $runtime == opera ] |
| 142 # TODO(kasperl): Triage these tests. | 143 *: Skip |
| 143 arithmetic_test: Crash | |
| 144 call_through_getter_test: Fail | |
| 145 call_through_null_getter_test: Fail | |
| 146 closure3_test: Fail | |
| 147 execute_finally3_test: Fail | |
| 148 method_invocation_test: Fail | |
| 149 null_pointer_exception_test: Fail | |
| 150 stack_overflow_test: Fail | |
| 151 string_interpolate_npe_test: Fail | |
| 152 label_test: Skip | |
| 153 | 144 |
| 154 [ $runtime == ie && ($system == linux || $system == mac) ] | 145 [ $runtime == ie && ($system == linux || $system == mac) ] |
| 155 *: Skip | 146 *: Skip |
| 156 | 147 |
| 157 [ $runtime == safari && ($system == linux || $system == windows) ] | 148 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 158 *: Skip | 149 *: Skip |
| 159 | 150 |
| 160 [ $browser ] | 151 [ $browser ] |
| 161 prefix_core_test: Fail # Issue 2264. | 152 prefix_core_test: Fail # Issue 2264. |
| 162 | 153 |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 static_top_level_test/05: Fail | 320 static_top_level_test/05: Fail |
| 330 string_interpolation7_test: Fail | 321 string_interpolation7_test: Fail |
| 331 switch_label_test: Fail | 322 switch_label_test: Fail |
| 332 syntax_test/none: Fail | 323 syntax_test/none: Fail |
| 333 typed_message_test: Fail | 324 typed_message_test: Fail |
| 334 type_variable_bounds2_test/02: Fail | 325 type_variable_bounds2_test/02: Fail |
| 335 type_variable_bounds2_test/06: Fail | 326 type_variable_bounds2_test/06: Fail |
| 336 type_variable_bounds_test/02: Fail | 327 type_variable_bounds_test/02: Fail |
| 337 type_variable_bounds_test/04: Fail | 328 type_variable_bounds_test/04: Fail |
| 338 type_variable_bounds_test/05: Fail | 329 type_variable_bounds_test/05: Fail |
| OLD | NEW |