| 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 |
| 11 [$compiler == precompiler && $runtime == dart_precompiled ] |
| 12 stacktrace_demangle_ctors_test: RuntimeError |
| 13 |
| 11 [$compiler == precompiler && $runtime == dart_precompiled && !$checked] | 14 [$compiler == precompiler && $runtime == dart_precompiled && !$checked] |
| 12 assertion_initializer_const_error2_test/cc01: Pass, OK | 15 assertion_initializer_const_error2_test/cc01: Pass, OK |
| 13 assertion_initializer_const_error2_test/cc02: CompileTimeError | 16 assertion_initializer_const_error2_test/cc02: CompileTimeError |
| 14 assertion_initializer_const_error2_test/cc03: Pass, OK | 17 assertion_initializer_const_error2_test/cc03: Pass, OK |
| 15 assertion_initializer_const_error2_test/cc04: Pass, OK | 18 assertion_initializer_const_error2_test/cc04: Pass, OK |
| 16 assertion_initializer_const_error2_test/cc05: Pass, OK | 19 assertion_initializer_const_error2_test/cc05: Pass, OK |
| 17 assertion_initializer_const_error2_test/cc06: Pass, OK | 20 assertion_initializer_const_error2_test/cc06: Pass, OK |
| 18 assertion_initializer_const_error2_test/cc07: Pass, OK | 21 assertion_initializer_const_error2_test/cc07: Pass, OK |
| 19 assertion_initializer_const_error2_test/cc08: Pass, OK | 22 assertion_initializer_const_error2_test/cc08: Pass, OK |
| 20 assertion_initializer_const_error2_test/cc09: Pass, OK | 23 assertion_initializer_const_error2_test/cc09: Pass, OK |
| (...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 652 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | 655 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
| 653 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | 656 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
| 654 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 | 657 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 |
| 655 asyncstar_yield_test: Skip # Flutter Issue 9110 | 658 asyncstar_yield_test: Skip # Flutter Issue 9110 |
| 656 async_star_no_cancel_test: Skip # Flutter Issue 9110 | 659 async_star_no_cancel_test: Skip # Flutter Issue 9110 |
| 657 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | 660 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
| 658 await_for_test: Skip # Flutter Issue 9110 | 661 await_for_test: Skip # Flutter Issue 9110 |
| 659 await_for_cancel_test: Skip # Flutter Issue 9110 | 662 await_for_cancel_test: Skip # Flutter Issue 9110 |
| 660 | 663 |
| 661 | 664 |
| OLD | NEW |