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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 closure_cycles_test: Pass, Crash | 322 closure_cycles_test: Pass, Crash |
323 vm/math_vm_test: Crash | 323 vm/math_vm_test: Crash |
324 | 324 |
325 [$compiler == dart2analyzer] | 325 [$compiler == dart2analyzer] |
326 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. | 326 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. |
327 config_import_corelib_test: StaticWarning, OK | 327 config_import_corelib_test: StaticWarning, OK |
328 | 328 |
329 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && ($c
ompiler == none || $compiler == app_jit || $compiler == precompiler) ] | 329 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && ($c
ompiler == none || $compiler == app_jit || $compiler == precompiler) ] |
330 await_for_test: RuntimeError # issue 28974 | 330 await_for_test: RuntimeError # issue 28974 |
331 generalized_void_syntax_test: CompileTimeError # Issue #30176. | 331 generalized_void_syntax_test: CompileTimeError # Issue #30176. |
| 332 syntax_test/none: CompileTimeError # Issue #30176. |
332 | 333 |
333 # flutter uses --error_on_bad_type, --error_on_bad_override | 334 # flutter uses --error_on_bad_type, --error_on_bad_override |
334 # and --await_is_keyword so # the following tests fail with | 335 # and --await_is_keyword so # the following tests fail with |
335 # a Compilation Error | 336 # a Compilation Error |
336 [ $runtime == flutter ] | 337 [ $runtime == flutter ] |
337 await_backwards_compatibility_test/none: CompileTimeError | 338 await_backwards_compatibility_test/none: CompileTimeError |
338 await_test: CompileTimeError | 339 await_test: CompileTimeError |
339 async_await_test: CompileTimeError | 340 async_await_test: CompileTimeError |
340 async_await_syntax_test/a05c: CompileTimeError | 341 async_await_syntax_test/a05c: CompileTimeError |
341 async_await_syntax_test/a05e: CompileTimeError | 342 async_await_syntax_test/a05e: CompileTimeError |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | 570 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
570 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | 571 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
571 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 |
572 asyncstar_yield_test: Skip # Flutter Issue 9110 | 573 asyncstar_yield_test: Skip # Flutter Issue 9110 |
573 async_star_no_cancel_test: Skip # Flutter Issue 9110 | 574 async_star_no_cancel_test: Skip # Flutter Issue 9110 |
574 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | 575 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
575 await_for_test: Skip # Flutter Issue 9110 | 576 await_for_test: Skip # Flutter Issue 9110 |
576 await_for_cancel_test: Skip # Flutter Issue 9110 | 577 await_for_cancel_test: Skip # Flutter Issue 9110 |
577 | 578 |
578 | 579 |
OLD | NEW |