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

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

Issue 2975773002: Add more status files for assert-in-initializer tests, remove mistype. (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 | « pkg/analyzer/lib/source/embedder.dart ('k') | 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
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 54
55 [$compiler == none && $runtime == dartium && !$checked] 55 [$compiler == none && $runtime == dartium && !$checked]
56 assertion_initializer_const_function_test/01: RuntimeError 56 assertion_initializer_const_function_test/01: RuntimeError
57 assertion_initializer_test: RuntimeError 57 assertion_initializer_test: RuntimeError
58 58
59 [$compiler == none && $runtime == dartium && $checked] 59 [$compiler == none && $runtime == dartium && $checked]
60 assertion_initializer_const_function_test/01: RuntimeError 60 assertion_initializer_const_function_test/01: RuntimeError
61 assertion_initializer_const_function_test/none: RuntimeError 61 assertion_initializer_const_function_test/none: RuntimeError
62 assertion_initializer_test: RuntimeError 62 assertion_initializer_test: RuntimeError
63 63
64 [$compiler == app_jit && $runtime == vm && !$checked]
65 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
66 assertion_initializer_const_error_test/01: MissingCompileTimeError
67 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
68
64 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ] 69 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ]
65 abstract_beats_arguments2_test/01: Crash # Issue 29171 70 abstract_beats_arguments2_test/01: Crash # Issue 29171
66 71
67 [ $runtime == vm || $runtime == dart_precompiled ] 72 [ $runtime == vm || $runtime == dart_precompiled ]
68 73
69 # These test entries will be valid for vm/dartium (with and without kernel). 74 # These test entries will be valid for vm/dartium (with and without kernel).
70 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 75 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
71 async_star_cancel_while_paused_test: RuntimeError 76 async_star_cancel_while_paused_test: RuntimeError
72 # This is OK for now, but we may want to change the semantics to match the test. 77 # This is OK for now, but we may want to change the semantics to match the test.
73 async_star_pause_test: Fail, OK 78 async_star_pause_test: Fail, OK
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 647 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
643 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 648 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
644 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 649 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
645 asyncstar_yield_test: Skip # Flutter Issue 9110 650 asyncstar_yield_test: Skip # Flutter Issue 9110
646 async_star_no_cancel_test: Skip # Flutter Issue 9110 651 async_star_no_cancel_test: Skip # Flutter Issue 9110
647 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 652 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
648 await_for_test: Skip # Flutter Issue 9110 653 await_for_test: Skip # Flutter Issue 9110
649 await_for_cancel_test: Skip # Flutter Issue 9110 654 await_for_cancel_test: Skip # Flutter Issue 9110
650 655
651 656
OLDNEW
« no previous file with comments | « pkg/analyzer/lib/source/embedder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698