| 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 abstract_beats_arguments_test: RuntimeError | 6 abstract_beats_arguments_test: RuntimeError |
| 7 abstract_runtime_error_test/01: RuntimeError | 7 abstract_runtime_error_test/01: RuntimeError |
| 8 abstract_runtime_error_test/02: RuntimeError | 8 abstract_runtime_error_test/02: RuntimeError |
| 9 accessor_conflict_export2_test: RuntimeError | 9 accessor_conflict_export2_test: RuntimeError |
| 10 accessor_conflict_export_test: RuntimeError | 10 accessor_conflict_export_test: RuntimeError |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 const_error_multiply_initialized_test/03: MissingCompileTimeError | 69 const_error_multiply_initialized_test/03: MissingCompileTimeError |
| 70 const_error_multiply_initialized_test/04: RuntimeError | 70 const_error_multiply_initialized_test/04: RuntimeError |
| 71 const_evaluation_test/01: RuntimeError | 71 const_evaluation_test/01: RuntimeError |
| 72 const_factory_with_body_test/01: MissingCompileTimeError | 72 const_factory_with_body_test/01: MissingCompileTimeError |
| 73 const_for_in_variable_test/01: MissingCompileTimeError | 73 const_for_in_variable_test/01: MissingCompileTimeError |
| 74 const_instance_field_test/01: MissingCompileTimeError | 74 const_instance_field_test/01: MissingCompileTimeError |
| 75 const_map2_test/00: MissingCompileTimeError | 75 const_map2_test/00: MissingCompileTimeError |
| 76 const_map3_test/00: MissingCompileTimeError | 76 const_map3_test/00: MissingCompileTimeError |
| 77 const_nested_test: RuntimeError | 77 const_nested_test: RuntimeError |
| 78 const_optional_args_negative_test: Fail | 78 const_optional_args_negative_test: Fail |
| 79 const_string_test: RuntimeError | |
| 80 const_switch2_test/01: MissingCompileTimeError | 79 const_switch2_test/01: MissingCompileTimeError |
| 81 const_syntax_test/01: MissingCompileTimeError | 80 const_syntax_test/01: MissingCompileTimeError |
| 82 const_syntax_test/02: MissingCompileTimeError | 81 const_syntax_test/02: MissingCompileTimeError |
| 83 const_syntax_test/03: MissingCompileTimeError | 82 const_syntax_test/03: MissingCompileTimeError |
| 84 const_syntax_test/04: MissingCompileTimeError | 83 const_syntax_test/04: MissingCompileTimeError |
| 85 const_syntax_test/05: MissingCompileTimeError | 84 const_syntax_test/05: MissingCompileTimeError |
| 86 const_syntax_test/08: MissingCompileTimeError | |
| 87 const_syntax_test/09: MissingCompileTimeError | |
| 88 const_syntax_test/10: Crash | 85 const_syntax_test/10: Crash |
| 89 const_types_test/06: CompileTimeError | 86 const_types_test/06: CompileTimeError |
| 90 const_types_test/13: CompileTimeError | 87 const_types_test/13: CompileTimeError |
| 91 const_types_test/23: MissingCompileTimeError | 88 const_types_test/23: MissingCompileTimeError |
| 92 const_types_test/24: MissingCompileTimeError | 89 const_types_test/24: MissingCompileTimeError |
| 93 const_types_test/25: MissingCompileTimeError | 90 const_types_test/25: MissingCompileTimeError |
| 94 const_types_test/26: MissingCompileTimeError | 91 const_types_test/26: MissingCompileTimeError |
| 95 const_types_test/27: MissingCompileTimeError | 92 const_types_test/27: MissingCompileTimeError |
| 96 const_types_test/28: MissingCompileTimeError | 93 const_types_test/28: MissingCompileTimeError |
| 97 const_types_test/29: MissingCompileTimeError | 94 const_types_test/29: MissingCompileTimeError |
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 type_parameter_test/04: Crash | 487 type_parameter_test/04: Crash |
| 491 type_parameter_test/05: Crash | 488 type_parameter_test/05: Crash |
| 492 | 489 |
| 493 # Triaged checked mode failures | 490 # Triaged checked mode failures |
| 494 [ ($compiler == dartk || $compiler == dartkp) && $checked ] | 491 [ ($compiler == dartk || $compiler == dartkp) && $checked ] |
| 495 language/regress_22728_test: Fail # Dartk Issue 28498 | 492 language/regress_22728_test: Fail # Dartk Issue 28498 |
| 496 | 493 |
| 497 # dartk: JIT failures | 494 # dartk: JIT failures |
| 498 [ $compiler == dartk ] | 495 [ $compiler == dartk ] |
| 499 const_locals_test: RuntimeError | 496 const_locals_test: RuntimeError |
| 497 const_string_test: RuntimeError |
| 498 const_syntax_test/08: MissingCompileTimeError |
| 499 const_syntax_test/09: MissingCompileTimeError |
| 500 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 500 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 501 ct_const2_test: Pass, Crash # Flaky | 501 ct_const2_test: Pass, Crash # Flaky |
| 502 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert "
kind() != RawScript::kKernelTag". Issue 28790 | 502 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert "
kind() != RawScript::kKernelTag". Issue 28790 |
| 503 final_syntax_test/09: Crash | 503 final_syntax_test/09: Crash |
| 504 getter_declaration_negative_test: Fail | 504 getter_declaration_negative_test: Fail |
| 505 hello_dart_test: Crash | 505 hello_dart_test: Crash |
| 506 instance_creation_in_function_annotation_test: RuntimeError | 506 instance_creation_in_function_annotation_test: RuntimeError |
| 507 library_env_test/has_no_mirror_support: RuntimeError | 507 library_env_test/has_no_mirror_support: RuntimeError |
| 508 redirecting_factory_reflection_test: Crash | 508 redirecting_factory_reflection_test: Crash |
| 509 redirecting_factory_reflection_test: RuntimeError | 509 redirecting_factory_reflection_test: RuntimeError |
| (...skipping 18 matching lines...) Expand all Loading... |
| 528 ref_before_declaration_test/04: Crash | 528 ref_before_declaration_test/04: Crash |
| 529 ref_before_declaration_test/05: Crash | 529 ref_before_declaration_test/05: Crash |
| 530 ref_before_declaration_test/06: Crash | 530 ref_before_declaration_test/06: Crash |
| 531 ref_before_declaration_test/07: Crash | 531 ref_before_declaration_test/07: Crash |
| 532 ref_before_declaration_test/none: Crash | 532 ref_before_declaration_test/none: Crash |
| 533 try_catch_syntax_test/05: Crash | 533 try_catch_syntax_test/05: Crash |
| 534 vm/lazy_deopt_vm_test: Crash | 534 vm/lazy_deopt_vm_test: Crash |
| 535 | 535 |
| 536 # dartk: precompilation failures | 536 # dartk: precompilation failures |
| 537 [ $compiler == dartkp ] | 537 [ $compiler == dartkp ] |
| 538 const_syntax_test/08: Crash |
| 539 const_syntax_test/09: Crash |
| 538 final_syntax_test/09: MissingCompileTimeError | 540 final_syntax_test/09: MissingCompileTimeError |
| 539 getter_declaration_negative_test: Crash | 541 getter_declaration_negative_test: Crash |
| 540 getter_parameters_test/02: Crash | 542 getter_parameters_test/02: Crash |
| 541 ref_before_declaration_test/00: Crash | 543 ref_before_declaration_test/00: Crash |
| 542 ref_before_declaration_test/01: Crash | 544 ref_before_declaration_test/01: Crash |
| 543 ref_before_declaration_test/02: Crash | 545 ref_before_declaration_test/02: Crash |
| 544 ref_before_declaration_test/03: Crash | 546 ref_before_declaration_test/03: Crash |
| 545 ref_before_declaration_test/04: Crash | 547 ref_before_declaration_test/04: Crash |
| 546 ref_before_declaration_test/05: Crash | 548 ref_before_declaration_test/05: Crash |
| 547 ref_before_declaration_test/06: Crash | 549 ref_before_declaration_test/06: Crash |
| 548 ref_before_declaration_test/07: Crash | 550 ref_before_declaration_test/07: Crash |
| 549 ref_before_declaration_test/none: Crash | 551 ref_before_declaration_test/none: Crash |
| 550 setter_declaration2_negative_test: Crash | 552 setter_declaration2_negative_test: Crash |
| 551 setter_declaration_negative_test: Crash | 553 setter_declaration_negative_test: Crash |
| 552 try_catch_syntax_test/05: Crash | 554 try_catch_syntax_test/05: Crash |
| 553 | 555 |
| 554 # dartk: precompilation failures (debug) | 556 # dartk: precompilation failures (debug) |
| 555 [ $compiler == dartkp && $mode == debug ] | 557 [ $compiler == dartkp && $mode == debug ] |
| 556 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 558 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 557 external_test/13: Crash | 559 external_test/13: Crash |
| 558 final_syntax_test/09: Crash | 560 final_syntax_test/09: Crash |
| 559 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 561 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 560 regress_22445_test: Crash | 562 regress_22445_test: Crash |
| 561 regress_23498_test: Crash | 563 regress_23498_test: Crash |
| OLD | NEW |