OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 # VM specific tests that should not be run by dart2js. | 5 # VM specific tests that should not be run by dart2js. |
6 [ $compiler == dart2js ] | 6 [ $compiler == dart2js ] |
7 vm/*: Skip # Issue 12699 | 7 vm/*: Skip # Issue 12699 |
8 | 8 |
9 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 9 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
10 enum_test: Fail # Issue 28340 | 10 enum_test: Fail # Issue 28340 |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 generic_test: RuntimeError, OK | 176 generic_test: RuntimeError, OK |
177 map_literal4_test: RuntimeError, OK # Checked mode required. | 177 map_literal4_test: RuntimeError, OK # Checked mode required. |
178 named_parameters_type_test/01: MissingRuntimeError, OK | 178 named_parameters_type_test/01: MissingRuntimeError, OK |
179 named_parameters_type_test/02: MissingRuntimeError, OK | 179 named_parameters_type_test/02: MissingRuntimeError, OK |
180 named_parameters_type_test/03: MissingRuntimeError, OK | 180 named_parameters_type_test/03: MissingRuntimeError, OK |
181 positional_parameters_type_test/01: MissingRuntimeError, OK | 181 positional_parameters_type_test/01: MissingRuntimeError, OK |
182 positional_parameters_type_test/02: MissingRuntimeError, OK | 182 positional_parameters_type_test/02: MissingRuntimeError, OK |
183 issue13474_test: RuntimeError, OK | 183 issue13474_test: RuntimeError, OK |
184 | 184 |
185 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne
l ] | 185 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne
l ] |
186 bool_check_test: RuntimeError # Issue 29647 | |
187 | 186 |
188 [ $compiler == dart2js && ! $checked && $minified && ! $dart2js_with_kernel ] | 187 [ $compiler == dart2js && ! $checked && $minified && ! $dart2js_with_kernel ] |
189 f_bounded_quantification5_test: Fail, OK # Issue 12605 | 188 f_bounded_quantification5_test: Fail, OK # Issue 12605 |
190 | 189 |
191 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] | 190 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] |
192 cyclic_type_test/0*: Fail # Issue 12605 | 191 cyclic_type_test/0*: Fail # Issue 12605 |
193 cyclic_type2_test: Fail # Issue 12605 | 192 cyclic_type2_test: Fail # Issue 12605 |
194 f_bounded_quantification4_test: Fail, Pass # Issue 12605 | 193 f_bounded_quantification4_test: Fail, Pass # Issue 12605 |
195 generic_closure_test: Fail # Issue 12605 | 194 generic_closure_test: Fail # Issue 12605 |
196 mixin_generic_test: Fail # Issue 12605 | 195 mixin_generic_test: Fail # Issue 12605 |
197 mixin_mixin2_test: Fail # Issue 12605 | 196 mixin_mixin2_test: Fail # Issue 12605 |
198 mixin_mixin3_test: Fail # Issue 12605 | 197 mixin_mixin3_test: Fail # Issue 12605 |
199 mixin_mixin4_test: Fail # Issue 12605 | 198 mixin_mixin4_test: Fail # Issue 12605 |
200 mixin_mixin5_test: Fail # Issue 12605 | 199 mixin_mixin5_test: Fail # Issue 12605 |
201 mixin_mixin6_test: Fail # Issue 12605 | 200 mixin_mixin6_test: Fail # Issue 12605 |
202 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 201 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
203 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 202 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
204 symbol_conflict_test: RuntimeError # Issue 23857 | 203 symbol_conflict_test: RuntimeError # Issue 23857 |
205 | 204 |
206 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 205 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
207 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js | 206 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js |
208 | 207 |
209 branch_canonicalization_test: RuntimeError # Issue 638. | |
210 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 208 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
211 integer_division_by_zero_test: RuntimeError # Issue 8301 | 209 integer_division_by_zero_test: RuntimeError # Issue 8301 |
212 number_identity2_test: RuntimeError # Issue 12596 | 210 number_identity2_test: RuntimeError # Issue 12596 |
213 double_int_to_string_test: RuntimeError # Issue 1533 | 211 double_int_to_string_test: RuntimeError # Issue 1533 |
214 mint_arithmetic_test: RuntimeError # Issue 1533 | 212 mint_arithmetic_test: RuntimeError # Issue 1533 |
215 left_shift_test: RuntimeError # Issue 1533 | 213 left_shift_test: RuntimeError # Issue 1533 |
216 regress_24283_test: RuntimeError # Issue 1533 | 214 regress_24283_test: RuntimeError # Issue 1533 |
217 constructor_named_arguments_test/01: CompileTimeError # Issue 25225 | 215 constructor_named_arguments_test/01: CompileTimeError # Issue 25225 |
218 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 | 216 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 |
219 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 | 217 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status | 288 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status |
291 | 289 |
292 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | 290 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] |
293 constants_test/01: Crash | 291 constants_test/01: Crash |
294 async_await_test: RuntimeError # Issue 27394 | 292 async_await_test: RuntimeError # Issue 27394 |
295 async_star_test: RuntimeError # Issue 27394 | 293 async_star_test: RuntimeError # Issue 27394 |
296 await_for_test: RuntimeError # Issue 27394 | 294 await_for_test: RuntimeError # Issue 27394 |
297 await_for_use_local_test: RuntimeError # Issue 27394 | 295 await_for_use_local_test: RuntimeError # Issue 27394 |
298 black_listed_test/13c: Crash # Issue 27394 | 296 black_listed_test/13c: Crash # Issue 27394 |
299 black_listed_test/14c: Crash # Issue 27394 | 297 black_listed_test/14c: Crash # Issue 27394 |
300 bootstrap_test: RuntimeError # Issue 27394 | |
301 call_nonexistent_static_test/10: Crash # Issue 27394 | 298 call_nonexistent_static_test/10: Crash # Issue 27394 |
302 conditional_property_assignment_test/07: RuntimeError # Issue 27394 | 299 conditional_property_assignment_test/07: RuntimeError # Issue 27394 |
303 conditional_property_increment_decrement_test/01: RuntimeError # Issue 27394 | 300 conditional_property_increment_decrement_test/01: RuntimeError # Issue 27394 |
304 conditional_property_increment_decrement_test/05: RuntimeError # Issue 27394 | 301 conditional_property_increment_decrement_test/05: RuntimeError # Issue 27394 |
305 conditional_property_increment_decrement_test/09: RuntimeError # Issue 27394 | 302 conditional_property_increment_decrement_test/09: RuntimeError # Issue 27394 |
306 conditional_property_increment_decrement_test/13: RuntimeError # Issue 27394 | 303 conditional_property_increment_decrement_test/13: RuntimeError # Issue 27394 |
307 const_evaluation_test/01: Crash # Issue 27394 | 304 const_evaluation_test/01: Crash # Issue 27394 |
308 const_qq_test: Crash # Issue 27394 | 305 const_qq_test: Crash # Issue 27394 |
309 constructor_named_arguments_test/none: RuntimeError # Issue 27394 | 306 constructor_named_arguments_test/none: RuntimeError # Issue 27394 |
310 constructor_redirect2_test/02: Crash # Issue 27394 | 307 constructor_redirect2_test/02: Crash # Issue 27394 |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 bad_override_test/05: MissingCompileTimeError | 576 bad_override_test/05: MissingCompileTimeError |
580 bailout4_test: Crash | 577 bailout4_test: Crash |
581 bailout_test: Crash | 578 bailout_test: Crash |
582 bind_test: Crash | 579 bind_test: Crash |
583 bit_operations_test/01: Crash | 580 bit_operations_test/01: Crash |
584 bit_operations_test/02: Crash | 581 bit_operations_test/02: Crash |
585 bit_operations_test/03: Crash | 582 bit_operations_test/03: Crash |
586 bit_operations_test/04: Crash | 583 bit_operations_test/04: Crash |
587 bit_operations_test/none: Crash | 584 bit_operations_test/none: Crash |
588 black_listed_test/none: Crash | 585 black_listed_test/none: Crash |
589 bool_check_test: Crash | |
590 bool_test: Crash | |
591 bootstrap_test: RuntimeError | |
592 bound_closure_equality_test: Crash | |
593 bound_closure_primitives_test: Crash | |
594 branch_canonicalization_test: RuntimeError | |
595 break_test: Crash | |
596 built_in_identifier_test/01: Crash | 586 built_in_identifier_test/01: Crash |
597 built_in_identifier_test/none: Crash | 587 built_in_identifier_test/none: Crash |
598 call_closurization_test: Crash | 588 call_closurization_test: Crash |
599 call_constructor_on_unresolvable_class_test/07: Crash | 589 call_constructor_on_unresolvable_class_test/07: Crash |
600 call_function_apply_test: Crash | 590 call_function_apply_test: Crash |
601 call_nonexistent_constructor_test/01: Crash | 591 call_nonexistent_constructor_test/01: Crash |
602 call_nonexistent_constructor_test/02: Crash | 592 call_nonexistent_constructor_test/02: Crash |
603 call_nonexistent_constructor_test/none: Crash | 593 call_nonexistent_constructor_test/none: Crash |
604 call_nonexistent_static_test/01: Crash | 594 call_nonexistent_static_test/01: Crash |
605 call_nonexistent_static_test/02: Crash | 595 call_nonexistent_static_test/02: Crash |
(...skipping 1745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2351 bad_override_test/06: Crash | 2341 bad_override_test/06: Crash |
2352 bad_override_test/none: Crash | 2342 bad_override_test/none: Crash |
2353 bad_typedef_test/none: Crash | 2343 bad_typedef_test/none: Crash |
2354 bailout2_test: Crash | 2344 bailout2_test: Crash |
2355 bailout3_test: Crash | 2345 bailout3_test: Crash |
2356 bailout5_test: Crash | 2346 bailout5_test: Crash |
2357 bailout6_test: Crash | 2347 bailout6_test: Crash |
2358 bailout7_test: Crash | 2348 bailout7_test: Crash |
2359 bailout_container_type_test: Crash | 2349 bailout_container_type_test: Crash |
2360 bit_shift_test: Crash | 2350 bit_shift_test: Crash |
2361 bool_condition_check_test/01: Crash | |
2362 branch_canonicalization_test: Crash | |
2363 branches_test: Crash | |
2364 call_argument_inference_test: Crash | 2351 call_argument_inference_test: Crash |
2365 call_constructor_on_unresolvable_class_test/01: Crash | 2352 call_constructor_on_unresolvable_class_test/01: Crash |
2366 call_constructor_on_unresolvable_class_test/02: Crash | 2353 call_constructor_on_unresolvable_class_test/02: Crash |
2367 call_constructor_on_unresolvable_class_test/03: Crash | 2354 call_constructor_on_unresolvable_class_test/03: Crash |
2368 call_constructor_on_unresolvable_class_test/04: Crash | 2355 call_constructor_on_unresolvable_class_test/04: Crash |
2369 call_constructor_on_unresolvable_class_test/05: Crash | 2356 call_constructor_on_unresolvable_class_test/05: Crash |
2370 call_constructor_on_unresolvable_class_test/06: Crash | 2357 call_constructor_on_unresolvable_class_test/06: Crash |
2371 call_constructor_on_unresolvable_class_test/none: Crash | 2358 call_constructor_on_unresolvable_class_test/none: Crash |
2372 call_non_method_field_test/01: Crash | 2359 call_non_method_field_test/01: Crash |
2373 call_non_method_field_test/02: Crash | 2360 call_non_method_field_test/02: Crash |
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3742 var_init_test: Crash | 3729 var_init_test: Crash |
3743 void_check_test: Crash | 3730 void_check_test: Crash |
3744 while_test: Crash | 3731 while_test: Crash |
3745 wrong_number_type_arguments_test/00: Crash | 3732 wrong_number_type_arguments_test/00: Crash |
3746 wrong_number_type_arguments_test/01: Crash | 3733 wrong_number_type_arguments_test/01: Crash |
3747 wrong_number_type_arguments_test/02: Crash | 3734 wrong_number_type_arguments_test/02: Crash |
3748 wrong_number_type_arguments_test/none: Crash | 3735 wrong_number_type_arguments_test/none: Crash |
3749 | 3736 |
3750 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] | 3737 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] |
3751 *: Skip # Issue 29626 | 3738 *: Skip # Issue 29626 |
OLD | NEW |