| 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 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 deferred_constraints_constants_test/*: Fail, Pass # Issue 17523 | 30 deferred_constraints_constants_test/*: Fail, Pass # Issue 17523 |
| 31 deferred_shadow_load_library_test: Fail # Issue 17523 | 31 deferred_shadow_load_library_test: Fail # Issue 17523 |
| 32 deferred_closurize_load_library_test: Fail # Issue 17523 | 32 deferred_closurize_load_library_test: Fail # Issue 17523 |
| 33 deferred_inlined_test: Fail # Issue 17523 | 33 deferred_inlined_test: Fail # Issue 17523 |
| 34 deferred_optimized_test: Fail # Issue 17523 | 34 deferred_optimized_test: Fail # Issue 17523 |
| 35 enum_mirror_test: Skip # Issue 11511. | 35 enum_mirror_test: Skip # Issue 11511. |
| 36 | 36 |
| 37 override_inheritance_mixed_test/08: Fail # Issue 18124 | 37 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 38 override_inheritance_mixed_test/09: Fail # Issue 18124 | 38 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 39 | 39 |
| 40 async_rethrow_test: RuntimeError # Issue 22523 | |
| 41 | |
| 42 [ $compiler == none || $compiler == dart2dart ] | 40 [ $compiler == none || $compiler == dart2dart ] |
| 43 # Non-contractive types are not supported in the vm. | 41 # Non-contractive types are not supported in the vm. |
| 44 cyclic_type_test/02: Fail, OK | 42 cyclic_type_test/02: Fail, OK |
| 45 cyclic_type_test/04: Fail, OK | 43 cyclic_type_test/04: Fail, OK |
| 46 cyclic_type2_test: Fail, OK | 44 cyclic_type2_test: Fail, OK |
| 47 least_upper_bound_expansive_test/*: Fail, OK | 45 least_upper_bound_expansive_test/*: Fail, OK |
| 48 | 46 |
| 49 | 47 |
| 50 async_await_syntax_test/a09a: CompileTimeError # Issue 21404 | 48 async_await_syntax_test/a09a: CompileTimeError # Issue 21404 |
| 51 async_await_syntax_test/a10a: CompileTimeError # Issue 21404 | 49 async_await_syntax_test/a10a: CompileTimeError # Issue 21404 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 | 141 |
| 144 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 142 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
| 145 large_class_declaration_test: SkipSlow # Times out. Issue 20352 | 143 large_class_declaration_test: SkipSlow # Times out. Issue 20352 |
| 146 | 144 |
| 147 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 145 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 148 gc_test: SkipSlow # Times out flakily. Issue 20956 | 146 gc_test: SkipSlow # Times out flakily. Issue 20956 |
| 149 | 147 |
| 150 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a
rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] | 148 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a
rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] |
| 151 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 149 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
| 152 | 150 |
| OLD | NEW |