Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(401)

Side by Side Diff: tests/language/language.status

Issue 2979943002: [Gardening] Mark stacktrace_demangle_ctors_test as failing in precompiled mode (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698