| 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 # Call operator is not supported by dart2js frontend. | 206 # Call operator is not supported by dart2js frontend. |
| 207 call_operator_test: Fail | 207 call_operator_test: Fail |
| 208 # dart2js frontend doesn't even analyse problematic classes. | 208 # dart2js frontend doesn't even analyse problematic classes. |
| 209 class_extends_negative_test: Fail | 209 class_extends_negative_test: Fail |
| 210 duplicate_implements_test/01: Fail | 210 duplicate_implements_test/01: Fail |
| 211 duplicate_implements_test/02: Fail | 211 duplicate_implements_test/02: Fail |
| 212 duplicate_implements_test/03: Fail | 212 duplicate_implements_test/03: Fail |
| 213 duplicate_implements_test/04: Fail | 213 duplicate_implements_test/04: Fail |
| 214 # dart2js allows duplicate constructor definitions. | 214 # dart2js allows duplicate constructor definitions. |
| 215 duplicate_constructor_test/01: Fail | 215 duplicate_constructor_test/01: Fail |
| 216 # Bug in dart2js frontend: cannot find the constructor. |
| 217 default_factory_library_test: Fail |
| 216 # DartVM problem. | 218 # DartVM problem. |
| 217 closure_with_super_send_test: Fail | 219 closure_with_super_send_test: Fail |
| 218 constructor5_test: Fail | 220 constructor5_test: Fail |
| 219 constructor6_test: Fail | 221 constructor6_test: Fail |
| 220 constructor_duplicate_initializers_test/02: Fail | 222 constructor_duplicate_initializers_test/02: Fail |
| 221 fauxverride_test/none: Fail | 223 fauxverride_test/none: Fail |
| 222 gc_test: Fail | 224 gc_test: Fail |
| 223 parameter_initializer6_negative_test: Fail | 225 parameter_initializer6_negative_test: Fail |
| 224 prefix_core_test: Fail | 226 prefix_core_test: Fail |
| 225 private_member3_negative_test: Fail | 227 private_member3_negative_test: Fail |
| 226 super_closure_test: Fail | 228 super_closure_test: Fail |
| 227 super_field_access_test: Fail | 229 super_field_access_test: Fail |
| 228 super_first_constructor_test: Fail | 230 super_first_constructor_test: Fail |
| 229 # Should be triaged. | 231 # Should be triaged. |
| 230 condition_bailout_test: Fail | 232 condition_bailout_test: Fail |
| 231 const_test: Fail | 233 const_test: Fail |
| 232 default_factory3_test: Fail | 234 default_factory3_test: Fail # Depends on empty class processing. |
| 233 default_factory_library_test: Fail | |
| 234 dynamic_test: Fail | 235 dynamic_test: Fail |
| 235 empty_body_member_negative_test: Fail | 236 empty_body_member_negative_test: Fail |
| 236 factory4_test: Fail | 237 factory4_test: Fail |
| 237 f_bounded_quantification_test/01: Fail | 238 f_bounded_quantification_test/01: Fail |
| 238 f_bounded_quantification_test/02: Fail | 239 f_bounded_quantification_test/02: Fail |
| 239 f_bounded_quantification_test/none: Fail | 240 f_bounded_quantification_test/none: Fail |
| 240 field2_negative_test: Fail | 241 field2_negative_test: Fail |
| 241 field4_negative_test: Fail | 242 field4_negative_test: Fail |
| 242 field5_negative_test: Fail | 243 field5_negative_test: Fail |
| 243 field6a_negative_test: Fail | 244 field6a_negative_test: Fail |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 type_variable_bounds2_test/none: Fail | 335 type_variable_bounds2_test/none: Fail |
| 335 type_variable_bounds_test/02: Fail | 336 type_variable_bounds_test/02: Fail |
| 336 type_variable_bounds_test/04: Fail | 337 type_variable_bounds_test/04: Fail |
| 337 type_variable_bounds_test/05: Fail | 338 type_variable_bounds_test/05: Fail |
| 338 type_variable_scope_test/00: Fail | 339 type_variable_scope_test/00: Fail |
| 339 type_variable_scope_test/01: Fail | 340 type_variable_scope_test/01: Fail |
| 340 type_variable_scope_test/02: Fail | 341 type_variable_scope_test/02: Fail |
| 341 type_variable_scope_test/03: Fail | 342 type_variable_scope_test/03: Fail |
| 342 type_variable_scope_test/04: Fail | 343 type_variable_scope_test/04: Fail |
| 343 type_variable_scope_test/05: Fail | 344 type_variable_scope_test/05: Fail |
| OLD | NEW |