| 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 && $runtime == vm ] | 5 [ $compiler == dartk && $runtime == vm ] |
| 6 async_await_test/02: DartkCompileTimeError | 6 async_await_test/02: DartkCompileTimeError |
| 7 async_await_test/03: DartkCompileTimeError | 7 async_await_test/03: DartkCompileTimeError |
| 8 async_await_test/none: DartkCompileTimeError | 8 async_await_test/none: DartkCompileTimeError |
| 9 async_star_test/01: DartkCompileTimeError | 9 async_star_test/01: DartkCompileTimeError |
| 10 async_star_test/02: DartkCompileTimeError | 10 async_star_test/02: DartkCompileTimeError |
| 11 async_star_test/03: DartkCompileTimeError | 11 async_star_test/03: DartkCompileTimeError |
| 12 async_star_test/04: DartkCompileTimeError | 12 async_star_test/04: DartkCompileTimeError |
| 13 async_star_test/05: DartkCompileTimeError | 13 async_star_test/05: DartkCompileTimeError |
| 14 async_star_test/none: DartkCompileTimeError | 14 async_star_test/none: DartkCompileTimeError |
| 15 asyncstar_throw_in_catch_test: Timeout | 15 asyncstar_throw_in_catch_test: Timeout |
| 16 asyncstar_yield_test: Timeout | 16 asyncstar_yield_test: Timeout |
| 17 asyncstar_yieldstar_test: Timeout | 17 asyncstar_yieldstar_test: Timeout |
| 18 await_in_cascade_test: RuntimeError | 18 await_in_cascade_test: RuntimeError |
| 19 closure_type_variable_test: RuntimeError | |
| 20 closures_initializer_test: RuntimeError | |
| 21 compile_time_constant12_test: Crash | |
| 22 conditional_import_string_test: DartkCompileTimeError | 19 conditional_import_string_test: DartkCompileTimeError |
| 23 conditional_import_test: DartkCompileTimeError | 20 conditional_import_test: DartkCompileTimeError |
| 24 const_evaluation_test/01: RuntimeError | 21 const_evaluation_test/01: RuntimeError |
| 25 const_locals_test: RuntimeError | 22 const_locals_test: RuntimeError |
| 26 const_nested_test: RuntimeError | 23 const_nested_test: RuntimeError |
| 27 const_string_test: RuntimeError | 24 const_string_test: RuntimeError |
| 28 covariant_override/runtime_check_test: RuntimeError | 25 covariant_override/runtime_check_test: RuntimeError |
| 29 custom_await_stack_trace_test: RuntimeError | 26 custom_await_stack_trace_test: RuntimeError |
| 30 cyclic_type2_test: CompileTimeError | 27 cyclic_type2_test: CompileTimeError |
| 31 cyclic_type_test/00: RuntimeError | 28 cyclic_type_test/00: RuntimeError |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 regress_22700_test: RuntimeError | 176 regress_22700_test: RuntimeError |
| 180 regress_r24720_test: RuntimeError | 177 regress_r24720_test: RuntimeError |
| 181 reify_typevar_static_test/00: MissingCompileTimeError | 178 reify_typevar_static_test/00: MissingCompileTimeError |
| 182 reify_typevar_test: RuntimeError | 179 reify_typevar_test: RuntimeError |
| 183 setter_no_getter_test/01: Crash # VM does not support BottomType | 180 setter_no_getter_test/01: Crash # VM does not support BottomType |
| 184 switch_try_catch_test: RuntimeError | 181 switch_try_catch_test: RuntimeError |
| 185 sync_generator3_test/test2: RuntimeError | 182 sync_generator3_test/test2: RuntimeError |
| 186 type_error_test: RuntimeError # Throws CastError instead of TypeError | 183 type_error_test: RuntimeError # Throws CastError instead of TypeError |
| 187 type_literal_test: RuntimeError | 184 type_literal_test: RuntimeError |
| 188 type_parameter_literal_test: RuntimeError | 185 type_parameter_literal_test: RuntimeError |
| OLD | NEW |