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 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
706 setter_declaration_negative_test: Crash | 706 setter_declaration_negative_test: Crash |
707 try_catch_syntax_test/05: Crash | 707 try_catch_syntax_test/05: Crash |
708 vm/closure_memory_retention_test: Skip # Hits OOM | 708 vm/closure_memory_retention_test: Skip # Hits OOM |
709 | 709 |
710 # dartk: precompilation failures (debug) | 710 # dartk: precompilation failures (debug) |
711 [ $compiler == dartkp && $mode == debug ] | 711 [ $compiler == dartkp && $mode == debug ] |
712 external_test/13: Crash | 712 external_test/13: Crash |
713 final_syntax_test/09: Crash | 713 final_syntax_test/09: Crash |
714 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 714 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
715 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 715 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
716 | |
717 [$compiler == dartk && $runtime == vm] | |
718 part_of_uri_test: DartkCrash | |
719 part_of_uri2_test: Crash | |
720 [$compiler == dartkp && $runtime == dart_precompiled] | |
721 part_of_uri_test: DartkCrash | |
722 part_of_uri2_test: Crash | |
OLD | NEW |