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

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

Issue 3000423002: Update tests status to make (fyi) dartkp buildbots green. (Closed)
Patch Set: Skip mirrors tests under dartkp Created 3 years, 3 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/language_2/language_2_kernel.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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] 5 [ !$checked && ($compiler == dartk || $compiler == dartkp) ]
6 6
7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335. 7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335.
8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
10 10
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 setter_declaration2_negative_test: DartkCrash 196 setter_declaration2_negative_test: DartkCrash
197 setter_declaration_negative_test: Fail 197 setter_declaration_negative_test: Fail
198 198
199 # dartk: JIT failures (debug) 199 # dartk: JIT failures (debug)
200 [ $compiler == dartk && $mode == debug ] 200 [ $compiler == dartk && $mode == debug ]
201 deopt_inlined_function_lazy_test: Skip 201 deopt_inlined_function_lazy_test: Skip
202 hello_dart_test: Crash # error: expected: cls.is_type_finalized() 202 hello_dart_test: Crash # error: expected: cls.is_type_finalized()
203 203
204 # dartk: precompilation failures 204 # dartk: precompilation failures
205 [ $compiler == dartkp ] 205 [ $compiler == dartkp ]
206 const_conditional_test/08: Crash
206 const_syntax_test/08: Crash 207 const_syntax_test/08: Crash
207 final_syntax_test/09: MissingCompileTimeError 208 const_syntax_test/09: Crash
208 ref_before_declaration_test/none: Crash 209 const_syntax_test/10: Crash
210 factory3_test: Crash
211 final_syntax_test/09: Crash
212 implicit_closure1_test: Crash
213 named_parameters_type_test/01: Crash
214 named_parameters_type_test/02: Crash
215 named_parameters_type_test/03: Crash
216 named_parameters_type_test/none: Crash
217 positional_parameters_type_test/01: Crash
218 positional_parameters_type_test/02: Crash
219 positional_parameters_type_test/none: Crash
220 ref_before_declaration_test/none: Pass
209 setter_declaration2_negative_test: Crash 221 setter_declaration2_negative_test: Crash
210 setter_declaration_negative_test: Crash 222 setter_declaration_negative_test: Crash
223 stacktrace_demangle_ctors_test: RuntimeError
224 type_checks_in_factory_method_test: Crash
225 vm/integer_type_propagation_test: Crash
226 vm/optimized_stacktrace_test: Crash
227 vm/regress_27671_test: Crash
228 vm/type_vm_test: Crash
229
211 230
212 # dartk: precompilation failures (debug) 231 # dartk: precompilation failures (debug)
213 [ $compiler == dartkp && $mode == debug ] 232 [ $compiler == dartkp && $mode == debug ]
214 external_test/13: Crash 233 external_test/13: Crash
215 final_syntax_test/09: Crash 234 final_syntax_test/09: Crash
216 regress_22445_test: Crash 235 malbounded_type_cast_test: Crash
217 regress_23498_test: Crash 236 regress_29025_test: Crash
237 vm/async_await_catch_stacktrace_test: Crash
238
218 239
219 # dartk: checked mode failures 240 # dartk: checked mode failures
220 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 241 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
221 async_await_test: RuntimeError 242 async_await_test: RuntimeError
222 const_constructor2_test/20: MissingCompileTimeError 243 const_constructor2_test/20: MissingCompileTimeError
223 const_constructor2_test/22: MissingCompileTimeError 244 const_constructor2_test/22: MissingCompileTimeError
224 const_constructor2_test/24: MissingCompileTimeError 245 const_constructor2_test/24: MissingCompileTimeError
225 const_init2_test/02: MissingCompileTimeError 246 const_init2_test/02: MissingCompileTimeError
226 default_factory2_test/01: Fail 247 default_factory2_test/01: Fail
227 factory_redirection_test/08: Fail 248 factory_redirection_test/08: Fail
(...skipping 22 matching lines...) Expand all
250 mixin_super_bound2_test/01: RuntimeError 271 mixin_super_bound2_test/01: RuntimeError
251 mixin_super_bound_test: RuntimeError 272 mixin_super_bound_test: RuntimeError
252 msk_bound_test: RuntimeError 273 msk_bound_test: RuntimeError
253 redirecting_factory_infinite_steps_test/01: Fail 274 redirecting_factory_infinite_steps_test/01: Fail
254 redirecting_factory_malbounded_test/01: Fail 275 redirecting_factory_malbounded_test/01: Fail
255 regress_22728_test: RuntimeError 276 regress_22728_test: RuntimeError
256 regress_26133_test: RuntimeError 277 regress_26133_test: RuntimeError
257 type_parameter_test/05: MissingCompileTimeError 278 type_parameter_test/05: MissingCompileTimeError
258 type_parameter_test/none: RuntimeError 279 type_parameter_test/none: RuntimeError
259 type_variable_bounds4_test/01: RuntimeError 280 type_variable_bounds4_test/01: RuntimeError
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/language_2/language_2_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698