OLD | NEW |
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 [ $compiler == dartk || $compiler == dartkp ] | 5 [ $compiler == dartk || $compiler == dartkp ] |
6 generic_closure_test: RuntimeError # Not triaged. | 6 generic_closure_test: RuntimeError # Not triaged. |
7 method_override_test: RuntimeError # Not triaged. | 7 method_override_test: RuntimeError # Not triaged. |
8 runtime_type_function_test: RuntimeError # Not triaged. | 8 runtime_type_function_test: RuntimeError # Not triaged. |
9 | 9 |
10 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. | 10 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 [ ($compiler == dartk || $compiler == dartkp) && $checked ] | 212 [ ($compiler == dartk || $compiler == dartkp) && $checked ] |
213 regress_22728_test: Fail # Dartk Issue 28498 | 213 regress_22728_test: Fail # Dartk Issue 28498 |
214 | 214 |
215 # dartk: JIT failures | 215 # dartk: JIT failures |
216 [ $compiler == dartk ] | 216 [ $compiler == dartk ] |
217 const_locals_test: RuntimeError | 217 const_locals_test: RuntimeError |
218 const_string_test: RuntimeError | 218 const_string_test: RuntimeError |
219 const_syntax_test/08: MissingCompileTimeError | 219 const_syntax_test/08: MissingCompileTimeError |
220 ct_const2_test: Pass, Crash # Flaky | 220 ct_const2_test: Pass, Crash # Flaky |
221 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert "
kind() != RawScript::kKernelTag". Issue 28790 | 221 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert "
kind() != RawScript::kKernelTag". Issue 28790 |
222 getter_declaration_negative_test: Fail | |
223 hello_dart_test: Crash | 222 hello_dart_test: Crash |
224 instance_creation_in_function_annotation_test: RuntimeError | 223 instance_creation_in_function_annotation_test: RuntimeError |
225 library_env_test/has_no_mirror_support: RuntimeError | 224 library_env_test/has_no_mirror_support: RuntimeError |
226 redirecting_factory_reflection_test: Crash | 225 redirecting_factory_reflection_test: Crash |
227 redirecting_factory_reflection_test: RuntimeError | 226 redirecting_factory_reflection_test: RuntimeError |
228 setter_declaration2_negative_test: Fail | 227 setter_declaration2_negative_test: Fail |
229 setter_declaration_negative_test: Fail | 228 setter_declaration_negative_test: Fail |
230 vm/lazy_deopt_vm_test: Pass, Slow, Timeout | 229 vm/lazy_deopt_vm_test: Pass, Slow, Timeout |
231 vm/optimized_stacktrace_test: Skip # Issue 28788 | 230 vm/optimized_stacktrace_test: Skip # Issue 28788 |
232 | 231 |
233 # dartk: JIT failures (debug) | 232 # dartk: JIT failures (debug) |
234 [ $compiler == dartk && $mode == debug ] | 233 [ $compiler == dartk && $mode == debug ] |
235 deopt_inlined_function_lazy_test: Skip | 234 deopt_inlined_function_lazy_test: Skip |
236 hello_dart_test: Crash # error: expected: cls.is_type_finalized() | 235 hello_dart_test: Crash # error: expected: cls.is_type_finalized() |
237 ref_before_declaration_test/00: Crash | 236 ref_before_declaration_test/00: Crash |
238 ref_before_declaration_test/01: Crash | 237 ref_before_declaration_test/01: Crash |
239 ref_before_declaration_test/02: Crash | 238 ref_before_declaration_test/02: Crash |
240 ref_before_declaration_test/03: Crash | 239 ref_before_declaration_test/03: Crash |
241 ref_before_declaration_test/04: Crash | 240 ref_before_declaration_test/04: Crash |
242 ref_before_declaration_test/05: Crash | 241 ref_before_declaration_test/05: Crash |
243 ref_before_declaration_test/06: Crash | 242 ref_before_declaration_test/06: Crash |
244 ref_before_declaration_test/07: Crash | 243 ref_before_declaration_test/07: Crash |
245 vm/lazy_deopt_vm_test: Crash | 244 vm/lazy_deopt_vm_test: Crash |
246 | 245 |
247 # dartk: precompilation failures | 246 # dartk: precompilation failures |
248 [ $compiler == dartkp ] | 247 [ $compiler == dartkp ] |
249 const_syntax_test/08: Crash | 248 const_syntax_test/08: Crash |
250 final_syntax_test/09: MissingCompileTimeError | 249 final_syntax_test/09: MissingCompileTimeError |
251 getter_declaration_negative_test: Crash | |
252 ref_before_declaration_test/00: Crash | 250 ref_before_declaration_test/00: Crash |
253 ref_before_declaration_test/01: Crash | 251 ref_before_declaration_test/01: Crash |
254 ref_before_declaration_test/02: Crash | 252 ref_before_declaration_test/02: Crash |
255 ref_before_declaration_test/03: Crash | 253 ref_before_declaration_test/03: Crash |
256 ref_before_declaration_test/04: Crash | 254 ref_before_declaration_test/04: Crash |
257 ref_before_declaration_test/05: Crash | 255 ref_before_declaration_test/05: Crash |
258 ref_before_declaration_test/06: Crash | 256 ref_before_declaration_test/06: Crash |
259 ref_before_declaration_test/07: Crash | 257 ref_before_declaration_test/07: Crash |
260 ref_before_declaration_test/none: Crash | 258 ref_before_declaration_test/none: Crash |
261 setter_declaration2_negative_test: Crash | 259 setter_declaration2_negative_test: Crash |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 external_test/22: MissingCompileTimeError # Fixed in ahe's dev branch. | 389 external_test/22: MissingCompileTimeError # Fixed in ahe's dev branch. |
392 external_test/23: MissingCompileTimeError # Fixed in ahe's dev branch. | 390 external_test/23: MissingCompileTimeError # Fixed in ahe's dev branch. |
393 external_test/25: MissingCompileTimeError # Fixed in ahe's dev branch. | 391 external_test/25: MissingCompileTimeError # Fixed in ahe's dev branch. |
394 external_test/30: MissingCompileTimeError # Fixed in ahe's dev branch. | 392 external_test/30: MissingCompileTimeError # Fixed in ahe's dev branch. |
395 external_test/31: MissingCompileTimeError # Fixed in ahe's dev branch. | 393 external_test/31: MissingCompileTimeError # Fixed in ahe's dev branch. |
396 final_initializer_instance_reference_test/01: MissingCompileTimeError # Fixed in
ahe's dev branch. | 394 final_initializer_instance_reference_test/01: MissingCompileTimeError # Fixed in
ahe's dev branch. |
397 final_syntax_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. | 395 final_syntax_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. |
398 final_syntax_test/02: MissingCompileTimeError # Fixed in ahe's dev branch. | 396 final_syntax_test/02: MissingCompileTimeError # Fixed in ahe's dev branch. |
399 final_syntax_test/03: MissingCompileTimeError # Fixed in ahe's dev branch. | 397 final_syntax_test/03: MissingCompileTimeError # Fixed in ahe's dev branch. |
400 final_syntax_test/04: MissingCompileTimeError # Fixed in ahe's dev branch. | 398 final_syntax_test/04: MissingCompileTimeError # Fixed in ahe's dev branch. |
401 function_syntax_test/00: MissingCompileTimeError # Fixed in ahe's dev branch. | |
402 function_syntax_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. | |
403 function_syntax_test/22: MissingCompileTimeError # Fixed in ahe's dev branch. | |
404 function_syntax_test/64: MissingCompileTimeError # Fixed in ahe's dev branch. | |
405 function_syntax_test/67: MissingCompileTimeError # Fixed in ahe's dev branch. | |
406 function_syntax_test/68: MissingCompileTimeError # Fixed in ahe's dev branch. | |
407 function_syntax_test/69: MissingCompileTimeError # Fixed in ahe's dev branch. | |
408 function_syntax_test/71: MissingCompileTimeError # Fixed in ahe's dev branch. | |
409 function_syntax_test/73: MissingCompileTimeError # Fixed in ahe's dev branch. | |
410 function_syntax_test/74: MissingCompileTimeError # Fixed in ahe's dev branch. | |
411 function_type_alias5_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 399 function_type_alias5_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
412 function_type_alias5_test/01: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 400 function_type_alias5_test/01: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
413 function_type_alias5_test/02: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 401 function_type_alias5_test/02: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
414 function_type_alias6_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 402 function_type_alias6_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
415 function_type_alias7_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. | |
416 function_type_alias7_test/02: MissingCompileTimeError # Fixed in ahe's dev branc
h. | |
417 function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 403 function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
418 getter_parameters_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. | |
419 getter_parameters_test/03: MissingCompileTimeError # Fixed in ahe's dev branch. | |
420 getter_parameters_test/04: MissingCompileTimeError # Fixed in ahe's dev branch. | |
421 metadata_test: CompileTimeError # Fixed in ahe's dev branch. | 404 metadata_test: CompileTimeError # Fixed in ahe's dev branch. |
422 named_parameters_aggregated_test/01: MissingCompileTimeError # Fixed in ahe's de
v branch. | |
423 named_parameters_aggregated_test/03: MissingCompileTimeError # Fixed in ahe's de
v branch. | |
424 named_parameters_aggregated_test/04: MissingCompileTimeError # Fixed in ahe's de
v branch. | 405 named_parameters_aggregated_test/04: MissingCompileTimeError # Fixed in ahe's de
v branch. |
425 named_parameters_aggregated_test/06: MissingCompileTimeError # Fixed in ahe's de
v branch. | 406 named_parameters_aggregated_test/06: MissingCompileTimeError # Fixed in ahe's de
v branch. |
426 named_parameters_default_eq_test/01: MissingCompileTimeError # Fixed in ahe's de
v branch. | |
427 parameter_initializer6_negative_test: Fail # Fixed in ahe's dev branch. | |
428 ref_before_declaration_test/00: MissingCompileTimeError # Fixed in ahe's dev bra
nch. | 407 ref_before_declaration_test/00: MissingCompileTimeError # Fixed in ahe's dev bra
nch. |
429 ref_before_declaration_test/01: MissingCompileTimeError # Fixed in ahe's dev bra
nch. | 408 ref_before_declaration_test/01: MissingCompileTimeError # Fixed in ahe's dev bra
nch. |
430 ref_before_declaration_test/02: MissingCompileTimeError # Fixed in ahe's dev bra
nch. | 409 ref_before_declaration_test/02: MissingCompileTimeError # Fixed in ahe's dev bra
nch. |
431 ref_before_declaration_test/03: MissingCompileTimeError # Fixed in ahe's dev bra
nch. | 410 ref_before_declaration_test/03: MissingCompileTimeError # Fixed in ahe's dev bra
nch. |
432 ref_before_declaration_test/04: MissingCompileTimeError # Fixed in ahe's dev bra
nch. | 411 ref_before_declaration_test/04: MissingCompileTimeError # Fixed in ahe's dev bra
nch. |
433 ref_before_declaration_test/05: MissingCompileTimeError # Fixed in ahe's dev bra
nch. | 412 ref_before_declaration_test/05: MissingCompileTimeError # Fixed in ahe's dev bra
nch. |
434 ref_before_declaration_test/06: MissingCompileTimeError # Fixed in ahe's dev bra
nch. | 413 ref_before_declaration_test/06: MissingCompileTimeError # Fixed in ahe's dev bra
nch. |
435 ref_before_declaration_test/07: MissingCompileTimeError # Fixed in ahe's dev bra
nch. | 414 ref_before_declaration_test/07: MissingCompileTimeError # Fixed in ahe's dev bra
nch. |
436 regress_29349_test: CompileTimeError # Fixed in ahe's dev branch. | 415 regress_29349_test: CompileTimeError # Fixed in ahe's dev branch. |
437 scope_variable_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. | 416 scope_variable_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. |
438 static_parameter_test/05: MissingCompileTimeError # Fixed in ahe's dev branch. | |
439 static_parameter_test/06: MissingCompileTimeError # Fixed in ahe's dev branch. | |
440 static_parameter_test/07: MissingCompileTimeError # Fixed in ahe's dev branch. | |
441 static_parameter_test/08: MissingCompileTimeError # Fixed in ahe's dev branch. | |
442 super_conditional_operator_test/01: MissingCompileTimeError # Fixed in ahe's dev
branch. | 417 super_conditional_operator_test/01: MissingCompileTimeError # Fixed in ahe's dev
branch. |
443 super_conditional_operator_test/02: MissingCompileTimeError # Fixed in ahe's dev
branch. | 418 super_conditional_operator_test/02: MissingCompileTimeError # Fixed in ahe's dev
branch. |
444 super_conditional_operator_test/03: MissingCompileTimeError # Fixed in ahe's dev
branch. | 419 super_conditional_operator_test/03: MissingCompileTimeError # Fixed in ahe's dev
branch. |
445 super_conditional_operator_test/04: MissingCompileTimeError # Fixed in ahe's dev
branch. | 420 super_conditional_operator_test/04: MissingCompileTimeError # Fixed in ahe's dev
branch. |
446 super_conditional_operator_test/05: MissingCompileTimeError # Fixed in ahe's dev
branch. | 421 super_conditional_operator_test/05: MissingCompileTimeError # Fixed in ahe's dev
branch. |
447 super_conditional_operator_test/06: MissingCompileTimeError # Fixed in ahe's dev
branch. | 422 super_conditional_operator_test/06: MissingCompileTimeError # Fixed in ahe's dev
branch. |
448 super_conditional_operator_test/07: MissingCompileTimeError # Fixed in ahe's dev
branch. | 423 super_conditional_operator_test/07: MissingCompileTimeError # Fixed in ahe's dev
branch. |
449 super_conditional_operator_test/08: MissingCompileTimeError # Fixed in ahe's dev
branch. | 424 super_conditional_operator_test/08: MissingCompileTimeError # Fixed in ahe's dev
branch. |
450 super_conditional_operator_test/09: MissingCompileTimeError # Fixed in ahe's dev
branch. | 425 super_conditional_operator_test/09: MissingCompileTimeError # Fixed in ahe's dev
branch. |
451 super_conditional_operator_test/10: MissingCompileTimeError # Fixed in ahe's dev
branch. | 426 super_conditional_operator_test/10: MissingCompileTimeError # Fixed in ahe's dev
branch. |
452 super_conditional_operator_test/11: MissingCompileTimeError # Fixed in ahe's dev
branch. | 427 super_conditional_operator_test/11: MissingCompileTimeError # Fixed in ahe's dev
branch. |
453 super_conditional_operator_test/12: MissingCompileTimeError # Fixed in ahe's dev
branch. | 428 super_conditional_operator_test/12: MissingCompileTimeError # Fixed in ahe's dev
branch. |
454 super_conditional_operator_test/13: MissingCompileTimeError # Fixed in ahe's dev
branch. | 429 super_conditional_operator_test/13: MissingCompileTimeError # Fixed in ahe's dev
branch. |
455 super_conditional_operator_test/14: MissingCompileTimeError # Fixed in ahe's dev
branch. | 430 super_conditional_operator_test/14: MissingCompileTimeError # Fixed in ahe's dev
branch. |
456 super_conditional_operator_test/15: MissingCompileTimeError # Fixed in ahe's dev
branch. | 431 super_conditional_operator_test/15: MissingCompileTimeError # Fixed in ahe's dev
branch. |
457 super_conditional_operator_test/16: MissingCompileTimeError # Fixed in ahe's dev
branch. | 432 super_conditional_operator_test/16: MissingCompileTimeError # Fixed in ahe's dev
branch. |
458 syntax_test/02: MissingCompileTimeError # Fixed in ahe's dev branch. | |
459 syntax_test/03: MissingCompileTimeError # Fixed in ahe's dev branch. | |
460 syntax_test/27: MissingCompileTimeError # Fixed in ahe's dev branch. | |
461 this_conditional_operator_test/01: MissingCompileTimeError # Fixed in ahe's dev
branch. | 433 this_conditional_operator_test/01: MissingCompileTimeError # Fixed in ahe's dev
branch. |
462 try_catch_syntax_test/07: MissingCompileTimeError # Fixed in ahe's dev branch. | |
463 try_catch_syntax_test/09: MissingCompileTimeError # Fixed in ahe's dev branch. | |
464 try_catch_syntax_test/10: MissingCompileTimeError # Fixed in ahe's dev branch. | |
465 try_catch_syntax_test/11: MissingCompileTimeError # Fixed in ahe's dev branch. | |
466 try_catch_syntax_test/12: MissingCompileTimeError # Fixed in ahe's dev branch. | |
467 | |
468 [ $compiler == dartk ] | |
469 getter_parameters_test/02: MissingCompileTimeError # Fixed in ahe's dev branch. | |
470 | |
471 [ $compiler == dartkp ] | |
472 getter_parameters_test/02: Crash # Fixed in ahe's dev branch. | |
473 | 434 |
474 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] | 435 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] |
475 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | 436 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. |
476 inst_field_initializer1_negative_test: Fail # Fixed in ahe's dev branch. | 437 inst_field_initializer1_negative_test: Fail # Fixed in ahe's dev branch. |
OLD | NEW |