| 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 body_less_constructor_wrong_arg_negative_test: Crash | 6 body_less_constructor_wrong_arg_negative_test: Crash |
| 7 built_in_identifier_test/01: CompileTimeError | 7 built_in_identifier_test/01: CompileTimeError |
| 8 call_nonexistent_static_test/01: CompileTimeError | 8 call_nonexistent_static_test/01: CompileTimeError |
| 9 call_nonexistent_static_test/04: CompileTimeError | 9 call_nonexistent_static_test/04: CompileTimeError |
| 10 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 | 10 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 |
| (...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 setter_declaration_negative_test: Fail | 465 setter_declaration_negative_test: Fail |
| 466 super_call4_test: RuntimeError | 466 super_call4_test: RuntimeError |
| 467 super_getter_setter_test: RuntimeError | 467 super_getter_setter_test: RuntimeError |
| 468 vm/lazy_deopt_vm_test: Pass, Slow, Timeout | 468 vm/lazy_deopt_vm_test: Pass, Slow, Timeout |
| 469 vm/optimized_stacktrace_test: Skip # Issue 28788 | 469 vm/optimized_stacktrace_test: Skip # Issue 28788 |
| 470 | 470 |
| 471 # dartk: JIT failures (debug) | 471 # dartk: JIT failures (debug) |
| 472 [ $compiler == dartk && $mode == debug ] | 472 [ $compiler == dartk && $mode == debug ] |
| 473 constructor_duplicate_initializers_test/03: Crash | 473 constructor_duplicate_initializers_test/03: Crash |
| 474 deopt_inlined_function_lazy_test: Skip | 474 deopt_inlined_function_lazy_test: Skip |
| 475 function_malformed_result_type_test: Crash |
| 475 hello_dart_test: Crash # error: expected: cls.is_type_finalized() | 476 hello_dart_test: Crash # error: expected: cls.is_type_finalized() |
| 476 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 | 477 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 |
| 477 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 478 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 478 ref_before_declaration_test/00: Crash | 479 ref_before_declaration_test/00: Crash |
| 479 ref_before_declaration_test/01: Crash | 480 ref_before_declaration_test/01: Crash |
| 480 ref_before_declaration_test/02: Crash | 481 ref_before_declaration_test/02: Crash |
| 481 ref_before_declaration_test/03: Crash | 482 ref_before_declaration_test/03: Crash |
| 482 ref_before_declaration_test/04: Crash | 483 ref_before_declaration_test/04: Crash |
| 483 ref_before_declaration_test/05: Crash | 484 ref_before_declaration_test/05: Crash |
| 484 ref_before_declaration_test/06: Crash | 485 ref_before_declaration_test/06: Crash |
| 485 ref_before_declaration_test/07: Crash | 486 ref_before_declaration_test/07: Crash |
| 486 ref_before_declaration_test/none: Crash | 487 ref_before_declaration_test/none: Crash |
| 488 regress_29025_test: Crash |
| 487 try_catch_syntax_test/05: Crash | 489 try_catch_syntax_test/05: Crash |
| 488 vm/lazy_deopt_vm_test: Crash | 490 vm/lazy_deopt_vm_test: Crash |
| 489 | 491 |
| 490 # dartk: precompilation failures | 492 # dartk: precompilation failures |
| 491 [ $compiler == dartkp ] | 493 [ $compiler == dartkp ] |
| 492 const_syntax_test/08: Crash | 494 const_syntax_test/08: Crash |
| 493 const_syntax_test/09: Crash | 495 const_syntax_test/09: Crash |
| 494 final_syntax_test/09: MissingCompileTimeError | 496 final_syntax_test/09: MissingCompileTimeError |
| 495 getter_declaration_negative_test: Crash | 497 getter_declaration_negative_test: Crash |
| 496 getter_parameters_test/02: Crash | 498 getter_parameters_test/02: Crash |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 redirecting_factory_malbounded_test/01: Fail | 580 redirecting_factory_malbounded_test/01: Fail |
| 579 regress_22728_test: RuntimeError | 581 regress_22728_test: RuntimeError |
| 580 regress_26133_test: RuntimeError | 582 regress_26133_test: RuntimeError |
| 581 type_parameter_test/01: Fail | 583 type_parameter_test/01: Fail |
| 582 type_parameter_test/02: Fail | 584 type_parameter_test/02: Fail |
| 583 type_parameter_test/03: Fail | 585 type_parameter_test/03: Fail |
| 584 type_parameter_test/04: Fail | 586 type_parameter_test/04: Fail |
| 585 type_parameter_test/05: MissingCompileTimeError | 587 type_parameter_test/05: MissingCompileTimeError |
| 586 type_parameter_test/06: Fail | 588 type_parameter_test/06: Fail |
| 587 type_variable_bounds4_test/01: RuntimeError | 589 type_variable_bounds4_test/01: RuntimeError |
| OLD | NEW |