| 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 bad_constructor_test/05: CompileTimeError | 6 bad_constructor_test/05: CompileTimeError |
| 7 bad_initializer1_negative_test: Crash | 7 bad_initializer1_negative_test: Crash |
| 8 bad_raw_string_negative_test: Fail | 8 bad_raw_string_negative_test: Fail |
| 9 body_less_constructor_wrong_arg_negative_test: Crash | 9 body_less_constructor_wrong_arg_negative_test: Crash |
| 10 built_in_identifier_test/01: CompileTimeError | 10 built_in_identifier_test/01: CompileTimeError |
| (...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 syntax_test/27: MissingCompileTimeError | 427 syntax_test/27: MissingCompileTimeError |
| 428 this_conditional_operator_test/01: MissingCompileTimeError | 428 this_conditional_operator_test/01: MissingCompileTimeError |
| 429 try_catch_syntax_test/05: MissingCompileTimeError | 429 try_catch_syntax_test/05: MissingCompileTimeError |
| 430 try_catch_syntax_test/07: MissingCompileTimeError | 430 try_catch_syntax_test/07: MissingCompileTimeError |
| 431 try_catch_syntax_test/09: MissingCompileTimeError | 431 try_catch_syntax_test/09: MissingCompileTimeError |
| 432 try_catch_syntax_test/10: MissingCompileTimeError | 432 try_catch_syntax_test/10: MissingCompileTimeError |
| 433 try_catch_syntax_test/11: MissingCompileTimeError | 433 try_catch_syntax_test/11: MissingCompileTimeError |
| 434 try_catch_syntax_test/12: MissingCompileTimeError | 434 try_catch_syntax_test/12: MissingCompileTimeError |
| 435 try_catch_syntax_test/16: Crash | 435 try_catch_syntax_test/16: Crash |
| 436 try_catch_syntax_test/17: Crash | 436 try_catch_syntax_test/17: Crash |
| 437 type_variable_conflict2_test/01: RuntimeError | |
| 438 type_variable_conflict_test/01: MissingCompileTimeError | 437 type_variable_conflict_test/01: MissingCompileTimeError |
| 439 type_variable_conflict_test/02: MissingCompileTimeError | 438 type_variable_conflict_test/02: MissingCompileTimeError |
| 440 type_variable_conflict_test/03: MissingCompileTimeError | 439 type_variable_conflict_test/03: MissingCompileTimeError |
| 441 type_variable_conflict_test/04: MissingCompileTimeError | 440 type_variable_conflict_test/04: MissingCompileTimeError |
| 442 type_variable_conflict_test/05: MissingCompileTimeError | 441 type_variable_conflict_test/05: MissingCompileTimeError |
| 443 type_variable_conflict_test/06: MissingCompileTimeError | 442 type_variable_conflict_test/06: MissingCompileTimeError |
| 444 type_variable_function_type_test: RuntimeError | 443 type_variable_function_type_test: RuntimeError |
| 445 type_variable_scope3_test/00: MissingCompileTimeError | 444 type_variable_scope3_test/00: MissingCompileTimeError |
| 446 vm/closure_memory_retention_test: Skip # Hits OOM | 445 vm/closure_memory_retention_test: Skip # Hits OOM |
| 447 vm/debug_break_enabled_vm_test/01: CompileTimeError | 446 vm/debug_break_enabled_vm_test/01: CompileTimeError |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 try_catch_syntax_test/05: Crash | 524 try_catch_syntax_test/05: Crash |
| 526 | 525 |
| 527 # dartk: precompilation failures (debug) | 526 # dartk: precompilation failures (debug) |
| 528 [ $compiler == dartkp && $mode == debug ] | 527 [ $compiler == dartkp && $mode == debug ] |
| 529 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 528 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 530 external_test/13: Crash | 529 external_test/13: Crash |
| 531 final_syntax_test/09: Crash | 530 final_syntax_test/09: Crash |
| 532 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 531 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 533 regress_22445_test: Crash | 532 regress_22445_test: Crash |
| 534 regress_23498_test: Crash | 533 regress_23498_test: Crash |
| OLD | NEW |