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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 | 313 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 |
314 | 314 |
315 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32] | 315 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32] |
316 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 | 316 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 |
317 | 317 |
318 [$runtime == vm && $compiler == none && $system == fuchsia] | 318 [$runtime == vm && $compiler == none && $system == fuchsia] |
319 # Use package:unittest | 319 # Use package:unittest |
320 async_await_test: RuntimeError | 320 async_await_test: RuntimeError |
321 async_star_test: RuntimeError | 321 async_star_test: RuntimeError |
322 vm/causal_async_exception_stack_test: RuntimeError | 322 vm/causal_async_exception_stack_test: RuntimeError |
| 323 vm/causal_async_exception_stack2_test: RuntimeError |
323 # TODO(zra): Investigate | 324 # TODO(zra): Investigate |
324 vm/regress_28325_test: RuntimeError | |
325 closure_cycles_test: Pass, Crash | 325 closure_cycles_test: Pass, Crash |
| 326 vm/math_vm_test: Crash |
326 | 327 |
327 [$compiler == dart2analyzer] | 328 [$compiler == dart2analyzer] |
328 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. | 329 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. |
329 config_import_corelib_test: StaticWarning, OK | 330 config_import_corelib_test: StaticWarning, OK |
330 | 331 |
331 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled || $run
time == dartium || $runtime == drt) && ($compiler == none || $compiler == app_ji
t || $compiler == precompiler) ] | 332 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled || $run
time == dartium || $runtime == drt) && ($compiler == none || $compiler == app_ji
t || $compiler == precompiler) ] |
332 await_for_test: RuntimeError # issue 28974 | 333 await_for_test: RuntimeError # issue 28974 |
333 | 334 |
334 # flutter uses --error_on_bad_type, --error_on_bad_override | 335 # flutter uses --error_on_bad_type, --error_on_bad_override |
335 # and --await_is_keyword so # the following tests fail with | 336 # and --await_is_keyword so # the following tests fail with |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | 571 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
571 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | 572 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
572 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 | 573 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 |
573 asyncstar_yield_test: Skip # Flutter Issue 9110 | 574 asyncstar_yield_test: Skip # Flutter Issue 9110 |
574 async_star_no_cancel_test: Skip # Flutter Issue 9110 | 575 async_star_no_cancel_test: Skip # Flutter Issue 9110 |
575 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | 576 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
576 await_for_test: Skip # Flutter Issue 9110 | 577 await_for_test: Skip # Flutter Issue 9110 |
577 await_for_cancel_test: Skip # Flutter Issue 9110 | 578 await_for_cancel_test: Skip # Flutter Issue 9110 |
578 | 579 |
579 | 580 |
OLD | NEW |