| 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 async_await_syntax_test/b00a: MissingCompileTimeError # Issue 21404 | 10 async_await_syntax_test/b00a: MissingCompileTimeError # Issue 21404 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 | 71 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 |
| 72 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 | 72 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 |
| 73 async_await_syntax_test/b04a: CompileTimeError # Issue 21404 | 73 async_await_syntax_test/b04a: CompileTimeError # Issue 21404 |
| 74 async_await_syntax_test/b11b: CompileTimeError # Issue 21404 | 74 async_await_syntax_test/b11b: CompileTimeError # Issue 21404 |
| 75 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 | 75 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 |
| 76 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 | 76 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 |
| 77 async_await_syntax_test/c04a: CompileTimeError # Issue 21404 | 77 async_await_syntax_test/c04a: CompileTimeError # Issue 21404 |
| 78 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 | 78 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 |
| 79 async_await_syntax_test/d04a: CompileTimeError # Issue 21404 | 79 async_await_syntax_test/d04a: CompileTimeError # Issue 21404 |
| 80 | 80 |
| 81 [ $compiler == none || $runtime == dartium ] | 81 [ $compiler == none && $runtime == dartium ] |
| 82 async_await_syntax_test/a03a: RuntimeError # Issue 21404 | 82 async_await_syntax_test/a03a: RuntimeError # Issue 21404 |
| 83 async_await_syntax_test/a04a: RuntimeError # Issue 21404 | 83 async_await_syntax_test/a04a: RuntimeError # Issue 21404 |
| 84 async_await_syntax_test/a07a: RuntimeError # Issue 21404 | 84 async_await_syntax_test/a07a: RuntimeError # Issue 21404 |
| 85 async_await_syntax_test/a08a: RuntimeError # Issue 21404 | 85 async_await_syntax_test/a08a: RuntimeError # Issue 21404 |
| 86 async_await_syntax_test/a09a: RuntimeError # Issue 21404 | 86 async_await_syntax_test/a09a: RuntimeError # Issue 21404 |
| 87 async_await_syntax_test/a10a: RuntimeError # Issue 21404 | 87 async_await_syntax_test/a10a: RuntimeError # Issue 21404 |
| 88 async_await_syntax_test/a11b: RuntimeError # Issue 21404 | 88 async_await_syntax_test/a11b: RuntimeError # Issue 21404 |
| 89 async_await_syntax_test/a11d: RuntimeError # Issue 21404 | 89 async_await_syntax_test/a11d: RuntimeError # Issue 21404 |
| 90 async_await_syntax_test/b00a: MissingCompileTimeError # Issue 21404 | 90 async_await_syntax_test/b00a: Fail # Issue 21404 |
| 91 async_await_syntax_test/b03a: RuntimeError # Issue 21404 | 91 async_await_syntax_test/b03a: RuntimeError # Issue 21404 |
| 92 async_await_syntax_test/b04a: RuntimeError # Issue 21404 | 92 async_await_syntax_test/b04a: RuntimeError # Issue 21404 |
| 93 async_await_syntax_test/b07a: RuntimeError # Issue 21404 | 93 async_await_syntax_test/b07a: RuntimeError # Issue 21404 |
| 94 async_await_syntax_test/b08a: RuntimeError # Issue 21404 | 94 async_await_syntax_test/b08a: RuntimeError # Issue 21404 |
| 95 async_await_syntax_test/b09a: RuntimeError # Issue 21404 | 95 async_await_syntax_test/b09a: RuntimeError # Issue 21404 |
| 96 async_await_syntax_test/b10a: RuntimeError # Issue 21404 | 96 async_await_syntax_test/b10a: RuntimeError # Issue 21404 |
| 97 async_await_syntax_test/b11b: RuntimeError # Issue 21404 | 97 async_await_syntax_test/b11b: RuntimeError # Issue 21404 |
| 98 async_await_syntax_test/b11d: RuntimeError # Issue 21404 | 98 async_await_syntax_test/b11d: RuntimeError # Issue 21404 |
| 99 async_await_syntax_test/c03a: RuntimeError # Issue 21404 | 99 async_await_syntax_test/c03a: RuntimeError # Issue 21404 |
| 100 async_await_syntax_test/c04a: RuntimeError # Issue 21404 | 100 async_await_syntax_test/c04a: RuntimeError # Issue 21404 |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 | 166 |
| 167 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 167 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
| 168 large_class_declaration_test: Skip # Times out. Issue 20352 | 168 large_class_declaration_test: Skip # Times out. Issue 20352 |
| 169 | 169 |
| 170 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 170 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 171 gc_test: Skip # Times out flakily. Issue 20956 | 171 gc_test: Skip # Times out flakily. Issue 20956 |
| 172 | 172 |
| 173 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a
rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] | 173 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a
rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] |
| 174 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 174 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
| 175 | 175 |
| OLD | NEW |