| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 compile_time_constant10_test/none: Fail # issue 5214 | 44 compile_time_constant10_test/none: Fail # issue 5214 |
| 45 | 45 |
| 46 export_cyclic_test: Fail, Crash # issue 6060 | 46 export_cyclic_test: Fail, Crash # issue 6060 |
| 47 duplicate_export_negative_test: Fail # issue 6134 | 47 duplicate_export_negative_test: Fail # issue 6134 |
| 48 type_annotation_test/04: Fail # Issue 6970 | 48 type_annotation_test/04: Fail # Issue 6970 |
| 49 type_annotation_test/06: Fail # Issue 6973 | 49 type_annotation_test/06: Fail # Issue 6973 |
| 50 type_annotation_test/09: Fail # Issue 6973 | 50 type_annotation_test/09: Fail # Issue 6973 |
| 51 | 51 |
| 52 on_catch_malformed_type_test: Fail # Issue 8601 | 52 on_catch_malformed_type_test: Fail # Issue 8601 |
| 53 | 53 |
| 54 mixin_mixin_test: Fail | 54 #mixin_mixin_test: Fail |
| 55 mixin_issue10216_2_test: Fail | 55 #mixin_issue10216_2_test: Fail |
| 56 mixin_illegal_object_test/01: Crash # Issue 10952 | 56 mixin_illegal_object_test/01: Crash # Issue 10952 |
| 57 mixin_illegal_object_test/02: Crash # Issue 10952 | 57 mixin_illegal_object_test/02: Crash # Issue 10952 |
| 58 | 58 |
| 59 mixin_forwarding_constructor2_test: Fail # Issue 11888 | 59 mixin_forwarding_constructor2_test: Fail # Issue 11888 |
| 60 mixin_typedef_constructor_test: Fail # Issue 11888 | 60 #mixin_typedef_constructor_test: Fail # Issue 11888 |
| 61 mixin_type_parameter2_test: Fail # Issue 11888 | 61 #mixin_type_parameter2_test: Fail # Issue 11888 |
| 62 | 62 |
| 63 [ $compiler == none && $unchecked ] | 63 [ $compiler == none && $unchecked ] |
| 64 | 64 |
| 65 # Only checked mode reports an error on type assignment | 65 # Only checked mode reports an error on type assignment |
| 66 # problems in compile time constants. | 66 # problems in compile time constants. |
| 67 compile_time_constant_checked_test/02: Fail, OK | 67 compile_time_constant_checked_test/02: Fail, OK |
| 68 compile_time_constant_checked2_test/01: Fail, OK | 68 compile_time_constant_checked2_test/01: Fail, OK |
| 69 compile_time_constant_checked2_test/02: Fail, OK | 69 compile_time_constant_checked2_test/02: Fail, OK |
| 70 compile_time_constant_checked2_test/03: Fail, OK | 70 compile_time_constant_checked2_test/03: Fail, OK |
| 71 compile_time_constant_checked2_test/04: Fail, OK | 71 compile_time_constant_checked2_test/04: Fail, OK |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 super_call4_test: Fail, OK # hardcoded names. | 295 super_call4_test: Fail, OK # hardcoded names. |
| 296 | 296 |
| 297 [ $compiler == dart2js || $compiler == dart2dart] | 297 [ $compiler == dart2js || $compiler == dart2dart] |
| 298 null_test/03: Fail # Issue 12445. | 298 null_test/03: Fail # Issue 12445. |
| 299 | 299 |
| 300 [ $compiler == dart2js ] | 300 [ $compiler == dart2js ] |
| 301 null_test/none: Fail # Issue 12482 | 301 null_test/none: Fail # Issue 12482 |
| 302 | 302 |
| 303 [ $compiler == dartanalyzer ] | 303 [ $compiler == dartanalyzer ] |
| 304 null_test/03: Fail # Issue 12484 | 304 null_test/03: Fail # Issue 12484 |
| OLD | NEW |