| 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 [ $strong ] | 8 [ $strong ] |
| 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. | 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. |
| 10 | 10 |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 | 137 |
| 138 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] | 138 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] |
| 139 issue_22780_test/01: Pass, Timeout # Issue 24473 | 139 issue_22780_test/01: Pass, Timeout # Issue 24473 |
| 140 | 140 |
| 141 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] | 141 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] |
| 142 async_await_test: Skip # Issue 26198 | 142 async_await_test: Skip # Issue 26198 |
| 143 | 143 |
| 144 [ $compiler == none && $runtime == drt ] | 144 [ $compiler == none && $runtime == drt ] |
| 145 disassemble_test: Pass, Fail # Issue 18122 | 145 disassemble_test: Pass, Fail # Issue 18122 |
| 146 | 146 |
| 147 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode ==
debug ] | |
| 148 large_class_declaration_test: SkipSlow # Times out. Issue 20352 | |
| 149 | |
| 150 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar
ch == arm64 ] | 147 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar
ch == arm64 ] |
| 151 large_class_declaration_test: SkipSlow # Uses too much memory. | 148 large_class_declaration_test: SkipSlow # Uses too much memory. |
| 152 closure_cycles_test: Pass, Slow | 149 closure_cycles_test: Pass, Slow |
| 153 | 150 |
| 154 [ $compiler == none && ($runtime == dartium || $runtime == drt) && $mode == debu
g ] | 151 [ $compiler == none && ($runtime == dartium || $runtime == drt) && $mode == debu
g ] |
| 155 large_class_declaration_test: SkipSlow # Times out. Issue 20352 | 152 large_class_declaration_test: SkipSlow # Times out. Issue 20352 |
| 156 | 153 |
| 157 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch == simmips || $arch
== mips) ] | 154 [ $runtime == vm || $runtime == dart_precompiled ] |
| 158 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 155 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
| 159 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 156 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
| 160 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 157 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
| 161 | 158 |
| 162 | |
| 163 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 159 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 164 issue23244_test: Fail # Issue 23244 | 160 issue23244_test: Fail # Issue 23244 |
| 165 | 161 |
| 166 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($
runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime ==
dartium) && $arch == ia32 ] | 162 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($
runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime ==
dartium) && $arch == ia32 ] |
| 167 vm/regress_24517_test: Pass, Fail # Issue 24517. | 163 vm/regress_24517_test: Pass, Fail # Issue 24517. |
| 168 | 164 |
| 169 [ $compiler == precompiler && $runtime == dart_precompiled ] | 165 [ $compiler == precompiler && $runtime == dart_precompiled ] |
| 170 vm/regress_27671_test: Skip # Unsupported | 166 vm/regress_27671_test: Skip # Unsupported |
| 171 export_double_same_main_test: Skip # Issue 29895 | 167 export_double_same_main_test: Skip # Issue 29895 |
| 172 export_ambiguous_main_negative_test: Skip # Issue 29895 | 168 export_ambiguous_main_negative_test: Skip # Issue 29895 |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | 570 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
| 575 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | 571 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
| 576 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 | 572 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 |
| 577 asyncstar_yield_test: Skip # Flutter Issue 9110 | 573 asyncstar_yield_test: Skip # Flutter Issue 9110 |
| 578 async_star_no_cancel_test: Skip # Flutter Issue 9110 | 574 async_star_no_cancel_test: Skip # Flutter Issue 9110 |
| 579 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | 575 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
| 580 await_for_test: Skip # Flutter Issue 9110 | 576 await_for_test: Skip # Flutter Issue 9110 |
| 581 await_for_cancel_test: Skip # Flutter Issue 9110 | 577 await_for_cancel_test: Skip # Flutter Issue 9110 |
| 582 | 578 |
| 583 | 579 |
| OLD | NEW |