| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 parameter_initializer6_negative_test: Fail | 225 parameter_initializer6_negative_test: Fail |
| 226 prefix_core_test: Fail | 226 prefix_core_test: Fail |
| 227 private_member3_negative_test: Fail | 227 private_member3_negative_test: Fail |
| 228 super_closure_test: Fail | 228 super_closure_test: Fail |
| 229 super_field_access_test: Fail | 229 super_field_access_test: Fail |
| 230 super_first_constructor_test: Fail | 230 super_first_constructor_test: Fail |
| 231 # Should be triaged. | 231 # Should be triaged. |
| 232 condition_bailout_test: Fail | 232 condition_bailout_test: Fail |
| 233 const_test: Fail | 233 const_test: Fail |
| 234 default_factory3_test: Fail # Depends on empty class processing. | 234 default_factory3_test: Fail # Depends on empty class processing. |
| 235 dynamic_test: Fail | 235 dynamic_test: Fail # Depends on empty class processing. |
| 236 empty_body_member_negative_test: Fail | 236 empty_body_member_negative_test: Fail |
| 237 factory4_test: Fail | 237 factory4_test: Fail |
| 238 f_bounded_quantification_test/01: Fail | 238 f_bounded_quantification_test/01: Fail |
| 239 f_bounded_quantification_test/02: Fail | 239 f_bounded_quantification_test/02: Fail |
| 240 f_bounded_quantification_test/none: Fail | 240 f_bounded_quantification_test/none: Fail |
| 241 field2_negative_test: Fail | 241 field2_negative_test: Fail |
| 242 field4_negative_test: Fail | 242 field4_negative_test: Fail |
| 243 field5_negative_test: Fail | 243 field5_negative_test: Fail |
| 244 field6a_negative_test: Fail | 244 field6a_negative_test: Fail |
| 245 field7a_negative_test: Fail | 245 field7a_negative_test: Fail |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 type_variable_bounds2_test/none: Fail | 335 type_variable_bounds2_test/none: Fail |
| 336 type_variable_bounds_test/02: Fail | 336 type_variable_bounds_test/02: Fail |
| 337 type_variable_bounds_test/04: Fail | 337 type_variable_bounds_test/04: Fail |
| 338 type_variable_bounds_test/05: Fail | 338 type_variable_bounds_test/05: Fail |
| 339 type_variable_scope_test/00: Fail | 339 type_variable_scope_test/00: Fail |
| 340 type_variable_scope_test/01: Fail | 340 type_variable_scope_test/01: Fail |
| 341 type_variable_scope_test/02: Fail | 341 type_variable_scope_test/02: Fail |
| 342 type_variable_scope_test/03: Fail | 342 type_variable_scope_test/03: Fail |
| 343 type_variable_scope_test/04: Fail | 343 type_variable_scope_test/04: Fail |
| 344 type_variable_scope_test/05: Fail | 344 type_variable_scope_test/05: Fail |
| OLD | NEW |