| 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 constructor_duplicate_initializers_test/02: Fail | 206 constructor_duplicate_initializers_test/02: Fail |
| 207 fauxverride_test/none: Fail | 207 fauxverride_test/none: Fail |
| 208 gc_test: Fail | 208 gc_test: Fail |
| 209 parameter_initializer6_negative_test: Fail | 209 parameter_initializer6_negative_test: Fail |
| 210 prefix_core_test: Fail | 210 prefix_core_test: Fail |
| 211 private_member3_negative_test: Fail | 211 private_member3_negative_test: Fail |
| 212 super_closure_test: Fail | 212 super_closure_test: Fail |
| 213 super_field_access_test: Fail | 213 super_field_access_test: Fail |
| 214 super_first_constructor_test: Fail | 214 super_first_constructor_test: Fail |
| 215 # Should be triaged. | 215 # Should be triaged. |
| 216 compile_time_constant8_test: Fail | |
| 217 cond_expr_test: Fail | 216 cond_expr_test: Fail |
| 218 condition_bailout_test: Fail | 217 condition_bailout_test: Fail |
| 219 const_objects_are_immutable_test: Fail | 218 const_objects_are_immutable_test: Fail |
| 220 constructor2_test: Fail | 219 constructor2_test: Fail |
| 221 const_test: Fail | 220 const_test: Fail |
| 222 ct_const_test: Fail | 221 ct_const_test: Fail |
| 223 cyclic_type_variable_test/01: Fail | 222 cyclic_type_variable_test/01: Fail |
| 224 cyclic_type_variable_test/02: Fail | 223 cyclic_type_variable_test/02: Fail |
| 225 cyclic_type_variable_test/03: Fail | 224 cyclic_type_variable_test/03: Fail |
| 226 cyclic_type_variable_test/04: Fail | 225 cyclic_type_variable_test/04: Fail |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 type_variable_bounds2_test/none: Fail | 338 type_variable_bounds2_test/none: Fail |
| 340 type_variable_bounds_test/02: Fail | 339 type_variable_bounds_test/02: Fail |
| 341 type_variable_bounds_test/04: Fail | 340 type_variable_bounds_test/04: Fail |
| 342 type_variable_bounds_test/05: Fail | 341 type_variable_bounds_test/05: Fail |
| 343 type_variable_scope_test/00: Fail | 342 type_variable_scope_test/00: Fail |
| 344 type_variable_scope_test/01: Fail | 343 type_variable_scope_test/01: Fail |
| 345 type_variable_scope_test/02: Fail | 344 type_variable_scope_test/02: Fail |
| 346 type_variable_scope_test/03: Fail | 345 type_variable_scope_test/03: Fail |
| 347 type_variable_scope_test/04: Fail | 346 type_variable_scope_test/04: Fail |
| 348 type_variable_scope_test/05: Fail | 347 type_variable_scope_test/05: Fail |
| OLD | NEW |