| 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/await is currently only supported by the vm. | 25 # Async/await is currently only supported by the vm. |
| 36 async_test/*: Skip | 26 async_test/*: Skip |
| 37 async_control_structures_test: Skip | 27 async_control_structures_test: Skip |
| 38 await_test: Skip | 28 await_test: Skip |
| 39 await_future_test: Skip | 29 await_future_test: Skip |
| 40 await_backwards_compatibility_test/*: Skip | 30 await_backwards_compatibility_test/*: Skip |
| 41 | 31 |
| 42 [ $compiler == dart2dart] | 32 [ $compiler == dart2dart] |
| (...skipping 10 matching lines...) Expand all Loading... |
| 53 deferred_constraints_constants_test/*: Fail, Pass # Issue 17523 | 43 deferred_constraints_constants_test/*: Fail, Pass # Issue 17523 |
| 54 deferred_shadow_load_library_test: Fail # Issue 17523 | 44 deferred_shadow_load_library_test: Fail # Issue 17523 |
| 55 deferred_closurize_load_library_test: Fail # Issue 17523 | 45 deferred_closurize_load_library_test: Fail # Issue 17523 |
| 56 deferred_inlined_test: Fail # Issue 17523 | 46 deferred_inlined_test: Fail # Issue 17523 |
| 57 deferred_optimized_test: Fail # Issue 17523 | 47 deferred_optimized_test: Fail # Issue 17523 |
| 58 | 48 |
| 59 override_inheritance_mixed_test/08: Fail # Issue 18124 | 49 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 60 override_inheritance_mixed_test/09: Fail # Issue 18124 | 50 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 61 | 51 |
| 62 [ $compiler == none || $compiler == dart2dart] | 52 [ $compiler == none || $compiler == dart2dart] |
| 63 # These test use the old syntax, and will be phased out. | |
| 64 deferred_constraints_type_annotation_old_syntax_test/as_operation: Fail, Ok | |
| 65 deferred_constraints_type_annotation_old_syntax_test/is_check: Fail, Ok | |
| 66 deferred_constraints_type_annotation_old_syntax_test/catch_check: Fail, Ok | |
| 67 deferred_constraints_type_annotation_old_syntax_test/new_before_load: Fail, Ok | |
| 68 | |
| 69 # Non-contractive types are not supported in the vm. | 53 # Non-contractive types are not supported in the vm. |
| 70 cyclic_type_test/02: Fail, OK | 54 cyclic_type_test/02: Fail, OK |
| 71 cyclic_type_test/04: Fail, OK | 55 cyclic_type_test/04: Fail, OK |
| 72 cyclic_type2_test: Fail, OK | 56 cyclic_type2_test: Fail, OK |
| 73 least_upper_bound_expansive_test/*: Fail, OK | 57 least_upper_bound_expansive_test/*: Fail, OK |
| 74 | 58 |
| 75 [ ($compiler == none || $compiler == dart2dart) && $checked ] | |
| 76 # Issue 17521, 17523 | |
| 77 # Dart2dart does not support deferred loading. | |
| 78 deferred_constraints_type_annotation_old_syntax_test/type_annotation1: Fail | |
| 79 deferred_constraints_type_annotation_old_syntax_test/type_annotation_generic1: F
ail | |
| 80 deferred_constraints_type_annotation_old_syntax_test/type_annotation_generic4: F
ail | |
| 81 | |
| 82 [ $compiler == none || $compiler == dartanalyzer || $compiler == dart2analyzer ] | |
| 83 # Issue 17521, 17522 | |
| 84 deferred_no_prefix_old_syntax_test/01: Fail | |
| 85 deferred_duplicate_prefix1_old_syntax_test/01: Fail | |
| 86 deferred_duplicate_prefix2_old_syntax_test/01: Fail | |
| 87 deferred_duplicate_prefix3_old_syntax_test/01: Fail | |
| 88 | |
| 89 [ $compiler == none && $runtime == vm ] | 59 [ $compiler == none && $runtime == vm ] |
| 90 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 60 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
| 91 | 61 |
| 92 unicode_bom_test: Fail # Issue 16067 | 62 unicode_bom_test: Fail # Issue 16067 |
| 93 | 63 |
| 94 [ $compiler == none && $checked ] | 64 [ $compiler == none && $checked ] |
| 95 type_variable_bounds4_test/01: Fail # Issue 14006 | 65 type_variable_bounds4_test/01: Fail # Issue 14006 |
| 96 | 66 |
| 97 [ $compiler == none && $unchecked ] | 67 [ $compiler == none && $unchecked ] |
| 98 # Only checked mode reports an error on type assignment | 68 # Only checked mode reports an error on type assignment |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 large_class_declaration_test: Skip # Times out. Issue 20352 | 115 large_class_declaration_test: Skip # Times out. Issue 20352 |
| 146 | 116 |
| 147 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 117 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
| 148 large_class_declaration_test: Skip # Times out. Issue 20352 | 118 large_class_declaration_test: Skip # Times out. Issue 20352 |
| 149 | 119 |
| 150 | 120 |
| OLD | NEW |