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 | |
7 abstract_runtime_error_test/01: RuntimeError | |
8 abstract_runtime_error_test/02: RuntimeError | |
9 accessor_conflict_export2_test: RuntimeError | 6 accessor_conflict_export2_test: RuntimeError |
10 accessor_conflict_export_test: RuntimeError | 7 accessor_conflict_export_test: RuntimeError |
11 accessor_conflict_import2_test: RuntimeError | 8 accessor_conflict_import2_test: RuntimeError |
12 application_negative_test: Crash | 9 application_negative_test: Crash |
13 arg_param_trailing_comma_test/107: MissingCompileTimeError | 10 arg_param_trailing_comma_test/107: MissingCompileTimeError |
14 await_for_test: RuntimeError | 11 await_for_test: RuntimeError |
15 bad_constructor_test/05: CompileTimeError | 12 bad_constructor_test/05: CompileTimeError |
16 bad_initializer1_negative_test: Crash | 13 bad_initializer1_negative_test: Crash |
17 bad_raw_string_negative_test: Fail | 14 bad_raw_string_negative_test: Fail |
18 body_less_constructor_wrong_arg_negative_test: Crash | 15 body_less_constructor_wrong_arg_negative_test: Crash |
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 try_catch_syntax_test/05: Crash | 534 try_catch_syntax_test/05: Crash |
538 | 535 |
539 # dartk: precompilation failures (debug) | 536 # dartk: precompilation failures (debug) |
540 [ $compiler == dartkp && $mode == debug ] | 537 [ $compiler == dartkp && $mode == debug ] |
541 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 538 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
542 external_test/13: Crash | 539 external_test/13: Crash |
543 final_syntax_test/09: Crash | 540 final_syntax_test/09: Crash |
544 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 541 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
545 regress_22445_test: Crash | 542 regress_22445_test: Crash |
546 regress_23498_test: Crash | 543 regress_23498_test: Crash |
OLD | NEW |