| 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 26 matching lines...) Expand all Loading... |
| 37 parameter_initializer6_negative_test: Fail # Issue 3502 | 37 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 38 | 38 |
| 39 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 39 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| 40 | 40 |
| 41 lazy_static3_test: Fail # Issue 12593 | 41 lazy_static3_test: Fail # Issue 12593 |
| 42 | 42 |
| 43 compile_time_constant10_test/none: Fail # issue 5214 | 43 compile_time_constant10_test/none: Fail # issue 5214 |
| 44 | 44 |
| 45 export_cyclic_test: Fail, Crash # issue 6060 | 45 export_cyclic_test: Fail, Crash # issue 6060 |
| 46 duplicate_export_negative_test: Fail # issue 6134 | 46 duplicate_export_negative_test: Fail # issue 6134 |
| 47 type_annotation_test/04: Fail # Issue 6970 | |
| 48 type_annotation_test/06: Fail # Issue 6973 | |
| 49 type_annotation_test/09: Fail # Issue 6973 | |
| 50 | 47 |
| 51 on_catch_malformed_type_test: Fail # Issue 8601 | 48 on_catch_malformed_type_test: Fail # Issue 8601 |
| 52 | 49 |
| 53 mixin_mixin_test: Fail | 50 mixin_mixin_test: Fail |
| 54 mixin_issue10216_2_test: Fail | 51 mixin_issue10216_2_test: Fail |
| 55 mixin_illegal_object_test/01: Crash # Issue 10952 | 52 mixin_illegal_object_test/01: Crash # Issue 10952 |
| 56 mixin_illegal_object_test/02: Crash # Issue 10952 | 53 mixin_illegal_object_test/02: Crash # Issue 10952 |
| 57 | 54 |
| 58 mixin_forwarding_constructor2_test: Fail # Issue 11888 | 55 mixin_forwarding_constructor2_test: Fail # Issue 11888 |
| 59 mixin_typedef_constructor_test: Fail # Issue 11888 | 56 mixin_typedef_constructor_test: Fail # Issue 11888 |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 super_call4_test: Fail, OK # hardcoded names. | 290 super_call4_test: Fail, OK # hardcoded names. |
| 294 | 291 |
| 295 [ $compiler == dart2js || $compiler == dart2dart] | 292 [ $compiler == dart2js || $compiler == dart2dart] |
| 296 null_test/03: Fail # Issue 12445. | 293 null_test/03: Fail # Issue 12445. |
| 297 | 294 |
| 298 [ $compiler == dart2js ] | 295 [ $compiler == dart2js ] |
| 299 null_test/none: Fail # Issue 12482 | 296 null_test/none: Fail # Issue 12482 |
| 300 | 297 |
| 301 [ $compiler == dartanalyzer ] | 298 [ $compiler == dartanalyzer ] |
| 302 null_test/03: Fail # Issue 12484 | 299 null_test/03: Fail # Issue 12484 |
| OLD | NEW |