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 19 matching lines...) Expand all Loading... |
30 | 30 |
31 # The following tests are supposed to fail. | 31 # The following tests are supposed to fail. |
32 # In testing-mode, dart2js supports all dart:X libraries (because it | 32 # In testing-mode, dart2js supports all dart:X libraries (because it |
33 # uses '--categories=all'). | 33 # uses '--categories=all'). |
34 library_env_test/has_no_html_support: RuntimeError, OK | 34 library_env_test/has_no_html_support: RuntimeError, OK |
35 library_env_test/has_no_io_support: RuntimeError, OK | 35 library_env_test/has_no_io_support: RuntimeError, OK |
36 library_env_test/has_no_mirror_support: RuntimeError, OK | 36 library_env_test/has_no_mirror_support: RuntimeError, OK |
37 | 37 |
38 duplicate_part_test/01: MissingCompileTimeError # Issue 27517 | 38 duplicate_part_test/01: MissingCompileTimeError # Issue 27517 |
39 | 39 |
40 bad_typedef_test/00: Crash # Issue 28214 | |
41 generic_function_typedef2_test/00: Crash # Issue 28214 | 40 generic_function_typedef2_test/00: Crash # Issue 28214 |
42 generic_function_typedef2_test/01: Crash # Issue 28214 | 41 generic_function_typedef2_test/01: Crash # Issue 28214 |
43 generic_function_typedef2_test/02: Crash # Issue 28214 | 42 generic_function_typedef2_test/02: Crash # Issue 28214 |
44 generic_function_typedef2_test/03: Crash # Issue 28214 | 43 generic_function_typedef2_test/03: Crash # Issue 28214 |
45 generic_function_typedef2_test/05: Crash # Issue 28214 | 44 generic_function_typedef2_test/05: Crash # Issue 28214 |
46 generic_function_typedef2_test/06: Crash # Issue 28214 | 45 generic_function_typedef2_test/06: Crash # Issue 28214 |
47 | 46 |
48 stacktrace_demangle_ctors_test: Fail # dart2js stack traces are not always compl
iant. | 47 stacktrace_demangle_ctors_test: Fail # dart2js stack traces are not always compl
iant. |
49 | 48 |
50 generalized_void_syntax_test: CompileTimeError # Issue #30176. | 49 generalized_void_syntax_test: CompileTimeError # Issue #30176. |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 library_env_test/has_io_support: RuntimeError # Issue 27398 | 89 library_env_test/has_io_support: RuntimeError # Issue 27398 |
91 | 90 |
92 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 91 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
93 invocation_mirror_empty_arguments_test: Fail # Issue 24331 | 92 invocation_mirror_empty_arguments_test: Fail # Issue 24331 |
94 nan_identical_test: Fail # Issue 11551 | 93 nan_identical_test: Fail # Issue 11551 |
95 symbol_literal_test/*: Fail # Issue 21825 | 94 symbol_literal_test/*: Fail # Issue 21825 |
96 constructor_duplicate_final_test/01: Fail # Issue 13363 | 95 constructor_duplicate_final_test/01: Fail # Issue 13363 |
97 constructor_duplicate_final_test/02: Fail # Issue 13363 | 96 constructor_duplicate_final_test/02: Fail # Issue 13363 |
98 override_inheritance_mixed_test/08: Fail # Issue 18124 | 97 override_inheritance_mixed_test/08: Fail # Issue 18124 |
99 override_inheritance_mixed_test/09: Fail # Issue 18124 | 98 override_inheritance_mixed_test/09: Fail # Issue 18124 |
100 bad_constructor_test/05: CompileTimeError # Issue 13639 | |
101 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 99 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
102 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 100 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
103 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 | 101 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 |
104 stacktrace_test: Pass, RuntimeError # # Issue 12698 | 102 stacktrace_test: Pass, RuntimeError # # Issue 12698 |
105 stacktrace_rethrow_nonerror_test: Pass, RuntimeError # Issue 12698 | 103 stacktrace_rethrow_nonerror_test: Pass, RuntimeError # Issue 12698 |
106 stacktrace_rethrow_error_test: Pass, RuntimeError # Issue 12698 | 104 stacktrace_rethrow_error_test: Pass, RuntimeError # Issue 12698 |
107 type_variable_conflict_test/01: Fail # Issue 13702 | 105 type_variable_conflict_test/01: Fail # Issue 13702 |
108 type_variable_conflict_test/02: Fail # Issue 13702 | 106 type_variable_conflict_test/02: Fail # Issue 13702 |
109 type_variable_conflict_test/03: Fail # Issue 13702 | 107 type_variable_conflict_test/03: Fail # Issue 13702 |
110 type_variable_conflict_test/04: Fail # Issue 13702 | 108 type_variable_conflict_test/04: Fail # Issue 13702 |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 # Compilation errors. | 231 # Compilation errors. |
234 external_test/10: CompileTimeError # Issue 12887 | 232 external_test/10: CompileTimeError # Issue 12887 |
235 external_test/13: CompileTimeError # Issue 12887 | 233 external_test/13: CompileTimeError # Issue 12887 |
236 external_test/20: CompileTimeError # Issue 12887 | 234 external_test/20: CompileTimeError # Issue 12887 |
237 list_literal4_test: RuntimeError # Issue 12890 | 235 list_literal4_test: RuntimeError # Issue 12890 |
238 | 236 |
239 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | 237 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
240 | 238 |
241 numbers_test: RuntimeError, OK # Issue 1533 | 239 numbers_test: RuntimeError, OK # Issue 1533 |
242 canonical_const2_test: RuntimeError, OK # Issue 1533 | 240 canonical_const2_test: RuntimeError, OK # Issue 1533 |
243 bit_operations_test: RuntimeError, OK # Issue 1533 | |
244 expect_test: RuntimeError, OK # Issue 13080 | 241 expect_test: RuntimeError, OK # Issue 13080 |
245 | 242 |
246 [ $compiler == dart2js && $runtime == none ] | 243 [ $compiler == dart2js && $runtime == none ] |
247 *: Fail, Pass # TODO(ahe): Triage these tests. | 244 *: Fail, Pass # TODO(ahe): Triage these tests. |
248 | 245 |
249 [ $compiler == dart2js && $runtime == none && $dart2js_with_kernel ] | 246 [ $compiler == dart2js && $runtime == none && $dart2js_with_kernel ] |
250 *: Fail, Pass, Crash # TODO(sigmund): we should have no crashes when migration c
ompletes | 247 *: Fail, Pass, Crash # TODO(sigmund): we should have no crashes when migration c
ompletes |
251 | 248 |
252 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 249 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
253 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 250 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 | 285 |
289 [ $compiler != dart2analyzer] | 286 [ $compiler != dart2analyzer] |
290 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status | 287 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status |
291 | 288 |
292 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | 289 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] |
293 constants_test/01: Crash | 290 constants_test/01: Crash |
294 async_await_test: RuntimeError # Issue 27394 | 291 async_await_test: RuntimeError # Issue 27394 |
295 async_star_test: RuntimeError # Issue 27394 | 292 async_star_test: RuntimeError # Issue 27394 |
296 await_for_test: RuntimeError # Issue 27394 | 293 await_for_test: RuntimeError # Issue 27394 |
297 await_for_use_local_test: RuntimeError # Issue 27394 | 294 await_for_use_local_test: RuntimeError # Issue 27394 |
298 black_listed_test/13c: Crash # Issue 27394 | |
299 black_listed_test/14c: Crash # Issue 27394 | |
300 bootstrap_test: RuntimeError # Issue 27394 | 295 bootstrap_test: RuntimeError # Issue 27394 |
301 call_nonexistent_static_test/10: Crash # Issue 27394 | 296 call_nonexistent_static_test/10: Crash # Issue 27394 |
302 conditional_property_assignment_test/07: RuntimeError # Issue 27394 | 297 conditional_property_assignment_test/07: RuntimeError # Issue 27394 |
303 conditional_property_increment_decrement_test/01: RuntimeError # Issue 27394 | 298 conditional_property_increment_decrement_test/01: RuntimeError # Issue 27394 |
304 conditional_property_increment_decrement_test/05: RuntimeError # Issue 27394 | 299 conditional_property_increment_decrement_test/05: RuntimeError # Issue 27394 |
305 conditional_property_increment_decrement_test/09: RuntimeError # Issue 27394 | 300 conditional_property_increment_decrement_test/09: RuntimeError # Issue 27394 |
306 conditional_property_increment_decrement_test/13: RuntimeError # Issue 27394 | 301 conditional_property_increment_decrement_test/13: RuntimeError # Issue 27394 |
307 const_evaluation_test/01: Crash # Issue 27394 | 302 const_evaluation_test/01: Crash # Issue 27394 |
308 const_qq_test: Crash # Issue 27394 | 303 const_qq_test: Crash # Issue 27394 |
309 constructor_named_arguments_test/none: RuntimeError # Issue 27394 | 304 constructor_named_arguments_test/none: RuntimeError # Issue 27394 |
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
559 await_for_cancel_test: Crash | 554 await_for_cancel_test: Crash |
560 await_for_test: Crash | 555 await_for_test: Crash |
561 await_for_use_local_test: Crash | 556 await_for_use_local_test: Crash |
562 await_future_test: Crash | 557 await_future_test: Crash |
563 await_nonfuture_test: Crash | 558 await_nonfuture_test: Crash |
564 await_not_started_immediately_test: Crash | 559 await_not_started_immediately_test: Crash |
565 await_null_aware_test: Crash | 560 await_null_aware_test: Crash |
566 await_postfix_expr_test: Crash | 561 await_postfix_expr_test: Crash |
567 await_regression_test: Crash | 562 await_regression_test: Crash |
568 await_test: Crash | 563 await_test: Crash |
569 bad_named_parameters2_test/01: Crash | |
570 bad_named_parameters2_test/none: Crash | |
571 bad_named_parameters_test/01: Crash | |
572 bad_named_parameters_test/02: Crash | |
573 bad_named_parameters_test/03: Crash | |
574 bad_named_parameters_test/04: Crash | |
575 bad_named_parameters_test/05: Crash | |
576 bad_named_parameters_test/none: Crash | |
577 bad_override_test/03: MissingCompileTimeError | |
578 bad_override_test/04: MissingCompileTimeError | |
579 bad_override_test/05: MissingCompileTimeError | |
580 bailout4_test: Crash | |
581 bailout_test: Crash | |
582 bind_test: Crash | |
583 bit_operations_test/01: Crash | |
584 bit_operations_test/02: Crash | |
585 bit_operations_test/03: Crash | |
586 bit_operations_test/04: Crash | |
587 bit_operations_test/none: Crash | |
588 black_listed_test/none: Crash | |
589 bool_check_test: Crash | 564 bool_check_test: Crash |
590 bool_test: Crash | 565 bool_test: Crash |
591 bound_closure_equality_test: Crash | 566 bound_closure_equality_test: Crash |
592 bound_closure_primitives_test: Crash | 567 bound_closure_primitives_test: Crash |
593 branch_canonicalization_test: RuntimeError | 568 branch_canonicalization_test: RuntimeError |
594 break_test: Crash | 569 break_test: Crash |
595 built_in_identifier_test/01: Crash | 570 built_in_identifier_test/01: Crash |
596 built_in_identifier_test/none: Crash | 571 built_in_identifier_test/none: Crash |
597 call_closurization_test: Crash | 572 call_closurization_test: Crash |
598 call_constructor_on_unresolvable_class_test/07: Crash | 573 call_constructor_on_unresolvable_class_test/07: Crash |
(...skipping 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2039 unnamed_closure_test: RuntimeError | 2014 unnamed_closure_test: RuntimeError |
2040 unresolved_default_constructor_test/01: Crash | 2015 unresolved_default_constructor_test/01: Crash |
2041 value_range2_test: Crash | 2016 value_range2_test: Crash |
2042 value_range3_test: Crash | 2017 value_range3_test: Crash |
2043 value_range_test: Crash | 2018 value_range_test: Crash |
2044 variable_declaration_metadata_test/none: Crash | 2019 variable_declaration_metadata_test/none: Crash |
2045 void_type_test: Crash | 2020 void_type_test: Crash |
2046 yieldstar_pause_test: Crash | 2021 yieldstar_pause_test: Crash |
2047 | 2022 |
2048 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke
d ] | 2023 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke
d ] |
2049 bad_override_test/04: Crash | |
2050 bailout3_test: Crash | |
2051 bailout5_test: Crash | |
2052 bailout6_test: Crash | |
2053 bailout7_test: Crash | |
2054 call_property_test: Crash | 2024 call_property_test: Crash |
2055 cascade_in_expression_function_test: Crash | 2025 cascade_in_expression_function_test: Crash |
2056 class_literal_test/none: Crash | 2026 class_literal_test/none: Crash |
2057 class_syntax2_test: Crash | 2027 class_syntax2_test: Crash |
2058 class_test: Crash | 2028 class_test: Crash |
2059 closure2_test: Crash | 2029 closure2_test: Crash |
2060 closure_in_constructor_test: Crash | 2030 closure_in_constructor_test: Crash |
2061 closure_in_field_initializer_test: Crash | 2031 closure_in_field_initializer_test: Crash |
2062 closure_shared_state_test: Crash | 2032 closure_shared_state_test: Crash |
2063 closure_side_effect_test: Crash | 2033 closure_side_effect_test: Crash |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2334 type_variable_field_initializer_closure2_test: Crash | 2304 type_variable_field_initializer_closure2_test: Crash |
2335 type_variable_field_initializer_closure_test: Crash | 2305 type_variable_field_initializer_closure_test: Crash |
2336 type_variable_initializer_test: Crash | 2306 type_variable_initializer_test: Crash |
2337 type_variable_typedef_test: Crash | 2307 type_variable_typedef_test: Crash |
2338 typed_selector2_test: Crash | 2308 typed_selector2_test: Crash |
2339 unnamed_closure_test: Crash | 2309 unnamed_closure_test: Crash |
2340 wrong_number_type_arguments_test/00: Crash | 2310 wrong_number_type_arguments_test/00: Crash |
2341 wrong_number_type_arguments_test/02: Crash | 2311 wrong_number_type_arguments_test/02: Crash |
2342 | 2312 |
2343 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] | 2313 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] |
2344 bad_constructor_test/05: Crash | |
2345 bad_constructor_test/none: Crash | |
2346 bad_override_test/01: Crash | |
2347 bad_override_test/02: Crash | |
2348 bad_override_test/03: Crash | |
2349 bad_override_test/04: Crash | |
2350 bad_override_test/05: Crash | |
2351 bad_override_test/06: Crash | |
2352 bad_override_test/none: Crash | |
2353 bad_typedef_test/none: Crash | |
2354 bailout2_test: Crash | |
2355 bailout3_test: Crash | |
2356 bailout5_test: Crash | |
2357 bailout6_test: Crash | |
2358 bailout7_test: Crash | |
2359 bailout_container_type_test: Crash | |
2360 bit_shift_test: Crash | |
2361 bool_condition_check_test/01: Crash | 2314 bool_condition_check_test/01: Crash |
2362 branch_canonicalization_test: Crash | 2315 branch_canonicalization_test: Crash |
2363 branches_test: Crash | 2316 branches_test: Crash |
2364 call_argument_inference_test: Crash | 2317 call_argument_inference_test: Crash |
2365 call_constructor_on_unresolvable_class_test/01: Crash | 2318 call_constructor_on_unresolvable_class_test/01: Crash |
2366 call_constructor_on_unresolvable_class_test/02: Crash | 2319 call_constructor_on_unresolvable_class_test/02: Crash |
2367 call_constructor_on_unresolvable_class_test/03: Crash | 2320 call_constructor_on_unresolvable_class_test/03: Crash |
2368 call_constructor_on_unresolvable_class_test/04: Crash | 2321 call_constructor_on_unresolvable_class_test/04: Crash |
2369 call_constructor_on_unresolvable_class_test/05: Crash | 2322 call_constructor_on_unresolvable_class_test/05: Crash |
2370 call_constructor_on_unresolvable_class_test/06: Crash | 2323 call_constructor_on_unresolvable_class_test/06: Crash |
(...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3731 unresolved_top_level_method_negative_test: Crash | 3684 unresolved_top_level_method_negative_test: Crash |
3732 unresolved_top_level_var_negative_test: Crash | 3685 unresolved_top_level_var_negative_test: Crash |
3733 unsupported_operators_test/none: Crash | 3686 unsupported_operators_test/none: Crash |
3734 var_init_test: Crash | 3687 var_init_test: Crash |
3735 void_check_test: Crash | 3688 void_check_test: Crash |
3736 while_test: Crash | 3689 while_test: Crash |
3737 wrong_number_type_arguments_test/00: Crash | 3690 wrong_number_type_arguments_test/00: Crash |
3738 wrong_number_type_arguments_test/01: Crash | 3691 wrong_number_type_arguments_test/01: Crash |
3739 wrong_number_type_arguments_test/02: Crash | 3692 wrong_number_type_arguments_test/02: Crash |
3740 wrong_number_type_arguments_test/none: Crash | 3693 wrong_number_type_arguments_test/none: Crash |
OLD | NEW |