| 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 == none ] | 8 [ $compiler == none ] |
| 9 mixin_super_constructor_named_test: Fail # Issue 12631 | 9 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 10 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 10 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 11 built_in_identifier_prefix_test: Fail # Issue 6970 | 11 built_in_identifier_prefix_test: Fail # Issue 6970 |
| 12 | 12 |
| 13 # These bugs refer currently ongoing language discussions. | 13 # These bugs refer currently ongoing language discussions. |
| 14 constructor_initializer_test/none: Fail # Issue 12633 | 14 constructor_initializer_test/none: Fail # Issue 12633 |
| 15 constructor5_test: Fail # Issue 6422 | 15 constructor5_test: Fail # Issue 6422 |
| 16 constructor6_test: Fail # Issue 6422 | 16 constructor6_test: Fail # Issue 6422 |
| 17 closure_in_initializer_test: Fail # Issue 6422 | 17 closure_in_initializer_test: Fail # Issue 6422 |
| 18 | 18 |
| 19 # Regular bugs which should be fixed. | 19 # Regular bugs which should be fixed. |
| 20 duplicate_export_negative_test: Fail # Issue 6134 | 20 duplicate_export_negative_test: Fail # Issue 6134 |
| 21 mixin_forwarding_constructor2_test: Fail # Issue 13641 | 21 mixin_forwarding_constructor2_test: Fail # Issue 13641 |
| 22 | 22 |
| 23 # These test use the old syntax, and will be phased out. | |
| 24 deferred_constraints_constants_old_syntax_test/reference1: Fail, Ok | |
| 25 deferred_constraints_constants_old_syntax_test/reference2: Fail, Ok | |
| 26 deferred_constraints_constants_old_syntax_test/metadata1: Fail, Ok | |
| 27 deferred_constraints_constants_old_syntax_test/metadata2: Fail, Ok | |
| 28 deferred_constraints_constants_old_syntax_test/metadata3: Fail, Ok | |
| 29 deferred_constraints_constants_old_syntax_test/default_argument1: Fail, Ok | |
| 30 deferred_constraints_constants_old_syntax_test/default_argument2: Fail, Ok | |
| 31 deferred_constraints_constants_old_syntax_test/constructor1: Fail, Ok | |
| 32 deferred_constraints_constants_old_syntax_test/constructor2: Fail, Ok | |
| 33 | 23 |
| 34 [ $runtime != vm ] | 24 [ $runtime != vm ] |
| 35 # Async tests are currently only supported by the vm. | 25 # Async tests are currently only supported by the vm. |
| 36 async_test/*: Skip | 26 async_test/*: Skip |
| 37 | 27 |
| 38 [ $compiler == dart2dart] | 28 [ $compiler == dart2dart] |
| 39 # Async tests are not yet supported in dart2dart. | 29 # Async tests are not yet supported in dart2dart. |
| 40 async_test/*: Skip | 30 async_test/*: Skip |
| 41 deferred_load_library_wrong_args_test/none: Fail # Issue 17523 | 31 deferred_load_library_wrong_args_test/none: Fail # Issue 17523 |
| 42 deferred_load_inval_code_test: Fail # Issue 17523 | 32 deferred_load_inval_code_test: Fail # Issue 17523 |
| 43 deferred_not_loaded_check_test: Fail # Issue 17523 | 33 deferred_not_loaded_check_test: Fail # Issue 17523 |
| 44 deferred_constraints_type_annotation_test/*: Fail, Pass # Issue 17523 | 34 deferred_constraints_type_annotation_test/*: Fail, Pass # Issue 17523 |
| 45 deferred_constraints_constants_test/*: Fail, Pass # Issue 17523 | 35 deferred_constraints_constants_test/*: Fail, Pass # Issue 17523 |
| 46 deferred_shadow_load_library_test: Fail # Issue 17523 | 36 deferred_shadow_load_library_test: Fail # Issue 17523 |
| 47 deferred_closurize_load_library_test: Fail # Issue 17523 | 37 deferred_closurize_load_library_test: Fail # Issue 17523 |
| 48 deferred_inlined_test: Fail # Issue 17523 | 38 deferred_inlined_test: Fail # Issue 17523 |
| 49 deferred_optimized_test: Fail # Issue 17523 | 39 deferred_optimized_test: Fail # Issue 17523 |
| 50 | 40 |
| 51 override_inheritance_mixed_test/08: Fail # Issue 18124 | 41 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 52 override_inheritance_mixed_test/09: Fail # Issue 18124 | 42 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 53 | 43 |
| 54 [ $compiler == none || $compiler == dart2dart] | 44 [ $compiler == none || $compiler == dart2dart] |
| 55 # These test use the old syntax, and will be phased out. | |
| 56 deferred_constraints_type_annotation_old_syntax_test/as_operation: Fail, Ok | |
| 57 deferred_constraints_type_annotation_old_syntax_test/is_check: Fail, Ok | |
| 58 deferred_constraints_type_annotation_old_syntax_test/catch_check: Fail, Ok | |
| 59 deferred_constraints_type_annotation_old_syntax_test/new_before_load: Fail, Ok | |
| 60 | |
| 61 # Non-contractive types are not supported in the vm. | 45 # Non-contractive types are not supported in the vm. |
| 62 cyclic_type_test/02: Fail, OK | 46 cyclic_type_test/02: Fail, OK |
| 63 cyclic_type_test/04: Fail, OK | 47 cyclic_type_test/04: Fail, OK |
| 64 cyclic_type2_test: Fail, OK | 48 cyclic_type2_test: Fail, OK |
| 65 least_upper_bound_expansive_test/*: Fail, OK | 49 least_upper_bound_expansive_test/*: Fail, OK |
| 66 | 50 |
| 67 [ ($compiler == none || $compiler == dart2dart) && $checked ] | |
| 68 # Issue 17521, 17523 | |
| 69 # Dart2dart does not support deferred loading. | |
| 70 deferred_constraints_type_annotation_old_syntax_test/type_annotation1: Fail | |
| 71 deferred_constraints_type_annotation_old_syntax_test/type_annotation_generic1: F
ail | |
| 72 deferred_constraints_type_annotation_old_syntax_test/type_annotation_generic4: F
ail | |
| 73 | |
| 74 [ $compiler == none || $compiler == dartanalyzer || $compiler == dart2analyzer ] | |
| 75 # Issue 17521, 17522 | |
| 76 deferred_no_prefix_old_syntax_test/01: Fail | |
| 77 deferred_duplicate_prefix1_old_syntax_test/01: Fail | |
| 78 deferred_duplicate_prefix2_old_syntax_test/01: Fail | |
| 79 deferred_duplicate_prefix3_old_syntax_test/01: Fail | |
| 80 | |
| 81 [ $compiler == none && $runtime == vm ] | 51 [ $compiler == none && $runtime == vm ] |
| 82 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 52 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
| 83 | 53 |
| 84 unicode_bom_test: Fail # Issue 16067 | 54 unicode_bom_test: Fail # Issue 16067 |
| 85 | 55 |
| 86 [ $compiler == none && $checked ] | 56 [ $compiler == none && $checked ] |
| 87 type_variable_bounds4_test/01: Fail # Issue 14006 | 57 type_variable_bounds4_test/01: Fail # Issue 14006 |
| 88 | 58 |
| 89 [ $compiler == none && $unchecked ] | 59 [ $compiler == none && $unchecked ] |
| 90 # Only checked mode reports an error on type assignment | 60 # Only checked mode reports an error on type assignment |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 | 108 |
| 139 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] | 109 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] |
| 140 generic_instanceof3_test: Pass, Crash # Issue 17440. | 110 generic_instanceof3_test: Pass, Crash # Issue 17440. |
| 141 | 111 |
| 142 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] | 112 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] |
| 143 stack_overflow_test: Skip # Crashes. Issue 17440. | 113 stack_overflow_test: Skip # Crashes. Issue 17440. |
| 144 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. | 114 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. |
| 145 | 115 |
| 146 [ $compiler == none || $compiler == dart2analyzer ] | 116 [ $compiler == none || $compiler == dart2analyzer ] |
| 147 const_constructor_nonconst_field_test/01: Fail # Issue 18779, 18780 | 117 const_constructor_nonconst_field_test/01: Fail # Issue 18779, 18780 |
| OLD | NEW |