| 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 built_in_identifier_prefix_test: Fail # Issue 6970 | 9 built_in_identifier_prefix_test: Fail # Issue 6970 |
| 10 await_for_cancel_test: RuntimeError # Issue 21404 | 10 await_for_cancel_test: RuntimeError # Issue 21404 |
| 11 asyncstar_yield_test: Fail # Issue 21404 | |
| 12 asyncstar_yieldstar_test: Fail # Issue 21404 | |
| 13 asyncstar_concat_test: Fail # Issue 21404 | |
| 14 | 11 |
| 15 # These bugs refer currently ongoing language discussions. | 12 # These bugs refer currently ongoing language discussions. |
| 16 constructor_initializer_test/none: Fail # Issue 12633 | 13 constructor_initializer_test/none: Fail # Issue 12633 |
| 17 constructor5_test: Fail # Issue 6422 | 14 constructor5_test: Fail # Issue 6422 |
| 18 constructor6_test: Fail # Issue 6422 | 15 constructor6_test: Fail # Issue 6422 |
| 19 closure_in_initializer_test: Fail # Issue 6422 | 16 closure_in_initializer_test: Fail # Issue 6422 |
| 20 | 17 |
| 21 # Regular bugs which should be fixed. | 18 # Regular bugs which should be fixed. |
| 22 duplicate_export_negative_test: Fail # Issue 6134 | 19 duplicate_export_negative_test: Fail # Issue 6134 |
| 23 | 20 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 37 override_inheritance_mixed_test/08: Fail # Issue 18124 | 34 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 38 override_inheritance_mixed_test/09: Fail # Issue 18124 | 35 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 39 | 36 |
| 40 [ $compiler == none || $compiler == dart2dart ] | 37 [ $compiler == none || $compiler == dart2dart ] |
| 41 # Non-contractive types are not supported in the vm. | 38 # Non-contractive types are not supported in the vm. |
| 42 cyclic_type_test/02: Fail, OK | 39 cyclic_type_test/02: Fail, OK |
| 43 cyclic_type_test/04: Fail, OK | 40 cyclic_type_test/04: Fail, OK |
| 44 cyclic_type2_test: Fail, OK | 41 cyclic_type2_test: Fail, OK |
| 45 least_upper_bound_expansive_test/*: Fail, OK | 42 least_upper_bound_expansive_test/*: Fail, OK |
| 46 | 43 |
| 47 async_await_syntax_test/a09a: CompileTimeError # Issue 21404 | |
| 48 async_await_syntax_test/a10a: CompileTimeError # Issue 21404 | |
| 49 async_await_syntax_test/b09a: CompileTimeError # Issue 21404 | |
| 50 async_await_syntax_test/b10a: CompileTimeError # Issue 21404 | |
| 51 async_await_syntax_test/c09a: CompileTimeError # Issue 21404 | |
| 52 async_await_syntax_test/c10a: CompileTimeError # Issue 21404 | |
| 53 async_await_syntax_test/d09a: CompileTimeError # Issue 21404 | |
| 54 async_await_syntax_test/d10a: CompileTimeError # Issue 21404 | |
| 55 | |
| 56 [ $compiler == none || ($compiler == dart2dart && $builder_tag != new_backend) ] | 44 [ $compiler == none || ($compiler == dart2dart && $builder_tag != new_backend) ] |
| 57 async_finally_rethrow_test: RuntimeError # Issue 22595. | 45 async_finally_rethrow_test: RuntimeError # Issue 22595. |
| 58 async_throw_in_catch_test: Crash, RuntimeError # Issue 21404 or it could be a te
st error | 46 async_throw_in_catch_test: Crash, RuntimeError # Issue 21404 or it could be a te
st error |
| 59 asyncstar_throw_in_catch_test: CompileTimeError # Issue 21404 | 47 asyncstar_throw_in_catch_test: RuntimeError # Issue 21404 |
| 60 async_await_syntax_test/a03a: CompileTimeError # Issue 21404 | |
| 61 async_await_syntax_test/a03b: CompileTimeError # Issue 21404 | |
| 62 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 | |
| 63 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 | |
| 64 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 | |
| 65 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 | |
| 66 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 | |
| 67 sync_generator3_test/test2: Fail # Issue 22300 | 48 sync_generator3_test/test2: Fail # Issue 22300 |
| 68 | 49 |
| 69 [ $compiler == none && ($runtime == drt || $runtime == dartium|| $runtime == Con
tentShellOnAndroid) ] | 50 [ $compiler == none && ($runtime == drt || $runtime == dartium|| $runtime == Con
tentShellOnAndroid) ] |
| 70 async_finally_rethrow_test: RuntimeError # Issue 22595. | 51 async_finally_rethrow_test: RuntimeError # Issue 22595. |
| 71 async_throw_in_catch_test: Timeout, Fail # Issue 21404 or it could be a test err
or | 52 async_throw_in_catch_test: Timeout, Fail # Issue 21404 or it could be a test err
or |
| 72 asyncstar_throw_in_catch_test: RuntimeError # Issue 21404 | 53 asyncstar_throw_in_catch_test: RuntimeError # Issue 21404 |
| 73 async_await_syntax_test/a03a: RuntimeError # Issue 21404 | 54 async_await_syntax_test/a03a: RuntimeError # Issue 21404 |
| 74 async_await_syntax_test/a03b: RuntimeError # Issue 21404 | 55 async_await_syntax_test/a03b: RuntimeError # Issue 21404 |
| 75 async_await_syntax_test/a09a: RuntimeError # Issue 21404 | 56 async_await_syntax_test/a09a: RuntimeError # Issue 21404 |
| 76 async_await_syntax_test/a10a: RuntimeError # Issue 21404 | 57 async_await_syntax_test/a10a: RuntimeError # Issue 21404 |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 | 123 |
| 143 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 124 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
| 144 large_class_declaration_test: SkipSlow # Times out. Issue 20352 | 125 large_class_declaration_test: SkipSlow # Times out. Issue 20352 |
| 145 | 126 |
| 146 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 127 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 147 gc_test: SkipSlow # Times out flakily. Issue 20956 | 128 gc_test: SkipSlow # Times out flakily. Issue 20956 |
| 148 | 129 |
| 149 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a
rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] | 130 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a
rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] |
| 150 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 131 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
| 151 | 132 |
| OLD | NEW |