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 |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 function_subtype_regression_ddc_588_test: RuntimeError | 105 function_subtype_regression_ddc_588_test: RuntimeError |
106 function_type_alias2_test: RuntimeError | 106 function_type_alias2_test: RuntimeError |
107 function_type_alias3_test: RuntimeError | 107 function_type_alias3_test: RuntimeError |
108 function_type_alias4_test: RuntimeError | 108 function_type_alias4_test: RuntimeError |
109 generic2_test: RuntimeError | 109 generic2_test: RuntimeError |
110 generic_creation_test: RuntimeError | 110 generic_creation_test: RuntimeError |
111 generic_field_mixin2_test: RuntimeError | 111 generic_field_mixin2_test: RuntimeError |
112 generic_field_mixin4_test: DartkCompileTimeError | 112 generic_field_mixin4_test: DartkCompileTimeError |
113 generic_field_mixin5_test: DartkCompileTimeError | 113 generic_field_mixin5_test: DartkCompileTimeError |
114 generic_inheritance_test: RuntimeError | 114 generic_inheritance_test: RuntimeError |
115 if_null_evaluation_order_test: Crash # VM does not support BottomType | |
116 inferrer_closure_test: RuntimeError | 115 inferrer_closure_test: RuntimeError |
117 initializing_formal_final_test: RuntimeError | 116 initializing_formal_final_test: RuntimeError |
118 instance_creation_in_function_annotation_test: RuntimeError | 117 instance_creation_in_function_annotation_test: RuntimeError |
119 instanceof4_test/01: RuntimeError | 118 instanceof4_test/01: RuntimeError |
120 instanceof4_test/none: RuntimeError | 119 instanceof4_test/none: RuntimeError |
121 issue_1751477_test: RuntimeError | 120 issue_1751477_test: RuntimeError |
122 lazy_static7_test: DartkCompileTimeError | 121 lazy_static7_test: DartkCompileTimeError |
123 main_not_a_function_test/01: DartkCrash | 122 main_not_a_function_test/01: DartkCrash |
124 many_named_arguments_test: DartkCompileTimeError | 123 many_named_arguments_test: DartkCompileTimeError |
125 map_literal11_test: RuntimeError | 124 map_literal11_test: RuntimeError |
(...skipping 15 matching lines...) Expand all Loading... |
141 regress_22700_test: RuntimeError | 140 regress_22700_test: RuntimeError |
142 regress_r24720_test: RuntimeError | 141 regress_r24720_test: RuntimeError |
143 reify_typevar_static_test/00: MissingCompileTimeError | 142 reify_typevar_static_test/00: MissingCompileTimeError |
144 reify_typevar_test: RuntimeError | 143 reify_typevar_test: RuntimeError |
145 setter_no_getter_test/01: Crash # VM does not support BottomType | 144 setter_no_getter_test/01: Crash # VM does not support BottomType |
146 switch_try_catch_test: RuntimeError | 145 switch_try_catch_test: RuntimeError |
147 sync_generator3_test/test2: RuntimeError | 146 sync_generator3_test/test2: RuntimeError |
148 type_error_test: RuntimeError # Throws CastError instead of TypeError | 147 type_error_test: RuntimeError # Throws CastError instead of TypeError |
149 type_literal_test: RuntimeError | 148 type_literal_test: RuntimeError |
150 type_parameter_literal_test: RuntimeError | 149 type_parameter_literal_test: RuntimeError |
OLD | NEW |