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

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

Issue 2989103002: And properly qualify the suppressed tests (Closed)
Patch Set: Created 3 years, 4 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 ] 11 [$compiler == precompiler && $runtime == dart_precompiled ]
12 stacktrace_demangle_ctors_test: RuntimeError 12 stacktrace_demangle_ctors_test: RuntimeError
13 regress_27671_test: RuntimeError # Issue 30289 13 vm/regress_27671_test: RuntimeError # Issue 30289
14 export_double_same_main_test: Skip # Crashes Issue 30289 14 export_double_same_main_test: Skip # Crashes Issue 30289
15 export_ambiguous_main_negative_test: Skip # Crashes Issue 30289 15 export_ambiguous_main_negative_test: Skip # Crashes Issue 30289
16 optimized_stacktrace_test: Skip # Crashes Issue 30289 16 vm/optimized_stacktrace_test: Skip # Crashes Issue 30289
17 export_ambiguous_main_negative_test: Skip # Crashes Issue 30289 17 export_ambiguous_main_negative_test: Skip # Crashes Issue 30289
18 18
19 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ] 19 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ]
20 abstract_beats_arguments2_test/01: Crash # Issue 29171 20 abstract_beats_arguments2_test/01: Crash # Issue 29171
21 21
22 # These test entries will be valid for vm (with and without kernel). 22 # These test entries will be valid for vm (with and without kernel).
23 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 23 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
24 24
25 # These tests are skipped in the VM because it has "--supermixin" 25 # These tests are skipped in the VM because it has "--supermixin"
26 # functionality enabled unconditionally. The tests should be removed 26 # functionality enabled unconditionally. The tests should be removed
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 deferred_shadow_load_library_test: Skip # Timeout 493 deferred_shadow_load_library_test: Skip # Timeout
494 deferred_global_test: Skip # Timeout 494 deferred_global_test: Skip # Timeout
495 495
496 # Look like bugs. 496 # Look like bugs.
497 config_import_test: RuntimeError # Flutter Issue 9110 497 config_import_test: RuntimeError # Flutter Issue 9110
498 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9 110 498 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9 110
499 vm/regress_27201_test: Fail # Flutter Issue 9110 499 vm/regress_27201_test: Fail # Flutter Issue 9110
500 asyncstar_yield_test: Skip # Flutter Issue 9110 500 asyncstar_yield_test: Skip # Flutter Issue 9110
501 await_for_test: Skip # Flutter Issue 9110 501 await_for_test: Skip # Flutter Issue 9110
502 await_for_cancel_test: Skip # Flutter Issue 9110 502 await_for_cancel_test: Skip # Flutter Issue 9110
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