| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 async_await_syntax_test/d01c: MissingCompileTimeError | 47 async_await_syntax_test/d01c: MissingCompileTimeError |
| 48 async_await_syntax_test/e1: MissingCompileTimeError | 48 async_await_syntax_test/e1: MissingCompileTimeError |
| 49 async_await_syntax_test/e2: MissingCompileTimeError | 49 async_await_syntax_test/e2: MissingCompileTimeError |
| 50 async_await_syntax_test/e3: MissingCompileTimeError | 50 async_await_syntax_test/e3: MissingCompileTimeError |
| 51 async_return_types_test/return_value_sync_star: MissingCompileTimeError | 51 async_return_types_test/return_value_sync_star: MissingCompileTimeError |
| 52 async_star_pause_test: Crash | 52 async_star_pause_test: Crash |
| 53 async_test/constructor2: DartkCrash | 53 async_test/constructor2: DartkCrash |
| 54 async_test/constructor3: MissingCompileTimeError | 54 async_test/constructor3: MissingCompileTimeError |
| 55 async_test/setter1: MissingCompileTimeError | 55 async_test/setter1: MissingCompileTimeError |
| 56 await_backwards_compatibility_test/await1: MissingCompileTimeError | 56 await_backwards_compatibility_test/await1: MissingCompileTimeError |
| 57 await_for_test: Crash | |
| 58 await_test: RuntimeError | 57 await_test: RuntimeError |
| 59 bad_constructor_test/05: CompileTimeError | 58 bad_constructor_test/05: CompileTimeError |
| 60 bad_initializer1_negative_test: Crash | 59 bad_initializer1_negative_test: Crash |
| 61 bad_raw_string_negative_test: Fail | 60 bad_raw_string_negative_test: Fail |
| 62 black_listed_test/13: MissingCompileTimeError | 61 black_listed_test/13: MissingCompileTimeError |
| 63 body_less_constructor_wrong_arg_negative_test: Crash | 62 body_less_constructor_wrong_arg_negative_test: Crash |
| 64 built_in_identifier_illegal_test/01: MissingCompileTimeError | 63 built_in_identifier_illegal_test/01: MissingCompileTimeError |
| 65 built_in_identifier_illegal_test/04: MissingCompileTimeError | 64 built_in_identifier_illegal_test/04: MissingCompileTimeError |
| 66 built_in_identifier_illegal_test/05: MissingCompileTimeError | 65 built_in_identifier_illegal_test/05: MissingCompileTimeError |
| 67 built_in_identifier_illegal_test/06: MissingCompileTimeError | 66 built_in_identifier_illegal_test/06: MissingCompileTimeError |
| (...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 796 unsupported_operators_test/03: MissingCompileTimeError | 795 unsupported_operators_test/03: MissingCompileTimeError |
| 797 unsupported_operators_test/04: MissingCompileTimeError | 796 unsupported_operators_test/04: MissingCompileTimeError |
| 798 vm/closure_memory_retention_test: Skip # Hits OOM | 797 vm/closure_memory_retention_test: Skip # Hits OOM |
| 799 | 798 |
| 800 # dartk: precompilation failures (debug) | 799 # dartk: precompilation failures (debug) |
| 801 [ $compiler == dartkp && $mode == debug ] | 800 [ $compiler == dartkp && $mode == debug ] |
| 802 external_test/13: Crash | 801 external_test/13: Crash |
| 803 final_syntax_test/09: Crash | 802 final_syntax_test/09: Crash |
| 804 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 803 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 805 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 804 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |