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 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co
mpiler != dartk && $compiler != dartkp ] | 8 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co
mpiler != dartk && $compiler != dartkp ] |
9 abstract_beats_arguments2_test/01: Crash # Issue 29171 | 9 abstract_beats_arguments2_test/01: Crash # Issue 29171 |
10 | 10 |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 | 157 |
158 | 158 |
159 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 159 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
160 issue23244_test: Fail # Issue 23244 | 160 issue23244_test: Fail # Issue 23244 |
161 | 161 |
162 [ ($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 ] |
163 vm/regress_24517_test: Pass, Fail # Issue 24517. | 163 vm/regress_24517_test: Pass, Fail # Issue 24517. |
164 | 164 |
165 [ $compiler == precompiler && $runtime == dart_precompiled ] | 165 [ $compiler == precompiler && $runtime == dart_precompiled ] |
166 vm/regress_27671_test: Skip # Unsupported | 166 vm/regress_27671_test: Skip # Unsupported |
| 167 export_double_same_main_test: Skip # Issue 29895 |
| 168 export_ambiguous_main_negative_test: Skip # Issue 29895 |
167 | 169 |
168 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ] | 170 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ] |
169 regress_29025_test: Crash # Issue dartbug.com/29331 | 171 regress_29025_test: Crash # Issue dartbug.com/29331 |
170 | 172 |
171 [ $runtime == dart_precompiled || $mode == product ] | 173 [ $runtime == dart_precompiled || $mode == product ] |
172 # Imports dart:mirrors | 174 # Imports dart:mirrors |
173 const_evaluation_test: SkipByDesign | 175 const_evaluation_test: SkipByDesign |
174 deferred_constraints_constants_test: SkipByDesign | 176 deferred_constraints_constants_test: SkipByDesign |
175 enum_mirror_test: SkipByDesign | 177 enum_mirror_test: SkipByDesign |
176 field_increment_bailout_test: SkipByDesign | 178 field_increment_bailout_test: SkipByDesign |
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | 570 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
569 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | 571 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
570 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 |
571 asyncstar_yield_test: Skip # Flutter Issue 9110 | 573 asyncstar_yield_test: Skip # Flutter Issue 9110 |
572 async_star_no_cancel_test: Skip # Flutter Issue 9110 | 574 async_star_no_cancel_test: Skip # Flutter Issue 9110 |
573 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | 575 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
574 await_for_test: Skip # Flutter Issue 9110 | 576 await_for_test: Skip # Flutter Issue 9110 |
575 await_for_cancel_test: Skip # Flutter Issue 9110 | 577 await_for_cancel_test: Skip # Flutter Issue 9110 |
576 | 578 |
577 | 579 |
OLD | NEW |