| 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 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] | 8 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] |
| 9 licm2_test: Skip # Issue 12298 | 9 licm2_test: Skip # Issue 12298 |
| 10 | 10 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 | 24 |
| 25 # These bugs refer currently ongoing language discussions. | 25 # These bugs refer currently ongoing language discussions. |
| 26 constructor_initializer_test: Fail # Issue 12633 | 26 constructor_initializer_test: Fail # Issue 12633 |
| 27 constructor5_test: Fail # Issue 6422 | 27 constructor5_test: Fail # Issue 6422 |
| 28 constructor6_test: Fail # Issue 6422 | 28 constructor6_test: Fail # Issue 6422 |
| 29 closure_in_initializer_test: Fail # Issue 6422 | 29 closure_in_initializer_test: Fail # Issue 6422 |
| 30 | 30 |
| 31 # Regular bugs which should be fixed. | 31 # Regular bugs which should be fixed. |
| 32 super_first_constructor_test: Fail # Issue 1372. | 32 super_first_constructor_test: Fail # Issue 1372. |
| 33 parameter_initializer6_negative_test: Fail # Issue 3502 | 33 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 34 named_parameters_aggregated_test/05: Fail # Issue 12634 | |
| 35 lazy_static3_test: Fail # Issue 12593 | 34 lazy_static3_test: Fail # Issue 12593 |
| 36 export_cyclic_test: Fail, Crash # Issue 6060 | 35 export_cyclic_test: Fail, Crash # Issue 6060 |
| 37 duplicate_export_negative_test: Fail # Issue 6134 | 36 duplicate_export_negative_test: Fail # Issue 6134 |
| 38 on_catch_malformed_type_test: Fail # Issue 8601 | 37 on_catch_malformed_type_test: Fail # Issue 8601 |
| 39 mixin_mixin_test: Fail # Issue 12636 | 38 mixin_mixin_test: Fail # Issue 12636 |
| 40 mixin_issue10216_2_test: Fail # Issue 12636 | 39 mixin_issue10216_2_test: Fail # Issue 12636 |
| 41 mixin_illegal_object_test/01: Crash # Issue 10952 | 40 mixin_illegal_object_test/01: Crash # Issue 10952 |
| 42 mixin_illegal_object_test/02: Crash # Issue 10952 | 41 mixin_illegal_object_test/02: Crash # Issue 10952 |
| 43 mixin_forwarding_constructor2_test: Fail # Issue 11888 | 42 mixin_forwarding_constructor2_test: Fail # Issue 11888 |
| 44 mixin_typedef_constructor_test: Fail # Issue 11888 | 43 mixin_typedef_constructor_test: Fail # Issue 11888 |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 import_core_prefix_test: Pass | 253 import_core_prefix_test: Pass |
| 255 prefix22_test: Pass | 254 prefix22_test: Pass |
| 256 invocation_mirror_test: Fail, OK # hardcoded names. | 255 invocation_mirror_test: Fail, OK # hardcoded names. |
| 257 super_call4_test: Fail, OK # hardcoded names. | 256 super_call4_test: Fail, OK # hardcoded names. |
| 258 | 257 |
| 259 [ $compiler == dart2js || $compiler == dart2dart] | 258 [ $compiler == dart2js || $compiler == dart2dart] |
| 260 null_test/03: Fail # Issue 12445. | 259 null_test/03: Fail # Issue 12445. |
| 261 | 260 |
| 262 [ $compiler == dart2js ] | 261 [ $compiler == dart2js ] |
| 263 null_test/none: Fail # Issue 12482 | 262 null_test/none: Fail # Issue 12482 |
| OLD | NEW |