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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 # TODO(zra): Investigate | 397 # TODO(zra): Investigate |
398 closure_cycles_test: Pass, Crash | 398 closure_cycles_test: Pass, Crash |
399 vm/math_vm_test: Crash | 399 vm/math_vm_test: Crash |
400 | 400 |
401 [$compiler == dart2analyzer] | 401 [$compiler == dart2analyzer] |
402 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. | 402 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. |
403 config_import_corelib_test: StaticWarning, OK | 403 config_import_corelib_test: StaticWarning, OK |
404 | 404 |
405 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled || $run
time == dartium || $runtime == drt) && ($compiler == none || $compiler == app_ji
t || $compiler == precompiler) ] | 405 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled || $run
time == dartium || $runtime == drt) && ($compiler == none || $compiler == app_ji
t || $compiler == precompiler) ] |
406 await_for_test: RuntimeError # issue 28974 | 406 await_for_test: RuntimeError # issue 28974 |
| 407 generalized_void_syntax_test: CompileTimeError # Issue #30176. |
407 | 408 |
408 # flutter uses --error_on_bad_type, --error_on_bad_override | 409 # flutter uses --error_on_bad_type, --error_on_bad_override |
409 # and --await_is_keyword so # the following tests fail with | 410 # and --await_is_keyword so # the following tests fail with |
410 # a Compilation Error | 411 # a Compilation Error |
411 [ $runtime == flutter ] | 412 [ $runtime == flutter ] |
412 await_backwards_compatibility_test/none: CompileTimeError | 413 await_backwards_compatibility_test/none: CompileTimeError |
413 await_test: CompileTimeError | 414 await_test: CompileTimeError |
414 async_await_test: CompileTimeError | 415 async_await_test: CompileTimeError |
415 async_await_syntax_test/a05c: CompileTimeError | 416 async_await_syntax_test/a05c: CompileTimeError |
416 async_await_syntax_test/a05e: CompileTimeError | 417 async_await_syntax_test/a05e: CompileTimeError |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
644 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | 645 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
645 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | 646 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
646 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 | 647 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 |
647 asyncstar_yield_test: Skip # Flutter Issue 9110 | 648 asyncstar_yield_test: Skip # Flutter Issue 9110 |
648 async_star_no_cancel_test: Skip # Flutter Issue 9110 | 649 async_star_no_cancel_test: Skip # Flutter Issue 9110 |
649 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | 650 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
650 await_for_test: Skip # Flutter Issue 9110 | 651 await_for_test: Skip # Flutter Issue 9110 |
651 await_for_cancel_test: Skip # Flutter Issue 9110 | 652 await_for_cancel_test: Skip # Flutter Issue 9110 |
652 | 653 |
653 | 654 |
OLD | NEW |