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

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

Issue 2986093002: Revert two Kernel changes that were causing test failures. (Closed)
Patch Set: Revert "Migrate language/async_backwards... ... language/async_star_take..." 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
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 13
14 [$compiler == precompiler && $runtime == dart_precompiled && !$checked]
15 assertion_initializer_const_error2_test/cc01: Pass, OK
16 assertion_initializer_const_error2_test/cc02: CompileTimeError
17 assertion_initializer_const_error2_test/cc03: Pass, OK
18 assertion_initializer_const_error2_test/cc04: Pass, OK
19 assertion_initializer_const_error2_test/cc05: Pass, OK
20 assertion_initializer_const_error2_test/cc06: Pass, OK
21 assertion_initializer_const_error2_test/cc07: Pass, OK
22 assertion_initializer_const_error2_test/cc08: Pass, OK
23 assertion_initializer_const_error2_test/cc09: Pass, OK
24 assertion_initializer_const_error2_test/cc10: Pass, OK
25 assertion_initializer_const_error2_test/cc11: Pass, OK
26 assertion_initializer_const_error2_test/none: CompileTimeError
27
28 [$compiler == precompiler && $runtime == dart_precompiled && $checked]
29 assertion_initializer_const_error2_test/cc01: Pass
30 assertion_initializer_const_error2_test/cc03: Pass
31 assertion_initializer_const_error2_test/cc04: Pass
32 assertion_initializer_const_error2_test/cc05: Pass
33 assertion_initializer_const_error2_test/cc06: Pass
34 assertion_initializer_const_error2_test/cc07: Pass
35 assertion_initializer_const_error2_test/cc08: Pass
36 assertion_initializer_const_error2_test/cc09: Pass
37 assertion_initializer_const_error2_test/cc10: Pass
38 assertion_initializer_const_error2_test/cc11: Pass
39 assertion_initializer_const_error2_test/none: CompileTimeError
40
41 [$compiler == none && $runtime == vm && !$checked]
42 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
43 assertion_initializer_const_error_test/01: MissingCompileTimeError
44 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
45
46 [$compiler == app_jit && $runtime == vm && !$checked]
47 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
48 assertion_initializer_const_error_test/01: MissingCompileTimeError
49 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
50
14 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ] 51 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ]
15 abstract_beats_arguments2_test/01: Crash # Issue 29171 52 abstract_beats_arguments2_test/01: Crash # Issue 29171
16 53
54 [ $runtime == vm || $runtime == dart_precompiled ]
55
17 # These test entries will be valid for vm (with and without kernel). 56 # These test entries will be valid for vm (with and without kernel).
18 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 57 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
58 async_star_cancel_while_paused_test: RuntimeError
59 # This is OK for now, but we may want to change the semantics to match the test.
60 async_star_pause_test: Fail, OK
19 61
20 # These tests are skipped in the VM because it has "--supermixin" 62 # These tests are skipped in the VM because it has "--supermixin"
21 # functionality enabled unconditionally. The tests should be removed 63 # functionality enabled unconditionally. The tests should be removed
22 # once the same is true for analyzer (#24478) and dart2js (#23773) 64 # once the same is true for analyzer (#24478) and dart2js (#23773)
23 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773 65 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773
24 mixin_illegal_superclass_test: Skip # Issues 24478 and 23773 66 mixin_illegal_superclass_test: Skip # Issues 24478 and 23773
25 67
26 # These bugs refer currently ongoing language discussions. 68 # These bugs refer currently ongoing language discussions.
27 constructor5_test: Fail # Issue 6422 69 constructor5_test: Fail # Issue 6422
28 constructor6_test: Fail # Issue 6422 70 constructor6_test: Fail # Issue 6422
(...skipping 24 matching lines...) Expand all
53 no_main_test/01: Skip 95 no_main_test/01: Skip
54 main_not_a_function_test/01: Skip 96 main_not_a_function_test/01: Skip
55 97
56 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 98 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
57 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 99 dynamic_prefix_core_test/01: RuntimeError # Issue 12478
58 multiline_strings_test: Fail # Issue 23020 100 multiline_strings_test: Fail # Issue 23020
59 101
60 deferred_redirecting_factory_test: Fail, Crash # Issue 23408 102 deferred_redirecting_factory_test: Fail, Crash # Issue 23408
61 redirecting_constructor_initializer_test: RuntimeError # Issue 23488 103 redirecting_constructor_initializer_test: RuntimeError # Issue 23488
62 104
105 async_star_regression_2238_test: CompileTimeError, RuntimeError
106
63 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 107 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
64 # These generic functions tests pass for the wrong reason in checked mode, 108 # These generic functions tests pass for the wrong reason in checked mode,
65 # because the parsed type parameters are mapped to dynamic type. 109 # because the parsed type parameters are mapped to dynamic type.
66 generic_methods_function_type_test: Pass # Issue 25869 110 generic_methods_function_type_test: Pass # Issue 25869
67 generic_methods_test: Pass # Issue 25869 111 generic_methods_test: Pass # Issue 25869
68 generic_methods_new_test: Pass # Issue 25869 112 generic_methods_new_test: Pass # Issue 25869
69 generic_local_functions_test: Pass # Issue 25869 113 generic_local_functions_test: Pass # Issue 25869
70 generic_functions_test: Pass # Issue 25869 114 generic_functions_test: Pass # Issue 25869
71 generic_methods_generic_function_parameter_test: Pass # Issue 25869 115 generic_methods_generic_function_parameter_test: Pass # Issue 25869
72 116
(...skipping 17 matching lines...) Expand all
90 134
91 [ $runtime == vm || $runtime == dart_precompiled ] 135 [ $runtime == vm || $runtime == dart_precompiled ]
92 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151 136 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151
93 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151 137 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151
94 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151 138 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151
95 139
96 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled)) && $arch == ia32 ] 140 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled)) && $arch == ia32 ]
97 vm/regress_24517_test: Pass, Fail # Issue 24517. 141 vm/regress_24517_test: Pass, Fail # Issue 24517.
98 142
99 [ $compiler == precompiler && $runtime == dart_precompiled ] 143 [ $compiler == precompiler && $runtime == dart_precompiled ]
144 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError
145 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError
146 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError
147 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError
148 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError
149 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError
150 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError
151 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError
152 assertion_initializer_const_error2_test/cc09: Crash, MissingCompileTimeError
153 assertion_initializer_const_error2_test/cc10: Crash, MissingCompileTimeError
154 assertion_initializer_const_error2_test/cc11: Crash, MissingCompileTimeError
155
100 vm/regress_27671_test: Skip # Unsupported 156 vm/regress_27671_test: Skip # Unsupported
101 export_double_same_main_test: Skip # Issue 29895 157 export_double_same_main_test: Skip # Issue 29895
102 export_ambiguous_main_negative_test: Skip # Issue 29895 158 export_ambiguous_main_negative_test: Skip # Issue 29895
103 vm/optimized_stacktrace_test: Skip # Issue 30198 159 vm/optimized_stacktrace_test: Skip # Issue 30198
104 160
161 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked]
162 assertion_initializer_const_error_test/01: MissingCompileTimeError
163 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
164
105 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ] 165 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ]
106 regress_29025_test: Crash # Issue dartbug.com/29331 166 regress_29025_test: Crash # Issue dartbug.com/29331
107 167
108 [ $runtime == dart_precompiled ] 168 [ $runtime == dart_precompiled ]
109 # Imports dart:mirrors 169 # Imports dart:mirrors
110 const_evaluation_test: SkipByDesign 170 const_evaluation_test: SkipByDesign
111 deferred_constraints_constants_test: SkipByDesign 171 deferred_constraints_constants_test: SkipByDesign
112 enum_mirror_test: SkipByDesign 172 enum_mirror_test: SkipByDesign
113 field_increment_bailout_test: SkipByDesign 173 field_increment_bailout_test: SkipByDesign
114 instance_creation_in_function_annotation_test: SkipByDesign 174 instance_creation_in_function_annotation_test: SkipByDesign
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot 216 deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot
157 217
158 [ $runtime == dart_precompiled || $compiler == app_jit ] 218 [ $runtime == dart_precompiled || $compiler == app_jit ]
159 ct_const2_test: Skip # Incompatible flag: --compile_all 219 ct_const2_test: Skip # Incompatible flag: --compile_all
160 hello_dart_test: Skip # Incompatible flag: --compile_all 220 hello_dart_test: Skip # Incompatible flag: --compile_all
161 vm/type_vm_test: RuntimeError # Expects line and column numbers 221 vm/type_vm_test: RuntimeError # Expects line and column numbers
162 vm/type_cast_vm_test: RuntimeError # Expects line and column numbers 222 vm/type_cast_vm_test: RuntimeError # Expects line and column numbers
163 223
164 [ $mode == product ] 224 [ $mode == product ]
165 issue13474_test: SkipByDesign # Requires checked mode. 225 issue13474_test: SkipByDesign # Requires checked mode.
226 assertion_test: SkipByDesign # Requires checked mode.
166 named_parameters_type_test/01: SkipByDesign # Requires checked mode. 227 named_parameters_type_test/01: SkipByDesign # Requires checked mode.
167 named_parameters_type_test/02: SkipByDesign # Requires checked mode. 228 named_parameters_type_test/02: SkipByDesign # Requires checked mode.
168 named_parameters_type_test/03: SkipByDesign # Requires checked mode. 229 named_parameters_type_test/03: SkipByDesign # Requires checked mode.
169 type_checks_in_factory_method_test: SkipByDesign # Requires checked mode. 230 type_checks_in_factory_method_test: SkipByDesign # Requires checked mode.
170 positional_parameters_type_test/01: SkipByDesign # Requires checked mode. 231 positional_parameters_type_test/01: SkipByDesign # Requires checked mode.
171 positional_parameters_type_test/02: SkipByDesign # Requires checked mode. 232 positional_parameters_type_test/02: SkipByDesign # Requires checked mode.
172 list_literal4_test: SkipByDesign # Requires checked mode. 233 list_literal4_test: SkipByDesign # Requires checked mode.
173 generic_test: SkipByDesign # Requires checked mode. 234 generic_test: SkipByDesign # Requires checked mode.
174 map_literal4_test: SkipByDesign # Requires checked mode. 235 map_literal4_test: SkipByDesign # Requires checked mode.
175 236
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 deferred_type_dependency_test: Crash # Requires deferred libraries 291 deferred_type_dependency_test: Crash # Requires deferred libraries
231 issue_1751477_test: Crash # Requires deferred libraries 292 issue_1751477_test: Crash # Requires deferred libraries
232 regress_23408_test: Crash # Requires deferred libraries 293 regress_23408_test: Crash # Requires deferred libraries
233 regress_22443_test: Crash # Requires deferred libraries 294 regress_22443_test: Crash # Requires deferred libraries
234 regress_28278_test: Crash # Requires deferred libraries 295 regress_28278_test: Crash # Requires deferred libraries
235 conditional_import_test: Crash # Requires deferred libraries 296 conditional_import_test: Crash # Requires deferred libraries
236 conditional_import_string_test: Crash # Requires deferred libraries 297 conditional_import_string_test: Crash # Requires deferred libraries
237 vm/regress_27201_test: Pass, Crash # Requires deferred libraries 298 vm/regress_27201_test: Pass, Crash # Requires deferred libraries
238 vm/optimized_stacktrace_test: Pass, Slow 299 vm/optimized_stacktrace_test: Pass, Slow
239 300
301 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler ! = none && $compiler != dartk && $compiler != dartkp )]
302 assert_initializer_test/*: SKIP # not implemented yet, experiment is VM only.
303
304 [($runtime == vm || $runtime == flutter) && $compiler == none && $checked]
305 # The VM doesn't enforce that potentially const expressions are actually
306 # const expressions when the constructor is called with `const`.
307 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
308
240 [($runtime == vm || $runtime == flutter) && $compiler == none] 309 [($runtime == vm || $runtime == flutter) && $compiler == none]
241 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 310 duplicate_part_test/01: MissingCompileTimeError # Issue 27516
242 311
243 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32] 312 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32]
244 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 313 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276
245 314
246 [$runtime == vm && $compiler == none && $system == fuchsia] 315 [$runtime == vm && $compiler == none && $system == fuchsia]
247 # Use package:unittest 316 # Use package:unittest
248 async_await_test: RuntimeError 317 async_await_test: RuntimeError
249 async_star_test: RuntimeError 318 async_star_test: RuntimeError
(...skipping 12 matching lines...) Expand all
262 generalized_void_syntax_test: CompileTimeError # Issue #30176. 331 generalized_void_syntax_test: CompileTimeError # Issue #30176.
263 syntax_test/none: CompileTimeError # Issue #30176. 332 syntax_test/none: CompileTimeError # Issue #30176.
264 333
265 # flutter uses --error_on_bad_type, --error_on_bad_override 334 # flutter uses --error_on_bad_type, --error_on_bad_override
266 # and --await_is_keyword so # the following tests fail with 335 # and --await_is_keyword so # the following tests fail with
267 # a Compilation Error 336 # a Compilation Error
268 [ $runtime == flutter ] 337 [ $runtime == flutter ]
269 await_backwards_compatibility_test/none: CompileTimeError 338 await_backwards_compatibility_test/none: CompileTimeError
270 await_test: CompileTimeError 339 await_test: CompileTimeError
271 async_await_test: CompileTimeError 340 async_await_test: CompileTimeError
341 async_await_syntax_test/a05c: CompileTimeError
342 async_await_syntax_test/a05e: CompileTimeError
343 async_await_syntax_test/d08c: CompileTimeError
272 static_initializer_type_error_test: CompileTimeError 344 static_initializer_type_error_test: CompileTimeError
273 new_expression_type_args_test/02: CompileTimeError 345 new_expression_type_args_test/02: CompileTimeError
274 super_getter_setter_test: CompileTimeError 346 super_getter_setter_test: CompileTimeError
275 malformed_test/none: CompileTimeError 347 malformed_test/none: CompileTimeError
276 malbounded_type_test_test/02: CompileTimeError 348 malbounded_type_test_test/02: CompileTimeError
277 factory6_test/00: CompileTimeError 349 factory6_test/00: CompileTimeError
278 method_override2_test/01: CompileTimeError 350 method_override2_test/01: CompileTimeError
279 regress_22438_test: CompileTimeError 351 regress_22438_test: CompileTimeError
280 regress_13462_1_test: CompileTimeError 352 regress_13462_1_test: CompileTimeError
281 instance_creation_in_function_annotation_test: CompileTimeError 353 instance_creation_in_function_annotation_test: CompileTimeError
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 override_inheritance_method_test/28: CompileTimeError 411 override_inheritance_method_test/28: CompileTimeError
340 override_inheritance_method_test/29: CompileTimeError 412 override_inheritance_method_test/29: CompileTimeError
341 override_inheritance_method_test/05: CompileTimeError 413 override_inheritance_method_test/05: CompileTimeError
342 override_inheritance_method_test/31: CompileTimeError 414 override_inheritance_method_test/31: CompileTimeError
343 override_inheritance_method_test/33: CompileTimeError 415 override_inheritance_method_test/33: CompileTimeError
344 override_inheritance_method_test/32: CompileTimeError 416 override_inheritance_method_test/32: CompileTimeError
345 override_inheritance_method_test/30: CompileTimeError 417 override_inheritance_method_test/30: CompileTimeError
346 redirecting_factory_reflection_test: CompileTimeError 418 redirecting_factory_reflection_test: CompileTimeError
347 method_override6_test: CompileTimeError 419 method_override6_test: CompileTimeError
348 try_catch_syntax_test/08: CompileTimeError 420 try_catch_syntax_test/08: CompileTimeError
421 async_return_types_test/tooManyTypeParameters: CompileTimeError
349 method_override4_test: CompileTimeError 422 method_override4_test: CompileTimeError
350 super_call4_test: CompileTimeError 423 super_call4_test: CompileTimeError
351 wrong_number_type_arguments_test/00: CompileTimeError 424 wrong_number_type_arguments_test/00: CompileTimeError
352 wrong_number_type_arguments_test/02: CompileTimeError 425 wrong_number_type_arguments_test/02: CompileTimeError
353 wrong_number_type_arguments_test/01: CompileTimeError 426 wrong_number_type_arguments_test/01: CompileTimeError
354 is_malformed_type_test/97: CompileTimeError 427 is_malformed_type_test/97: CompileTimeError
355 class_keyword_test/02: CompileTimeError 428 class_keyword_test/02: CompileTimeError
356 is_malformed_type_test/98: CompileTimeError 429 is_malformed_type_test/98: CompileTimeError
357 is_malformed_type_test/99: CompileTimeError 430 is_malformed_type_test/99: CompileTimeError
358 is_malformed_type_test/95: CompileTimeError 431 is_malformed_type_test/95: CompileTimeError
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 deferred_shared_and_unshared_classes_test: Skip # Timeout 559 deferred_shared_and_unshared_classes_test: Skip # Timeout
487 deferred_constant_list_test: Skip # Timeout 560 deferred_constant_list_test: Skip # Timeout
488 deferred_redirecting_factory_test: Skip # Timeout 561 deferred_redirecting_factory_test: Skip # Timeout
489 deferred_shadow_load_library_test: Skip # Timeout 562 deferred_shadow_load_library_test: Skip # Timeout
490 deferred_global_test: Skip # Timeout 563 deferred_global_test: Skip # Timeout
491 564
492 # Look like bugs. 565 # Look like bugs.
493 config_import_test: RuntimeError # Flutter Issue 9110 566 config_import_test: RuntimeError # Flutter Issue 9110
494 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9 110 567 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9 110
495 vm/regress_27201_test: Fail # Flutter Issue 9110 568 vm/regress_27201_test: Fail # Flutter Issue 9110
569 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110
570 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
571 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
572 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
496 asyncstar_yield_test: Skip # Flutter Issue 9110 573 asyncstar_yield_test: Skip # Flutter Issue 9110
574 async_star_no_cancel_test: Skip # Flutter Issue 9110
575 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
497 await_for_test: Skip # Flutter Issue 9110 576 await_for_test: Skip # Flutter Issue 9110
498 await_for_cancel_test: Skip # Flutter Issue 9110 577 await_for_cancel_test: Skip # Flutter Issue 9110
499 578
500 579
OLDNEW
« no previous file with comments | « tests/language/async_star_take_reyield_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698