| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 # TODO: These need to be retriaged. | 116 # TODO: These need to be retriaged. |
| 117 disable_privacy_test: Skip | 117 disable_privacy_test: Skip |
| 118 richards_test: Fail | 118 richards_test: Fail |
| 119 string_escape1_negative_test: Skip | 119 string_escape1_negative_test: Skip |
| 120 gc_test: Skip # Issue 1487 | 120 gc_test: Skip # Issue 1487 |
| 121 | 121 |
| 122 | 122 |
| 123 [ $runtime == chrome ] | 123 [ $runtime == chrome ] |
| 124 string_escape1_negative_test: Skip | 124 string_escape1_negative_test: Skip |
| 125 | 125 |
| 126 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | |
| 127 [ $runtime == opera ] | 126 [ $runtime == opera ] |
| 128 *: Skip | 127 # TODO(kasperl): Triage these tests. |
| 128 arithmetic_test: Crash |
| 129 call_through_getter_test: Fail |
| 130 call_through_null_getter_test: Fail |
| 131 closure3_test: Fail |
| 132 execute_finally3_test: Fail |
| 133 method_invocation_test: Fail |
| 134 null_pointer_exception_test: Fail |
| 135 stack_overflow_test: Fail |
| 136 string_interpolate_npe_test: Fail |
| 137 label_test: Skip |
| 129 | 138 |
| 130 [ $runtime == ie && ($system == linux || $system == mac) ] | 139 [ $runtime == ie && ($system == linux || $system == mac) ] |
| 131 *: Skip | 140 *: Skip |
| 132 | 141 |
| 133 [ $runtime == safari && ($system == linux || $system == windows) ] | 142 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 134 *: Skip | 143 *: Skip |
| 135 | 144 |
| 136 [ $browser ] | 145 [ $browser ] |
| 137 prefix_core_test: Fail # Issue 2264. | 146 prefix_core_test: Fail # Issue 2264. |
| 138 | 147 |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 type_variable_bounds2_test/01: Fail | 330 type_variable_bounds2_test/01: Fail |
| 322 type_variable_bounds2_test/02: Fail | 331 type_variable_bounds2_test/02: Fail |
| 323 type_variable_bounds2_test/03: Fail | 332 type_variable_bounds2_test/03: Fail |
| 324 type_variable_bounds2_test/04: Fail | 333 type_variable_bounds2_test/04: Fail |
| 325 type_variable_bounds2_test/05: Fail | 334 type_variable_bounds2_test/05: Fail |
| 326 type_variable_bounds2_test/06: Fail | 335 type_variable_bounds2_test/06: Fail |
| 327 type_variable_bounds2_test/none: Fail | 336 type_variable_bounds2_test/none: Fail |
| 328 type_variable_bounds_test/02: Fail | 337 type_variable_bounds_test/02: Fail |
| 329 type_variable_bounds_test/04: Fail | 338 type_variable_bounds_test/04: Fail |
| 330 type_variable_bounds_test/05: Fail | 339 type_variable_bounds_test/05: Fail |
| OLD | NEW |