| 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 instanceof3_test: Fail | 222 instanceof3_test: Fail |
| 223 library_prefixes_test: Fail | 223 library_prefixes_test: Fail |
| 224 method_name_test: Fail | 224 method_name_test: Fail |
| 225 method_override_test: Fail | 225 method_override_test: Fail |
| 226 named_parameters_type_test: Fail | 226 named_parameters_type_test: Fail |
| 227 numbers_test: Fail | 227 numbers_test: Fail |
| 228 # DartVM problem. | 228 # DartVM problem. |
| 229 closure_with_super_send_test: Fail | 229 closure_with_super_send_test: Fail |
| 230 constructor5_test: Fail | 230 constructor5_test: Fail |
| 231 constructor6_test: Fail | 231 constructor6_test: Fail |
| 232 constructor_duplicate_initializers_test/02: Fail | |
| 233 fauxverride_test/none: Fail | 232 fauxverride_test/none: Fail |
| 234 gc_test: Fail | 233 gc_test: Fail |
| 235 parameter_initializer6_negative_test: Fail | 234 parameter_initializer6_negative_test: Fail |
| 236 prefix_core_test: Fail | 235 prefix_core_test: Fail |
| 237 private_member3_negative_test: Fail | 236 private_member3_negative_test: Fail |
| 238 super_closure_test: Fail | 237 super_closure_test: Fail |
| 239 super_field_access_test: Fail | 238 super_field_access_test: Fail |
| 240 super_first_constructor_test: Fail | 239 super_first_constructor_test: Fail |
| 241 # Should be triaged. | 240 # Should be triaged. |
| 242 condition_bailout_test: Fail | 241 condition_bailout_test: Fail |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 type_variable_bounds2_test/none: Fail | 325 type_variable_bounds2_test/none: Fail |
| 327 type_variable_bounds_test/02: Fail | 326 type_variable_bounds_test/02: Fail |
| 328 type_variable_bounds_test/04: Fail | 327 type_variable_bounds_test/04: Fail |
| 329 type_variable_bounds_test/05: Fail | 328 type_variable_bounds_test/05: Fail |
| 330 type_variable_scope_test/00: Fail | 329 type_variable_scope_test/00: Fail |
| 331 type_variable_scope_test/01: Fail | 330 type_variable_scope_test/01: Fail |
| 332 type_variable_scope_test/02: Fail | 331 type_variable_scope_test/02: Fail |
| 333 type_variable_scope_test/03: Fail | 332 type_variable_scope_test/03: Fail |
| 334 type_variable_scope_test/04: Fail | 333 type_variable_scope_test/04: Fail |
| 335 type_variable_scope_test/05: Fail | 334 type_variable_scope_test/05: Fail |
| OLD | NEW |