| 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 |
| 11 accessor_conflict_import2_test: RuntimeError | 11 accessor_conflict_import2_test: RuntimeError |
| 12 application_negative_test: Crash | 12 application_negative_test: Crash |
| 13 arg_param_trailing_comma_test/107: MissingCompileTimeError | 13 arg_param_trailing_comma_test/107: MissingCompileTimeError |
| 14 assignable_expression_test/02: MissingCompileTimeError | 14 assignable_expression_test/02: MissingCompileTimeError |
| 15 assignable_expression_test/03: MissingCompileTimeError | 15 assignable_expression_test/03: MissingCompileTimeError |
| 16 assignable_expression_test/12: MissingCompileTimeError | 16 assignable_expression_test/12: MissingCompileTimeError |
| 17 assignable_expression_test/13: MissingCompileTimeError | 17 assignable_expression_test/13: MissingCompileTimeError |
| 18 assignable_expression_test/22: MissingCompileTimeError | 18 assignable_expression_test/22: MissingCompileTimeError |
| 19 assignable_expression_test/23: MissingCompileTimeError | 19 assignable_expression_test/23: MissingCompileTimeError |
| 20 assignable_expression_test/32: MissingCompileTimeError | 20 assignable_expression_test/32: MissingCompileTimeError |
| 21 assignable_expression_test/33: MissingCompileTimeError | 21 assignable_expression_test/33: MissingCompileTimeError |
| 22 assignable_expression_test/42: MissingCompileTimeError | 22 assignable_expression_test/42: MissingCompileTimeError |
| 23 assignable_expression_test/43: MissingCompileTimeError | 23 assignable_expression_test/43: MissingCompileTimeError |
| 24 await_for_test: RuntimeError | 24 await_for_test: RuntimeError |
| 25 bad_constructor_test/05: CompileTimeError | 25 bad_constructor_test/05: CompileTimeError |
| 26 bad_initializer1_negative_test: Crash | 26 bad_initializer1_negative_test: Crash |
| 27 bad_raw_string_negative_test: Fail | 27 bad_raw_string_negative_test: Fail |
| 28 body_less_constructor_wrong_arg_negative_test: Fail | 28 body_less_constructor_wrong_arg_negative_test: Crash |
| 29 built_in_identifier_test/01: CompileTimeError | 29 built_in_identifier_test/01: CompileTimeError |
| 30 call_nonexistent_static_test/01: CompileTimeError | 30 call_nonexistent_static_test/01: CompileTimeError |
| 31 call_nonexistent_static_test/04: CompileTimeError | 31 call_nonexistent_static_test/04: CompileTimeError |
| 32 call_nonexistent_static_test/06: CompileTimeError | 32 call_nonexistent_static_test/06: CompileTimeError |
| 33 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 | 33 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 |
| 34 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 | 34 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 |
| 35 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335 | 35 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335 |
| 36 compile_time_constant_c_test/02: MissingCompileTimeError | 36 compile_time_constant_c_test/02: MissingCompileTimeError |
| 37 compile_time_constant_c_test/03: MissingCompileTimeError | 37 compile_time_constant_c_test/03: MissingCompileTimeError |
| 38 compile_time_constant_k_test/01: RuntimeError | 38 compile_time_constant_k_test/01: RuntimeError |
| (...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 try_catch_syntax_test/05: Crash | 552 try_catch_syntax_test/05: Crash |
| 553 | 553 |
| 554 # dartk: precompilation failures (debug) | 554 # dartk: precompilation failures (debug) |
| 555 [ $compiler == dartkp && $mode == debug ] | 555 [ $compiler == dartkp && $mode == debug ] |
| 556 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 556 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 557 external_test/13: Crash | 557 external_test/13: Crash |
| 558 final_syntax_test/09: Crash | 558 final_syntax_test/09: Crash |
| 559 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 559 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 560 regress_22445_test: Crash | 560 regress_22445_test: Crash |
| 561 regress_23498_test: Crash | 561 regress_23498_test: Crash |
| OLD | NEW |