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

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

Issue 2975193002: Fix bug in test's /none version. Update status files. (Closed)
Patch Set: Address comment 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]
53 assertion_initializer_const_function_test/none: RuntimeError
54
55 [$compiler == none && $runtime == dartium && !$checked] 48 [$compiler == none && $runtime == dartium && !$checked]
56 assertion_initializer_const_function_test/01: RuntimeError 49 assertion_initializer_const_function_test/01: RuntimeError
57 assertion_initializer_test: RuntimeError 50 assertion_initializer_test: RuntimeError
58 51
59 [$compiler == none && $runtime == dartium && $checked] 52 [$compiler == none && $runtime == dartium && $checked]
60 assertion_initializer_const_function_test/01: RuntimeError 53 assertion_initializer_const_function_test/01: RuntimeError
61 assertion_initializer_const_function_test/none: RuntimeError
62 assertion_initializer_test: RuntimeError 54 assertion_initializer_test: RuntimeError
63 55
64 [$compiler == app_jit && $runtime == vm && !$checked] 56 [$compiler == app_jit && $runtime == vm && !$checked]
65 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 57 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
66 assertion_initializer_const_error_test/01: MissingCompileTimeError 58 assertion_initializer_const_error_test/01: MissingCompileTimeError
67 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 59 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
68 60
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 ] 61 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ]
73 abstract_beats_arguments2_test/01: Crash # Issue 29171 62 abstract_beats_arguments2_test/01: Crash # Issue 29171
74 63
75 [ $runtime == vm || $runtime == dart_precompiled ] 64 [ $runtime == vm || $runtime == dart_precompiled ]
76 65
77 # These test entries will be valid for vm/dartium (with and without kernel). 66 # These test entries will be valid for vm/dartium (with and without kernel).
78 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 67 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
79 async_star_cancel_while_paused_test: RuntimeError 68 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. 69 # This is OK for now, but we may want to change the semantics to match the test.
81 async_star_pause_test: Fail, OK 70 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 641 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
653 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 642 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
654 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 643 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
655 asyncstar_yield_test: Skip # Flutter Issue 9110 644 asyncstar_yield_test: Skip # Flutter Issue 9110
656 async_star_no_cancel_test: Skip # Flutter Issue 9110 645 async_star_no_cancel_test: Skip # Flutter Issue 9110
657 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 646 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
658 await_for_test: Skip # Flutter Issue 9110 647 await_for_test: Skip # Flutter Issue 9110
659 await_for_cancel_test: Skip # Flutter Issue 9110 648 await_for_cancel_test: Skip # Flutter Issue 9110
660 649
661 650
OLDNEW
« no previous file with comments | « tests/language/assertion_initializer_const_function_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698