| 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 const_evaluation_test/01: RuntimeError | 660 const_evaluation_test/01: RuntimeError |
| 661 const_locals_test: RuntimeError | 661 const_locals_test: RuntimeError |
| 662 const_string_test: RuntimeError # Dartk Issue 28306 | 662 const_string_test: RuntimeError # Dartk Issue 28306 |
| 663 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 663 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 664 ct_const2_test: Pass, Crash # Flaky | 664 ct_const2_test: Pass, Crash # Flaky |
| 665 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert "
kind() != RawScript::kKernelTag". Issue 28790 | 665 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert "
kind() != RawScript::kKernelTag". Issue 28790 |
| 666 final_syntax_test/09: Crash | 666 final_syntax_test/09: Crash |
| 667 getter_declaration_negative_test: Fail | 667 getter_declaration_negative_test: Fail |
| 668 hello_dart_test: Crash | 668 hello_dart_test: Crash |
| 669 instance_creation_in_function_annotation_test: RuntimeError | 669 instance_creation_in_function_annotation_test: RuntimeError |
| 670 label_test: CompileTimeError | |
| 671 library_env_test/has_no_mirror_support: RuntimeError | 670 library_env_test/has_no_mirror_support: RuntimeError |
| 672 redirecting_factory_reflection_test: Crash | 671 redirecting_factory_reflection_test: Crash |
| 673 redirecting_factory_reflection_test: RuntimeError | 672 redirecting_factory_reflection_test: RuntimeError |
| 674 setter_declaration2_negative_test: Fail | 673 setter_declaration2_negative_test: Fail |
| 675 setter_declaration_negative_test: Fail | 674 setter_declaration_negative_test: Fail |
| 676 super_call4_test: RuntimeError | 675 super_call4_test: RuntimeError |
| 677 super_getter_setter_test: RuntimeError | 676 super_getter_setter_test: RuntimeError |
| 678 vm/lazy_deopt_vm_test: Pass, Slow, Timeout | 677 vm/lazy_deopt_vm_test: Pass, Slow, Timeout |
| 679 vm/optimized_stacktrace_test: Skip # Issue 28788 | 678 vm/optimized_stacktrace_test: Skip # Issue 28788 |
| 680 | 679 |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 final_syntax_test/09: Crash | 779 final_syntax_test/09: Crash |
| 781 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 780 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 782 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 781 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 783 | 782 |
| 784 [$compiler == dartk && $runtime == vm] | 783 [$compiler == dartk && $runtime == vm] |
| 785 part_of_uri_test: DartkCrash | 784 part_of_uri_test: DartkCrash |
| 786 part_of_uri2_test: Crash | 785 part_of_uri2_test: Crash |
| 787 [$compiler == dartkp && $runtime == dart_precompiled] | 786 [$compiler == dartkp && $runtime == dart_precompiled] |
| 788 part_of_uri_test: DartkCrash | 787 part_of_uri_test: DartkCrash |
| 789 part_of_uri2_test: Crash | 788 part_of_uri2_test: Crash |
| OLD | NEW |