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

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

Issue 2962153002: Add assert-in-initializer-list to formal specification. (Closed)
Patch Set: More status files. 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 [ !$checked && $compiler != dart2analyzer]
12 # Failing assert-based compile-time error only happens in checked mode.
13 assertion_initializer_test/bc02: MissingCompileTimeError, OK
14 assertion_initializer_test/cc01: MissingCompileTimeError, OK
15 assertion_initializer_test/cc02: MissingCompileTimeError, OK
16 assertion_initializer_test/cc03: MissingCompileTimeError, OK
17 assertion_initializer_test/cc04: MissingCompileTimeError, OK
18 assertion_initializer_test/cc05: MissingCompileTimeError, OK
19 assertion_initializer_test/cc06: MissingCompileTimeError, OK
20 assertion_initializer_test/cc07: MissingCompileTimeError, OK
21 assertion_initializer_test/cc08: MissingCompileTimeError, OK
22 assertion_initializer_test/cc09: MissingCompileTimeError, OK
23
24 [ !$checked && $compiler == none ]
eernst 2017/07/03 16:36:38 Why isn't this block of status entries ending in `
Lasse Reichstein Nielsen 2017/07/04 09:42:18 I'll get back to the status files. They are still
25 assertion_initializer_const_error2_test/cc01: Fail, MissingCompileTimeError
26 assertion_initializer_const_error2_test/cc02: Fail, MissingCompileTimeError
27 assertion_initializer_const_error2_test/cc03: Fail, MissingCompileTimeError
28 assertion_initializer_const_error2_test/cc04: Fail, MissingCompileTimeError
29 assertion_initializer_const_error2_test/cc05: Fail, MissingCompileTimeError
30 assertion_initializer_const_error2_test/cc06: Fail, MissingCompileTimeError
31 assertion_initializer_const_error2_test/cc07: Fail, MissingCompileTimeError
32 assertion_initializer_const_error2_test/cc08: Fail, MissingCompileTimeError
33 assertion_initializer_const_error2_test/cc09: Fail, MissingCompileTimeError
34 assertion_initializer_const_error2_test/cc10: Fail, MissingCompileTimeError
35 assertion_initializer_const_error2_test/cc11: Fail, MissingCompileTimeError
36 assertion_initializer_const_error_test/01: Fail, MissingCompileTimeError
37 assertion_initializer_const_function_error_test/01: Fail, MissingCompileTimeErro r
38
39 [ !$checked && ($runtime == vm || $runtime == dart_precompiled )]
40 # This should be a compile-time error whether the assert is executed or not.
41 assertion_initializer_test/bc03: MissingCompileTimeError
42
11 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ] 43 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ]
12 abstract_beats_arguments2_test/01: Crash # Issue 29171 44 abstract_beats_arguments2_test/01: Crash # Issue 29171
13 45
46 [ $runtime == vm || $runtime == dart_precompiled ]
47
14 # These test entries will be valid for vm/dartium (with and without kernel). 48 # These test entries will be valid for vm/dartium (with and without kernel).
15 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 49 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
16 async_star_cancel_while_paused_test: RuntimeError 50 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. 51 # This is OK for now, but we may want to change the semantics to match the test.
18 async_star_pause_test: Fail, OK 52 async_star_pause_test: Fail, OK
19 53
20 # These tests are skipped in the VM because it has "--supermixin" 54 # These tests are skipped in the VM because it has "--supermixin"
21 # functionality enabled unconditionally. The tests should be removed 55 # functionality enabled unconditionally. The tests should be removed
22 # once the same is true for analyzer (#24478) and dart2js (#23773) 56 # once the same is true for analyzer (#24478) and dart2js (#23773)
23 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773 57 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 190 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 191 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151
158 192
159 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 193 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
160 issue23244_test: Fail # Issue 23244 194 issue23244_test: Fail # Issue 23244
161 195
162 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia32 ] 196 [ ($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. 197 vm/regress_24517_test: Pass, Fail # Issue 24517.
164 198
165 [ $compiler == precompiler && $runtime == dart_precompiled ] 199 [ $compiler == precompiler && $runtime == dart_precompiled ]
200 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError
201 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError
202 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError
203 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError
204 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError
205 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError
206 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError
207 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError
208 assertion_initializer_const_error2_test/cc09: Crash, MissingCompileTimeError
209 assertion_initializer_const_error2_test/cc10: Crash, MissingCompileTimeError
210 assertion_initializer_const_error2_test/cc11: Crash, MissingCompileTimeError
211
166 vm/regress_27671_test: Skip # Unsupported 212 vm/regress_27671_test: Skip # Unsupported
167 export_double_same_main_test: Skip # Issue 29895 213 export_double_same_main_test: Skip # Issue 29895
168 export_ambiguous_main_negative_test: Skip # Issue 29895 214 export_ambiguous_main_negative_test: Skip # Issue 29895
169 215
216 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked]
217 assertion_initializer_const_error_test/01: MissingCompileTimeError
218 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
eernst 2017/07/03 16:36:38 The `..const_function_error_test` status would be
219
170 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ] 220 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ]
171 regress_29025_test: Crash # Issue dartbug.com/29331 221 regress_29025_test: Crash # Issue dartbug.com/29331
172 222
173 [ $runtime == dart_precompiled || $mode == product ] 223 [ $runtime == dart_precompiled || $mode == product ]
174 # Imports dart:mirrors 224 # Imports dart:mirrors
175 const_evaluation_test: SkipByDesign 225 const_evaluation_test: SkipByDesign
176 deferred_constraints_constants_test: SkipByDesign 226 deferred_constraints_constants_test: SkipByDesign
177 enum_mirror_test: SkipByDesign 227 enum_mirror_test: SkipByDesign
178 field_increment_bailout_test: SkipByDesign 228 field_increment_bailout_test: SkipByDesign
179 instance_creation_in_function_annotation_test: SkipByDesign 229 instance_creation_in_function_annotation_test: SkipByDesign
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 620 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
571 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 621 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
572 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 622 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
573 asyncstar_yield_test: Skip # Flutter Issue 9110 623 asyncstar_yield_test: Skip # Flutter Issue 9110
574 async_star_no_cancel_test: Skip # Flutter Issue 9110 624 async_star_no_cancel_test: Skip # Flutter Issue 9110
575 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 625 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
576 await_for_test: Skip # Flutter Issue 9110 626 await_for_test: Skip # Flutter Issue 9110
577 await_for_cancel_test: Skip # Flutter Issue 9110 627 await_for_cancel_test: Skip # Flutter Issue 9110
578 628
579 629
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698