| 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 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError | 6 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError |
| 7 assertion_test: RuntimeError | 7 assertion_test: RuntimeError |
| 8 async_await_test/02: DartkCompileTimeError | 8 async_await_test/02: DartkCompileTimeError |
| 9 async_await_test/03: DartkCompileTimeError | 9 async_await_test/03: DartkCompileTimeError |
| 10 async_await_test/none: DartkCompileTimeError | 10 async_await_test/none: DartkCompileTimeError |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 async_star_test/none: DartkCompileTimeError | 21 async_star_test/none: DartkCompileTimeError |
| 22 asyncstar_throw_in_catch_test: Timeout | 22 asyncstar_throw_in_catch_test: Timeout |
| 23 asyncstar_yield_test: Timeout | 23 asyncstar_yield_test: Timeout |
| 24 asyncstar_yieldstar_test: Timeout | 24 asyncstar_yieldstar_test: Timeout |
| 25 await_in_cascade_test: RuntimeError | 25 await_in_cascade_test: RuntimeError |
| 26 bad_raw_string_negative_test: Fail | 26 bad_raw_string_negative_test: Fail |
| 27 bool_test: RuntimeError # Throws CastError instead of TypeError | 27 bool_test: RuntimeError # Throws CastError instead of TypeError |
| 28 cha_deopt1_test: RuntimeError | 28 cha_deopt1_test: RuntimeError |
| 29 cha_deopt2_test: RuntimeError | 29 cha_deopt2_test: RuntimeError |
| 30 cha_deopt3_test: RuntimeError | 30 cha_deopt3_test: RuntimeError |
| 31 checked_covariant_overrides_test: RuntimeError | |
| 32 closure_type_variable_test: RuntimeError | 31 closure_type_variable_test: RuntimeError |
| 33 closures_initializer_test: RuntimeError | 32 closures_initializer_test: RuntimeError |
| 34 compile_time_constant12_test: Crash | 33 compile_time_constant12_test: Crash |
| 35 conditional_import_string_test: DartkCompileTimeError | 34 conditional_import_string_test: DartkCompileTimeError |
| 36 conditional_import_test: DartkCompileTimeError | 35 conditional_import_test: DartkCompileTimeError |
| 37 const_evaluation_test/01: RuntimeError | 36 const_evaluation_test/01: RuntimeError |
| 38 const_locals_test: RuntimeError | 37 const_locals_test: RuntimeError |
| 39 const_nested_test: RuntimeError | 38 const_nested_test: RuntimeError |
| 40 const_string_test: RuntimeError | 39 const_string_test: RuntimeError |
| 40 covariant_override/runtime_check_test: RuntimeError |
| 41 custom_await_stack_trace_test: RuntimeError | 41 custom_await_stack_trace_test: RuntimeError |
| 42 cyclic_type2_test: CompileTimeError | 42 cyclic_type2_test: CompileTimeError |
| 43 cyclic_type_test/00: RuntimeError | 43 cyclic_type_test/00: RuntimeError |
| 44 cyclic_type_test/01: RuntimeError | 44 cyclic_type_test/01: RuntimeError |
| 45 cyclic_type_test/02: CompileTimeError | 45 cyclic_type_test/02: CompileTimeError |
| 46 cyclic_type_test/03: RuntimeError | 46 cyclic_type_test/03: RuntimeError |
| 47 cyclic_type_test/04: CompileTimeError | 47 cyclic_type_test/04: CompileTimeError |
| 48 deferred_call_empty_before_load_test: RuntimeError | 48 deferred_call_empty_before_load_test: RuntimeError |
| 49 deferred_closurize_load_library_test: DartkCrash | 49 deferred_closurize_load_library_test: DartkCrash |
| 50 deferred_constant_list_test: RuntimeError | 50 deferred_constant_list_test: RuntimeError |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 regress_22700_test: RuntimeError | 158 regress_22700_test: RuntimeError |
| 159 regress_r24720_test: RuntimeError | 159 regress_r24720_test: RuntimeError |
| 160 reify_typevar_static_test/00: MissingCompileTimeError | 160 reify_typevar_static_test/00: MissingCompileTimeError |
| 161 reify_typevar_test: RuntimeError | 161 reify_typevar_test: RuntimeError |
| 162 setter_no_getter_test/01: Crash # VM does not support BottomType | 162 setter_no_getter_test/01: Crash # VM does not support BottomType |
| 163 switch_try_catch_test: RuntimeError | 163 switch_try_catch_test: RuntimeError |
| 164 sync_generator3_test/test2: RuntimeError | 164 sync_generator3_test/test2: RuntimeError |
| 165 type_error_test: RuntimeError # Throws CastError instead of TypeError | 165 type_error_test: RuntimeError # Throws CastError instead of TypeError |
| 166 type_literal_test: RuntimeError | 166 type_literal_test: RuntimeError |
| 167 type_parameter_literal_test: RuntimeError | 167 type_parameter_literal_test: RuntimeError |
| OLD | NEW |