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

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

Issue 2975193002: Fix bug in test's /none version. Update status files. (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
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 16 matching lines...) Expand all
27 assertion_initializer_const_error2_test/cc03: Pass 27 assertion_initializer_const_error2_test/cc03: Pass
28 assertion_initializer_const_error2_test/cc04: Pass 28 assertion_initializer_const_error2_test/cc04: Pass
29 assertion_initializer_const_error2_test/cc05: Pass 29 assertion_initializer_const_error2_test/cc05: Pass
30 assertion_initializer_const_error2_test/cc06: Pass 30 assertion_initializer_const_error2_test/cc06: Pass
31 assertion_initializer_const_error2_test/cc07: Pass 31 assertion_initializer_const_error2_test/cc07: Pass
32 assertion_initializer_const_error2_test/cc08: Pass 32 assertion_initializer_const_error2_test/cc08: Pass
33 assertion_initializer_const_error2_test/cc09: Pass 33 assertion_initializer_const_error2_test/cc09: Pass
34 assertion_initializer_const_error2_test/cc10: Pass 34 assertion_initializer_const_error2_test/cc10: Pass
35 assertion_initializer_const_error2_test/cc11: Pass 35 assertion_initializer_const_error2_test/cc11: Pass
36 assertion_initializer_const_error2_test/none: CompileTimeError 36 assertion_initializer_const_error2_test/none: CompileTimeError
37 assertion_initializer_const_function_test/none: RuntimeError
38 37
39 [$compiler == none && $runtime == vm && !$checked] 38 [$compiler == none && $runtime == vm && !$checked]
40 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 39 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
41 assertion_initializer_const_error_test/01: MissingCompileTimeError 40 assertion_initializer_const_error_test/01: MissingCompileTimeError
42 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 41 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
43 42
44 [$compiler == none && $runtime == vm && $checked]
45 assertion_initializer_const_function_test/none: RuntimeError
46
47 [$compiler == none && $runtime == drt && !$checked] 43 [$compiler == none && $runtime == drt && !$checked]
48 assertion_initializer_const_error2_test/cc02: Fail 44 assertion_initializer_const_error2_test/cc02: Fail
49 assertion_initializer_const_error_test/01: Fail 45 assertion_initializer_const_error_test/01: Fail
50 assertion_initializer_const_function_error_test/01: Fail 46 assertion_initializer_const_function_error_test/01: Fail
51 47
52 [$compiler == none && $runtime == drt && $checked] 48 [$compiler == none && $runtime == drt && $checked]
53 assertion_initializer_const_function_test/none: RuntimeError 49 assertion_initializer_const_function_test/none: RuntimeError
54 50
55 [$compiler == none && $runtime == dartium && !$checked] 51 [$compiler == none && $runtime == dartium && !$checked]
56 assertion_initializer_const_function_test/01: RuntimeError 52 assertion_initializer_const_function_test/01: RuntimeError
57 assertion_initializer_test: RuntimeError 53 assertion_initializer_test: RuntimeError
58 54
59 [$compiler == none && $runtime == dartium && $checked] 55 [$compiler == none && $runtime == dartium && $checked]
60 assertion_initializer_const_function_test/01: RuntimeError 56 assertion_initializer_const_function_test/01: RuntimeError
61 assertion_initializer_const_function_test/none: RuntimeError
62 assertion_initializer_test: RuntimeError 57 assertion_initializer_test: RuntimeError
63 58
64 [$compiler == app_jit && $runtime == vm && !$checked] 59 [$compiler == app_jit && $runtime == vm && !$checked]
65 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 60 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
66 assertion_initializer_const_error_test/01: MissingCompileTimeError 61 assertion_initializer_const_error_test/01: MissingCompileTimeError
67 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 62 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
68 63
69 [$compiler == app_jit && $runtime == vm && $checked]
70 assertion_initializer_const_function_test/none: RuntimeError
71
72 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ] 64 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ]
73 abstract_beats_arguments2_test/01: Crash # Issue 29171 65 abstract_beats_arguments2_test/01: Crash # Issue 29171
74 66
75 [ $runtime == vm || $runtime == dart_precompiled ] 67 [ $runtime == vm || $runtime == dart_precompiled ]
76 68
77 # These test entries will be valid for vm/dartium (with and without kernel). 69 # These test entries will be valid for vm/dartium (with and without kernel).
78 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 70 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
79 async_star_cancel_while_paused_test: RuntimeError 71 async_star_cancel_while_paused_test: RuntimeError
80 # This is OK for now, but we may want to change the semantics to match the test. 72 # This is OK for now, but we may want to change the semantics to match the test.
81 async_star_pause_test: Fail, OK 73 async_star_pause_test: Fail, OK
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 644 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
653 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 645 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
654 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 646 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
655 asyncstar_yield_test: Skip # Flutter Issue 9110 647 asyncstar_yield_test: Skip # Flutter Issue 9110
656 async_star_no_cancel_test: Skip # Flutter Issue 9110 648 async_star_no_cancel_test: Skip # Flutter Issue 9110
657 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 649 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
658 await_for_test: Skip # Flutter Issue 9110 650 await_for_test: Skip # Flutter Issue 9110
659 await_for_cancel_test: Skip # Flutter Issue 9110 651 await_for_cancel_test: Skip # Flutter Issue 9110
660 652
661 653
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698