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 2962153002: Add assert-in-initializer-list to formal specification. (Closed)
Patch Set: Update status files more. 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
11 [$compiler == precompiler && $runtime == dart_precompiled && !$checked]
12 assertion_initializer_const_error2_test/cc01: Pass, OK
13 assertion_initializer_const_error2_test/cc02: CompileTimeError
14 assertion_initializer_const_error2_test/cc03: Pass, OK
15 assertion_initializer_const_error2_test/cc04: Pass, OK
16 assertion_initializer_const_error2_test/cc05: Pass, OK
17 assertion_initializer_const_error2_test/cc06: Pass, OK
18 assertion_initializer_const_error2_test/cc07: Pass, OK
19 assertion_initializer_const_error2_test/cc08: Pass, OK
20 assertion_initializer_const_error2_test/cc09: Pass, OK
21 assertion_initializer_const_error2_test/cc10: Pass, OK
22 assertion_initializer_const_error2_test/cc11: Pass, OK
23 assertion_initializer_const_error2_test/none: CompileTimeError
24
25 [$compiler == precompiler && $runtime == dart_precompiled && $checked]
26 assertion_initializer_const_error2_test/cc01: Pass
27 assertion_initializer_const_error2_test/cc03: Pass
28 assertion_initializer_const_error2_test/cc04: Pass
29 assertion_initializer_const_error2_test/cc05: Pass
30 assertion_initializer_const_error2_test/cc06: Pass
31 assertion_initializer_const_error2_test/cc07: Pass
32 assertion_initializer_const_error2_test/cc08: Pass
33 assertion_initializer_const_error2_test/cc09: Pass
34 assertion_initializer_const_error2_test/cc10: Pass
35 assertion_initializer_const_error2_test/cc11: Pass
36 assertion_initializer_const_error2_test/none: CompileTimeError
37 assertion_initializer_const_function_test/none: RuntimeError
38
39 [$compiler == none && $runtime == vm && !$checked]
40 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
41 assertion_initializer_const_error_test/01: MissingCompileTimeError
42 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
43
44 [$compiler == none && $runtime == vm && $checked]
45 assertion_initializer_const_function_test/none: RuntimeError
46
47 [$compiler == none && $runtime == drt && !$checked]
48 assertion_initializer_const_error2_test/cc02: Fail
49 assertion_initializer_const_error_test/01: Fail
50 assertion_initializer_const_function_error_test/01: Fail
51
52 [$compiler == none && $runtime == drt && $checked]
53 assertion_initializer_const_function_test/none: RuntimeError
54
55 [$compiler == none && $runtime == dartium && !$checked]
56 assertion_initializer_const_function_test/01: RuntimeError
57 assertion_initializer_test: RuntimeError
58
59 [$compiler == none && $runtime == dartium && $checked]
60 assertion_initializer_const_function_test/01: RuntimeError
61 assertion_initializer_const_function_test/none: RuntimeError
62 assertion_initializer_test: RuntimeError
63
11 [ ($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 ]
12 abstract_beats_arguments2_test/01: Crash # Issue 29171 65 abstract_beats_arguments2_test/01: Crash # Issue 29171
13 66
67 [ $runtime == vm || $runtime == dart_precompiled ]
68
14 # 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).
15 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 70 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
16 async_star_cancel_while_paused_test: RuntimeError 71 async_star_cancel_while_paused_test: RuntimeError
17 # 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.
18 async_star_pause_test: Fail, OK 73 async_star_pause_test: Fail, OK
19 74
20 # These tests are skipped in the VM because it has "--supermixin" 75 # These tests are skipped in the VM because it has "--supermixin"
21 # functionality enabled unconditionally. The tests should be removed 76 # functionality enabled unconditionally. The tests should be removed
22 # once the same is true for analyzer (#24478) and dart2js (#23773) 77 # once the same is true for analyzer (#24478) and dart2js (#23773)
23 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773 78 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151 211 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151
157 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151 212 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151
158 213
159 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 214 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
160 issue23244_test: Fail # Issue 23244 215 issue23244_test: Fail # Issue 23244
161 216
162 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia32 ] 217 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia32 ]
163 vm/regress_24517_test: Pass, Fail # Issue 24517. 218 vm/regress_24517_test: Pass, Fail # Issue 24517.
164 219
165 [ $compiler == precompiler && $runtime == dart_precompiled ] 220 [ $compiler == precompiler && $runtime == dart_precompiled ]
221 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError
222 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError
223 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError
224 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError
225 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError
226 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError
227 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError
228 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError
229 assertion_initializer_const_error2_test/cc09: Crash, MissingCompileTimeError
230 assertion_initializer_const_error2_test/cc10: Crash, MissingCompileTimeError
231 assertion_initializer_const_error2_test/cc11: Crash, MissingCompileTimeError
232
166 vm/regress_27671_test: Skip # Unsupported 233 vm/regress_27671_test: Skip # Unsupported
167 export_double_same_main_test: Skip # Issue 29895 234 export_double_same_main_test: Skip # Issue 29895
168 export_ambiguous_main_negative_test: Skip # Issue 29895 235 export_ambiguous_main_negative_test: Skip # Issue 29895
169 236
237 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked]
238 assertion_initializer_const_error_test/01: MissingCompileTimeError
239 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
240
170 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ] 241 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ]
171 regress_29025_test: Crash # Issue dartbug.com/29331 242 regress_29025_test: Crash # Issue dartbug.com/29331
172 243
173 [ $runtime == dart_precompiled || $mode == product ] 244 [ $runtime == dart_precompiled || $mode == product ]
174 # Imports dart:mirrors 245 # Imports dart:mirrors
175 const_evaluation_test: SkipByDesign 246 const_evaluation_test: SkipByDesign
176 deferred_constraints_constants_test: SkipByDesign 247 deferred_constraints_constants_test: SkipByDesign
177 enum_mirror_test: SkipByDesign 248 enum_mirror_test: SkipByDesign
178 field_increment_bailout_test: SkipByDesign 249 field_increment_bailout_test: SkipByDesign
179 instance_creation_in_function_annotation_test: SkipByDesign 250 instance_creation_in_function_annotation_test: SkipByDesign
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 642 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
572 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 643 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
573 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 644 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
574 asyncstar_yield_test: Skip # Flutter Issue 9110 645 asyncstar_yield_test: Skip # Flutter Issue 9110
575 async_star_no_cancel_test: Skip # Flutter Issue 9110 646 async_star_no_cancel_test: Skip # Flutter Issue 9110
576 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 647 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
577 await_for_test: Skip # Flutter Issue 9110 648 await_for_test: Skip # Flutter Issue 9110
578 await_for_cancel_test: Skip # Flutter Issue 9110 649 await_for_cancel_test: Skip # Flutter Issue 9110
579 650
580 651
OLDNEW
« no previous file with comments | « tests/language/assertion_initializer_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698