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

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

Issue 2983033002: Removed Dartium test exceptions (Closed)
Patch Set: Remove the Dartium tests exceptions 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
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/analyzer/analyze_library.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 30 matching lines...) Expand all
41 [$compiler == none && $runtime == vm && !$checked] 41 [$compiler == none && $runtime == vm && !$checked]
42 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 42 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
43 assertion_initializer_const_error_test/01: MissingCompileTimeError 43 assertion_initializer_const_error_test/01: MissingCompileTimeError
44 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 44 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
45 45
46 [$compiler == none && $runtime == drt && !$checked] 46 [$compiler == none && $runtime == drt && !$checked]
47 assertion_initializer_const_error2_test/cc02: Fail 47 assertion_initializer_const_error2_test/cc02: Fail
48 assertion_initializer_const_error_test/01: Fail 48 assertion_initializer_const_error_test/01: Fail
49 assertion_initializer_const_function_error_test/01: Fail 49 assertion_initializer_const_function_error_test/01: Fail
50 50
51 [$compiler == none && $runtime == dartium && !$checked]
52 assertion_initializer_const_function_test/01: RuntimeError
53 assertion_initializer_test: RuntimeError
54
55 [$compiler == none && $runtime == dartium && $checked]
56 assertion_initializer_const_function_test/01: RuntimeError
57 assertion_initializer_test: RuntimeError
58
59 [$compiler == app_jit && $runtime == vm && !$checked] 51 [$compiler == app_jit && $runtime == vm && !$checked]
60 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 52 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
61 assertion_initializer_const_error_test/01: MissingCompileTimeError 53 assertion_initializer_const_error_test/01: MissingCompileTimeError
62 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 54 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
63 55
64 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ] 56 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ]
65 abstract_beats_arguments2_test/01: Crash # Issue 29171 57 abstract_beats_arguments2_test/01: Crash # Issue 29171
66 58
67 [ $runtime == vm || $runtime == dart_precompiled ] 59 [ $runtime == vm || $runtime == dart_precompiled ]
68 60
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 generic_methods_generic_function_parameter_test: Pass # Issue 25869 120 generic_methods_generic_function_parameter_test: Pass # Issue 25869
129 121
130 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] 122 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
131 class_keyword_test/02: MissingCompileTimeError # Issue 13627 123 class_keyword_test/02: MissingCompileTimeError # Issue 13627
132 unicode_bom_test: Fail # Issue 16067 124 unicode_bom_test: Fail # Issue 16067
133 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. 125 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
134 126
135 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 127 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
136 type_variable_bounds4_test/01: Fail # Issue 14006 128 type_variable_bounds4_test/01: Fail # Issue 14006
137 129
138 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter || $runtime == drt || $runtime == dartium) ] 130 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
139 export_ambiguous_main_negative_test: Fail # Issue 14763 131 export_ambiguous_main_negative_test: Fail # Issue 14763
140 132
141 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p recompiled) || $runtime == drt || $runtime == dartium || $runtime == flutter) ] 133 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p recompiled) || $runtime == flutter) ]
142 dynamic_prefix_core_test/none: Fail # Issue 12478 134 dynamic_prefix_core_test/none: Fail # Issue 12478
143 135
144 [ $compiler == none && $runtime == dartium && ! $checked ]
145 assertion_test: Fail # Issue 14651.
146 generic_test: Fail # Issue 14651.
147 list_literal4_test: Fail # Issue 14651.
148 map_literal4_test: Fail # Issue 14651.
149 named_parameters_type_test/01: Fail # Issue 14651.
150 named_parameters_type_test/02: Fail # Issue 14651.
151 named_parameters_type_test/03: Fail # Issue 14651.
152 positional_parameters_type_test/01: Fail # Issue 14651.
153 positional_parameters_type_test/02: Fail # Issue 14651.
154 type_checks_in_factory_method_test: Fail # Issue 14651.
155 vm/type_vm_test: Fail # Issue 14651.
156
157 [ $compiler == none && ($runtime == dartium || $runtime == drt)]
158 abstract_beats_arguments2_test/01: Skip # Issue 29171
159 # Other issues.
160 issue13474_test: Pass, Fail # Issue 14651.
161 config_import_test: Fail # Issue 14651.
162 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn .
163 main_test/01: Fail # Issue 20028
164 main_test/02: Fail # Issue 20028
165 main_test/04: Fail # Issue 20028
166 main_test/05: Fail # Issue 20028
167 main_test/21: Fail # Issue 20028
168 main_test/42: Fail # Issue 20028
169 mirror_in_static_init_test: Fail # Issue 22071
170 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651.
171 vm/regress_28325_test: SkipByDesign # Requires dart:io
172
173 # These tests need the flag --initializing-formal-access to pass:
174 initializing_formal_access_test: Skip
175 initializing_formal_capture_test: Skip
176 initializing_formal_final_test: Skip
177 initializing_formal_promotion_test: Skip
178 initializing_formal_type_test: Skip
179 parameter_initializer5_test: Skip
180
181 # Experimental feature: Syntactic support for generic methods.
182 # Skip these in dartium, because the test framework can't pass VM flags to
183 generic_methods_test: Skip # Issue 25869
184 generic_functions_test: Skip # Issue 25869
185 generic_local_functions_test: Skip # Issue 25869
186 generic_sends_test: Skip # Issue 25869
187 generic_methods_new_test: Skip # Issue 25869
188 generic_methods_function_type_test: Skip # Issue 25869
189 generic_methods_type_expression_test: Skip # Issue 25869
190
191 config_import_test: Skip # Issue 26250
192
193 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ]
194 issue_22780_test/01: Pass, Timeout # Issue 24473
195
196 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ]
197 async_await_test: Skip # Issue 26198
198
199 [ $compiler == none && $runtime == drt ]
200 disassemble_test: Pass, Fail # Issue 18122
201
202 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar ch == arm64 ] 136 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar ch == arm64 ]
203 large_class_declaration_test: SkipSlow # Uses too much memory. 137 large_class_declaration_test: SkipSlow # Uses too much memory.
204 closure_cycles_test: Pass, Slow 138 closure_cycles_test: Pass, Slow
205 139
206 [ $compiler == none && ($runtime == dartium || $runtime == drt) && $mode == debu g ]
207 large_class_declaration_test: SkipSlow # Times out. Issue 20352
208
209 [ $runtime == vm || $runtime == dart_precompiled ] 140 [ $runtime == vm || $runtime == dart_precompiled ]
210 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151 141 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151
211 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151 142 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 143 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151
213 144
214 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 145 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled)) && $arch == ia32 ]
215 issue23244_test: Fail # Issue 23244
216
217 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia32 ]
218 vm/regress_24517_test: Pass, Fail # Issue 24517. 146 vm/regress_24517_test: Pass, Fail # Issue 24517.
219 147
220 [ $compiler == precompiler && $runtime == dart_precompiled ] 148 [ $compiler == precompiler && $runtime == dart_precompiled ]
221 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError 149 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError
222 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError 150 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError
223 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError 151 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError
224 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError 152 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError
225 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError 153 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError
226 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError 154 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError
227 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError 155 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 vm/causal_async_exception_stack_test: RuntimeError 323 vm/causal_async_exception_stack_test: RuntimeError
396 vm/causal_async_exception_stack2_test: RuntimeError 324 vm/causal_async_exception_stack2_test: RuntimeError
397 # TODO(zra): Investigate 325 # TODO(zra): Investigate
398 closure_cycles_test: Pass, Crash 326 closure_cycles_test: Pass, Crash
399 vm/math_vm_test: Crash 327 vm/math_vm_test: Crash
400 328
401 [$compiler == dart2analyzer] 329 [$compiler == dart2analyzer]
402 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 330 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
403 config_import_corelib_test: StaticWarning, OK 331 config_import_corelib_test: StaticWarning, OK
404 332
405 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled || $run time == dartium || $runtime == drt) && ($compiler == none || $compiler == app_ji t || $compiler == precompiler) ] 333 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && ($c ompiler == none || $compiler == app_jit || $compiler == precompiler) ]
406 await_for_test: RuntimeError # issue 28974 334 await_for_test: RuntimeError # issue 28974
407 generalized_void_syntax_test: CompileTimeError # Issue #30176. 335 generalized_void_syntax_test: CompileTimeError # Issue #30176.
408 336
409 # flutter uses --error_on_bad_type, --error_on_bad_override 337 # flutter uses --error_on_bad_type, --error_on_bad_override
410 # and --await_is_keyword so # the following tests fail with 338 # and --await_is_keyword so # the following tests fail with
411 # a Compilation Error 339 # a Compilation Error
412 [ $runtime == flutter ] 340 [ $runtime == flutter ]
413 await_backwards_compatibility_test/none: CompileTimeError 341 await_backwards_compatibility_test/none: CompileTimeError
414 await_test: CompileTimeError 342 await_test: CompileTimeError
415 async_await_test: CompileTimeError 343 async_await_test: CompileTimeError
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 573 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
646 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 574 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
647 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 575 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
648 asyncstar_yield_test: Skip # Flutter Issue 9110 576 asyncstar_yield_test: Skip # Flutter Issue 9110
649 async_star_no_cancel_test: Skip # Flutter Issue 9110 577 async_star_no_cancel_test: Skip # Flutter Issue 9110
650 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 578 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
651 await_for_test: Skip # Flutter Issue 9110 579 await_for_test: Skip # Flutter Issue 9110
652 await_for_cancel_test: Skip # Flutter Issue 9110 580 await_for_cancel_test: Skip # Flutter Issue 9110
653 581
654 582
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/analyzer/analyze_library.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698