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