| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 default_factory2_test/01: Fail | 226 default_factory2_test/01: Fail |
| 227 default_factory3_test: Fail | 227 default_factory3_test: Fail |
| 228 default_factory_library_test: Fail | 228 default_factory_library_test: Fail |
| 229 duplicate_constructor_test/01: Fail | 229 duplicate_constructor_test/01: Fail |
| 230 duplicate_implements_test/01: Fail | 230 duplicate_implements_test/01: Fail |
| 231 duplicate_implements_test/02: Fail | 231 duplicate_implements_test/02: Fail |
| 232 duplicate_implements_test/03: Fail | 232 duplicate_implements_test/03: Fail |
| 233 duplicate_implements_test/04: Fail | 233 duplicate_implements_test/04: Fail |
| 234 dynamic_test: Fail | 234 dynamic_test: Fail |
| 235 empty_body_member_negative_test: Fail | 235 empty_body_member_negative_test: Fail |
| 236 factory2_test: Fail | |
| 237 factory4_test: Fail | 236 factory4_test: Fail |
| 238 factory_test: Fail | 237 factory_test: Fail |
| 239 fauxverride_test/none: Fail | 238 fauxverride_test/none: Fail |
| 240 f_bounded_quantification_test/01: Fail | 239 f_bounded_quantification_test/01: Fail |
| 241 f_bounded_quantification_test/02: Fail | 240 f_bounded_quantification_test/02: Fail |
| 242 f_bounded_quantification_test/none: Fail | 241 f_bounded_quantification_test/none: Fail |
| 243 field2_negative_test: Fail | 242 field2_negative_test: Fail |
| 244 field4_negative_test: Fail | 243 field4_negative_test: Fail |
| 245 field5_negative_test: Fail | 244 field5_negative_test: Fail |
| 246 field6a_negative_test: Fail | 245 field6a_negative_test: Fail |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 type_variable_bounds2_test/none: Fail | 356 type_variable_bounds2_test/none: Fail |
| 358 type_variable_bounds_test/02: Fail | 357 type_variable_bounds_test/02: Fail |
| 359 type_variable_bounds_test/04: Fail | 358 type_variable_bounds_test/04: Fail |
| 360 type_variable_bounds_test/05: Fail | 359 type_variable_bounds_test/05: Fail |
| 361 type_variable_scope_test/00: Fail | 360 type_variable_scope_test/00: Fail |
| 362 type_variable_scope_test/01: Fail | 361 type_variable_scope_test/01: Fail |
| 363 type_variable_scope_test/02: Fail | 362 type_variable_scope_test/02: Fail |
| 364 type_variable_scope_test/03: Fail | 363 type_variable_scope_test/03: Fail |
| 365 type_variable_scope_test/04: Fail | 364 type_variable_scope_test/04: Fail |
| 366 type_variable_scope_test/05: Fail | 365 type_variable_scope_test/05: Fail |
| OLD | NEW |