| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 method_name_test: Fail | 238 method_name_test: Fail |
| 239 method_override_test: Fail | 239 method_override_test: Fail |
| 240 named_parameters_type_test: Fail | 240 named_parameters_type_test: Fail |
| 241 numbers_test: Fail | 241 numbers_test: Fail |
| 242 # DartVM problem. | 242 # DartVM problem. |
| 243 closure_with_super_send_test: Fail | 243 closure_with_super_send_test: Fail |
| 244 constructor5_test: Fail | 244 constructor5_test: Fail |
| 245 constructor6_test: Fail | 245 constructor6_test: Fail |
| 246 fauxverride_test/none: Fail | 246 fauxverride_test/none: Fail |
| 247 gc_test: Fail | 247 gc_test: Fail |
| 248 parameter_initializer6_negative_test: Fail | |
| 249 prefix_core_test: Fail | 248 prefix_core_test: Fail |
| 250 super_closure_test: Fail | 249 super_closure_test: Fail |
| 251 super_field_access_test: Fail | 250 super_field_access_test: Fail |
| 252 super_first_constructor_test: Fail | 251 super_first_constructor_test: Fail |
| 253 # Should be triaged. | 252 # Should be triaged. |
| 254 const_test: Fail | 253 const_test: Fail |
| 255 # default_factory3_test: Fail # Depends on empty class processing. | 254 # default_factory3_test: Fail # Depends on empty class processing. |
| 256 dynamic_test: Fail # Depends on empty class processing. | 255 dynamic_test: Fail # Depends on empty class processing. |
| 257 empty_body_member_negative_test: Fail | 256 empty_body_member_negative_test: Fail |
| 258 factory4_test: Fail | 257 factory4_test: Fail |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 type_variable_bounds2_test/01: Fail | 323 type_variable_bounds2_test/01: Fail |
| 325 type_variable_bounds2_test/02: Fail | 324 type_variable_bounds2_test/02: Fail |
| 326 type_variable_bounds2_test/03: Fail | 325 type_variable_bounds2_test/03: Fail |
| 327 type_variable_bounds2_test/04: Fail | 326 type_variable_bounds2_test/04: Fail |
| 328 type_variable_bounds2_test/05: Fail | 327 type_variable_bounds2_test/05: Fail |
| 329 type_variable_bounds2_test/06: Fail | 328 type_variable_bounds2_test/06: Fail |
| 330 type_variable_bounds2_test/none: Fail | 329 type_variable_bounds2_test/none: Fail |
| 331 type_variable_bounds_test/02: Fail | 330 type_variable_bounds_test/02: Fail |
| 332 type_variable_bounds_test/04: Fail | 331 type_variable_bounds_test/04: Fail |
| 333 type_variable_bounds_test/05: Fail | 332 type_variable_bounds_test/05: Fail |
| OLD | NEW |