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 assertion_test: RuntimeError | 7 assertion_test: RuntimeError |
7 async_await_test/02: DartkCompileTimeError | 8 async_await_test/02: DartkCompileTimeError |
8 async_await_test/03: DartkCompileTimeError | 9 async_await_test/03: DartkCompileTimeError |
9 async_await_test/none: DartkCompileTimeError | 10 async_await_test/none: DartkCompileTimeError |
10 async_star_cancel_and_throw_in_finally_test: RuntimeError | 11 async_star_cancel_and_throw_in_finally_test: RuntimeError |
11 async_star_cancel_while_paused_test: RuntimeError | 12 async_star_cancel_while_paused_test: RuntimeError |
12 async_star_regression_fisk_test: Timeout | 13 async_star_regression_fisk_test: Timeout |
13 async_star_stream_take_test: Timeout | 14 async_star_stream_take_test: Timeout |
14 async_star_take_reyield_test: Timeout | 15 async_star_take_reyield_test: Timeout |
15 async_star_test/01: DartkCompileTimeError | 16 async_star_test/01: DartkCompileTimeError |
16 async_star_test/02: DartkCompileTimeError | 17 async_star_test/02: DartkCompileTimeError |
17 async_star_test/03: DartkCompileTimeError | 18 async_star_test/03: DartkCompileTimeError |
18 async_star_test/04: DartkCompileTimeError | 19 async_star_test/04: DartkCompileTimeError |
19 async_star_test/05: DartkCompileTimeError | 20 async_star_test/05: DartkCompileTimeError |
20 async_star_test/none: DartkCompileTimeError | 21 async_star_test/none: DartkCompileTimeError |
21 asyncstar_throw_in_catch_test: Timeout | 22 asyncstar_throw_in_catch_test: Timeout |
22 asyncstar_yield_test: Timeout | 23 asyncstar_yield_test: Timeout |
23 asyncstar_yieldstar_test: Timeout | 24 asyncstar_yieldstar_test: Timeout |
24 await_in_cascade_test: RuntimeError | 25 await_in_cascade_test: RuntimeError |
25 bad_raw_string_negative_test: Fail | 26 bad_raw_string_negative_test: Fail |
| 27 bool_test: RuntimeError # Throws CastError instead of TypeError |
26 cha_deopt1_test: RuntimeError | 28 cha_deopt1_test: RuntimeError |
27 cha_deopt2_test: RuntimeError | 29 cha_deopt2_test: RuntimeError |
28 cha_deopt3_test: RuntimeError | 30 cha_deopt3_test: RuntimeError |
29 checked_covariant_overrides_test: RuntimeError | 31 checked_covariant_overrides_test: RuntimeError |
30 closure_type_variable_test: RuntimeError | 32 closure_type_variable_test: RuntimeError |
31 closures_initializer_test: RuntimeError | 33 closures_initializer_test: RuntimeError |
32 compile_time_constant12_test: Crash | 34 compile_time_constant12_test: Crash |
33 conditional_import_string_test: DartkCompileTimeError | 35 conditional_import_string_test: DartkCompileTimeError |
34 conditional_import_test: DartkCompileTimeError | 36 conditional_import_test: DartkCompileTimeError |
35 const_evaluation_test/01: RuntimeError | 37 const_evaluation_test/01: RuntimeError |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 function_type_alias3_test: RuntimeError | 122 function_type_alias3_test: RuntimeError |
121 function_type_alias4_test: RuntimeError | 123 function_type_alias4_test: RuntimeError |
122 generic2_test: RuntimeError | 124 generic2_test: RuntimeError |
123 generic_creation_test: RuntimeError | 125 generic_creation_test: RuntimeError |
124 generic_field_mixin2_test: RuntimeError | 126 generic_field_mixin2_test: RuntimeError |
125 generic_field_mixin4_test: DartkCompileTimeError | 127 generic_field_mixin4_test: DartkCompileTimeError |
126 generic_field_mixin5_test: DartkCompileTimeError | 128 generic_field_mixin5_test: DartkCompileTimeError |
127 generic_inheritance_test: RuntimeError | 129 generic_inheritance_test: RuntimeError |
128 generic_tearoff_test: Crash | 130 generic_tearoff_test: Crash |
129 getter_closure_execution_order_test: RuntimeError | 131 getter_closure_execution_order_test: RuntimeError |
| 132 if_null_evaluation_order_test: Crash # VM does not support BottomType |
130 inferrer_closure_test: RuntimeError | 133 inferrer_closure_test: RuntimeError |
131 initializing_formal_final_test: RuntimeError | 134 initializing_formal_final_test: RuntimeError |
132 instance_creation_in_function_annotation_test: RuntimeError | 135 instance_creation_in_function_annotation_test: RuntimeError |
133 instanceof4_test/01: RuntimeError | 136 instanceof4_test/01: RuntimeError |
134 instanceof4_test/none: RuntimeError | 137 instanceof4_test/none: RuntimeError |
135 issue_1751477_test: RuntimeError | 138 issue_1751477_test: RuntimeError |
136 lazy_static7_test: DartkCompileTimeError | 139 lazy_static7_test: DartkCompileTimeError |
137 main_not_a_function_test/01: DartkCrash | 140 main_not_a_function_test/01: DartkCrash |
138 many_named_arguments_test: DartkCompileTimeError | 141 many_named_arguments_test: DartkCompileTimeError |
139 map_literal11_test: RuntimeError | 142 map_literal11_test: RuntimeError |
140 map_literal7_test: RuntimeError | 143 map_literal7_test: RuntimeError |
141 mixin_generic_test: RuntimeError | 144 mixin_generic_test: RuntimeError |
142 mixin_mixin2_test: RuntimeError | 145 mixin_mixin2_test: RuntimeError |
143 mixin_mixin3_test: RuntimeError | 146 mixin_mixin3_test: RuntimeError |
144 mixin_mixin4_test: RuntimeError | 147 mixin_mixin4_test: RuntimeError |
145 mixin_mixin5_test: RuntimeError | 148 mixin_mixin5_test: RuntimeError |
146 mixin_mixin_bound2_test: RuntimeError | 149 mixin_mixin_bound2_test: RuntimeError |
147 mixin_mixin_bound_test: RuntimeError | 150 mixin_mixin_bound_test: RuntimeError |
148 no_main_test/01: DartkCrash | 151 no_main_test/01: DartkCrash |
| 152 operator4_test: RuntimeError # Throws CastError instead of TypeError |
149 prefix10_negative_test: Fail | 153 prefix10_negative_test: Fail |
150 prefix21_test: RuntimeError | 154 prefix21_test: RuntimeError |
151 recursive_generic_test: RuntimeError | 155 recursive_generic_test: RuntimeError |
152 redirecting_factory_reflection_test: RuntimeError | 156 redirecting_factory_reflection_test: RuntimeError |
153 regress_22443_test: RuntimeError | 157 regress_22443_test: RuntimeError |
154 regress_22700_test: RuntimeError | 158 regress_22700_test: RuntimeError |
155 regress_r24720_test: RuntimeError | 159 regress_r24720_test: RuntimeError |
156 reify_typevar_static_test/00: MissingCompileTimeError | 160 reify_typevar_static_test/00: MissingCompileTimeError |
157 reify_typevar_test: RuntimeError | 161 reify_typevar_test: RuntimeError |
| 162 setter_no_getter_test/01: Crash # VM does not support BottomType |
158 switch_try_catch_test: RuntimeError | 163 switch_try_catch_test: RuntimeError |
159 sync_generator3_test/test2: RuntimeError | 164 sync_generator3_test/test2: RuntimeError |
| 165 type_error_test: RuntimeError # Throws CastError instead of TypeError |
160 type_literal_test: RuntimeError | 166 type_literal_test: RuntimeError |
161 type_parameter_literal_test: RuntimeError | 167 type_parameter_literal_test: RuntimeError |
OLD | NEW |