| 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 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 [ $compiler == none || $compiler == dart2dart] | 40 [ $compiler == none || $compiler == dart2dart ] |
| 41 # Non-contractive types are not supported in the vm. | 41 # Non-contractive types are not supported in the vm. |
| 42 cyclic_type_test/02: Fail, OK | 42 cyclic_type_test/02: Fail, OK |
| 43 cyclic_type_test/04: Fail, OK | 43 cyclic_type_test/04: Fail, OK |
| 44 cyclic_type2_test: Fail, OK | 44 cyclic_type2_test: Fail, OK |
| 45 least_upper_bound_expansive_test/*: Fail, OK | 45 least_upper_bound_expansive_test/*: Fail, OK |
| 46 | 46 |
| 47 compile_time_constant12_test: Fail # Issue 21000 | 47 compile_time_constant12_test: Fail # Issue 21000 |
| 48 async_await_syntax_test/a07a: CompileTimeError # Issue 21404 | 48 async_await_syntax_test/a07a: CompileTimeError # Issue 21404 |
| 49 async_await_syntax_test/a08a: CompileTimeError # Issue 21404 | 49 async_await_syntax_test/a08a: CompileTimeError # Issue 21404 |
| 50 async_await_syntax_test/a09a: CompileTimeError # Issue 21404 | 50 async_await_syntax_test/a09a: CompileTimeError # Issue 21404 |
| (...skipping 20 matching lines...) Expand all 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 ] |
| 82 async_await_syntax_test/a03a: RuntimeError # Issue 21404 |
| 83 async_await_syntax_test/a04a: RuntimeError # Issue 21404 |
| 84 async_await_syntax_test/a07a: RuntimeError # Issue 21404 |
| 85 async_await_syntax_test/a08a: RuntimeError # Issue 21404 |
| 86 async_await_syntax_test/a09a: RuntimeError # Issue 21404 |
| 87 async_await_syntax_test/a10a: RuntimeError # Issue 21404 |
| 88 async_await_syntax_test/a11b: RuntimeError # Issue 21404 |
| 89 async_await_syntax_test/a11d: RuntimeError # Issue 21404 |
| 90 async_await_syntax_test/b00a: MissingCompileTimeError # Issue 21404 |
| 91 async_await_syntax_test/b03a: RuntimeError # Issue 21404 |
| 92 async_await_syntax_test/b04a: RuntimeError # Issue 21404 |
| 93 async_await_syntax_test/b07a: RuntimeError # Issue 21404 |
| 94 async_await_syntax_test/b08a: RuntimeError # Issue 21404 |
| 95 async_await_syntax_test/b09a: RuntimeError # Issue 21404 |
| 96 async_await_syntax_test/b10a: RuntimeError # Issue 21404 |
| 97 async_await_syntax_test/b11b: RuntimeError # Issue 21404 |
| 98 async_await_syntax_test/b11d: RuntimeError # Issue 21404 |
| 99 async_await_syntax_test/c03a: RuntimeError # Issue 21404 |
| 100 async_await_syntax_test/c04a: RuntimeError # Issue 21404 |
| 101 async_await_syntax_test/c07a: RuntimeError # Issue 21404 |
| 102 async_await_syntax_test/c08a: RuntimeError # Issue 21404 |
| 103 async_await_syntax_test/c09a: RuntimeError # Issue 21404 |
| 104 async_await_syntax_test/c10a: RuntimeError # Issue 21404 |
| 105 async_await_syntax_test/d03a: RuntimeError # Issue 21404 |
| 106 async_await_syntax_test/d04a: RuntimeError # Issue 21404 |
| 107 async_await_syntax_test/d07a: RuntimeError # Issue 21404 |
| 108 async_await_syntax_test/d08a: RuntimeError # Issue 21404 |
| 109 async_await_syntax_test/d08b: RuntimeError # Issue 21404 |
| 110 async_await_syntax_test/d09a: RuntimeError # Issue 21404 |
| 111 async_await_syntax_test/d10a: RuntimeError # Issue 21404 |
| 112 |
| 113 |
| 81 [ $compiler == none && $runtime == vm ] | 114 [ $compiler == none && $runtime == vm ] |
| 82 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 115 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
| 83 unicode_bom_test: Fail # Issue 16067 | 116 unicode_bom_test: Fail # Issue 16067 |
| 84 | 117 |
| 85 [ $compiler == none && $checked ] | 118 [ $compiler == none && $checked ] |
| 86 type_variable_bounds4_test/01: Fail # Issue 14006 | 119 type_variable_bounds4_test/01: Fail # Issue 14006 |
| 87 | 120 |
| 88 [ $compiler == none ] | 121 [ $compiler == none ] |
| 89 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 | 122 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 |
| 90 | 123 |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 | 166 |
| 134 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 167 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
| 135 large_class_declaration_test: Skip # Times out. Issue 20352 | 168 large_class_declaration_test: Skip # Times out. Issue 20352 |
| 136 | 169 |
| 137 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 170 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 138 gc_test: Skip # Times out flakily. Issue 20956 | 171 gc_test: Skip # Times out flakily. Issue 20956 |
| 139 | 172 |
| 140 [ $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) ] |
| 141 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 |
| 142 | 175 |
| OLD | NEW |