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 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 10 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
11 enum_test: Fail # Issue 28340 | 11 enum_test: Fail # Issue 28340 |
12 regress_28341_test: Fail # Issue 28340 | 12 regress_28341_test: Fail # Issue 28340 |
13 regress_29349_test: CompileTimeError # Issue 29745 | 13 regress_29349_test: CompileTimeError # Issue 29745 |
14 regress_29481_test: Crash # Issue 29754 | 14 regress_29481_test: Crash # Issue 29754 |
15 deferred_not_loaded_check_test: Fail # Issue 27577 | 15 deferred_not_loaded_check_test: Fail # Issue 27577 |
16 getter_setter_in_lib_test: Fail # Issue 23288 | 16 getter_setter_in_lib_test: Fail # Issue 23288 |
17 method_name_test: Fail # issue 25574 | 17 method_name_test: Fail # issue 25574 |
18 setter4_test: CompileTimeError # issue 13639 | 18 setter4_test: CompileTimeError # issue 13639 |
19 | 19 |
20 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | |
21 | |
22 try_catch_on_syntax_test/10: Fail # Issue 19823 | 20 try_catch_on_syntax_test/10: Fail # Issue 19823 |
23 try_catch_on_syntax_test/11: Fail # Issue 19823 | 21 try_catch_on_syntax_test/11: Fail # Issue 19823 |
24 | 22 |
25 call_function_apply_test: RuntimeError # Issue 23873 | 23 call_function_apply_test: RuntimeError # Issue 23873 |
26 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 | 24 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 |
27 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 | 25 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 |
28 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 | 26 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 |
29 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 | 27 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 |
30 mixin_of_mixin_test: CompileTimeError # Issue 23773 | 28 mixin_of_mixin_test: CompileTimeError # Issue 23773 |
31 | 29 |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 regress_18535_test: Fail # mirrors not supported | 88 regress_18535_test: Fail # mirrors not supported |
91 regress_28255_test: Fail # mirrors not supported | 89 regress_28255_test: Fail # mirrors not supported |
92 super_call4_test: Fail # mirrors not supported | 90 super_call4_test: Fail # mirrors not supported |
93 super_getter_setter_test: Fail # mirrors not supported | 91 super_getter_setter_test: Fail # mirrors not supported |
94 vm/reflect_core_vm_test: Fail # mirrors not supported | 92 vm/reflect_core_vm_test: Fail # mirrors not supported |
95 | 93 |
96 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] | 94 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] |
97 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 95 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
98 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 | 96 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 |
99 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss
ue 7728 | 97 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss
ue 7728 |
100 async_star_no_cancel_test: RuntimeError # Need triage | |
101 async_star_no_cancel2_test: RuntimeError # Need triage | |
102 | 98 |
103 [ $compiler == dart2js && $browser && ! $dart2js_with_kernel ] | 99 [ $compiler == dart2js && $browser && ! $dart2js_with_kernel ] |
104 config_import_test: Fail # Test flag is not passed to the compiler. | 100 config_import_test: Fail # Test flag is not passed to the compiler. |
105 | 101 |
106 library_env_test/has_no_io_support: Pass # Issue 27398 | 102 library_env_test/has_no_io_support: Pass # Issue 27398 |
107 library_env_test/has_io_support: RuntimeError # Issue 27398 | 103 library_env_test/has_io_support: RuntimeError # Issue 27398 |
108 | 104 |
109 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 105 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
110 invocation_mirror_empty_arguments_test: Fail # Issue 24331 | 106 invocation_mirror_empty_arguments_test: Fail # Issue 24331 |
111 nan_identical_test: Fail # Issue 11551 | 107 nan_identical_test: Fail # Issue 11551 |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 multiline_newline_test/01r: CompileTimeError # Issue 23888 | 157 multiline_newline_test/01r: CompileTimeError # Issue 23888 |
162 multiline_newline_test/02r: CompileTimeError # Issue 23888 | 158 multiline_newline_test/02r: CompileTimeError # Issue 23888 |
163 multiline_newline_test/03r: CompileTimeError # Issue 23888 | 159 multiline_newline_test/03r: CompileTimeError # Issue 23888 |
164 multiline_newline_test/04r: MissingCompileTimeError # Issue 23888 | 160 multiline_newline_test/04r: MissingCompileTimeError # Issue 23888 |
165 multiline_newline_test/05r: MissingCompileTimeError # Issue 23888 | 161 multiline_newline_test/05r: MissingCompileTimeError # Issue 23888 |
166 multiline_newline_test/06r: MissingCompileTimeError # Issue 23888 | 162 multiline_newline_test/06r: MissingCompileTimeError # Issue 23888 |
167 | 163 |
168 mixin_mixin_type_arguments_test: RuntimeError # Issue 29587 | 164 mixin_mixin_type_arguments_test: RuntimeError # Issue 29587 |
169 | 165 |
170 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] | 166 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] |
171 async_return_types_test/nestedFuture: Fail # Issue 26429 | |
172 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 | |
173 regress_26133_test: RuntimeError # Issue 26429 | 167 regress_26133_test: RuntimeError # Issue 26429 |
174 regress_29405_test: Fail # Issue 29422 | 168 regress_29405_test: Fail # Issue 29422 |
175 type_variable_bounds_test/02: Fail # Issue 12702 | 169 type_variable_bounds_test/02: Fail # Issue 12702 |
176 type_variable_bounds2_test/01: Fail # Issue 12702 | 170 type_variable_bounds2_test/01: Fail # Issue 12702 |
177 type_variable_bounds2_test/04: Fail # Issue 12702 | 171 type_variable_bounds2_test/04: Fail # Issue 12702 |
178 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 172 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
179 type_variable_bounds3_test/00: Fail # Issue 12702 | 173 type_variable_bounds3_test/00: Fail # Issue 12702 |
180 closure_type_test: Fail # Issue 12745 | 174 closure_type_test: Fail # Issue 12745 |
181 malbounded_redirecting_factory_test/02: Fail # Issue 12825 | 175 malbounded_redirecting_factory_test/02: Fail # Issue 12825 |
182 malbounded_redirecting_factory_test/03: Fail # Issue 12825 | 176 malbounded_redirecting_factory_test/03: Fail # Issue 12825 |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 assertion_initializer_const_function_test/01: Crash | 315 assertion_initializer_const_function_test/01: Crash |
322 assign_top_method_test/01: Crash # Issue 27394 | 316 assign_top_method_test/01: Crash # Issue 27394 |
323 async_await_syntax_test/a04b: Crash # Issue 27394 | 317 async_await_syntax_test/a04b: Crash # Issue 27394 |
324 async_await_syntax_test/a06a: RuntimeError # Issue 27394 | 318 async_await_syntax_test/a06a: RuntimeError # Issue 27394 |
325 async_await_syntax_test/a07b: Crash # Issue 27394 | 319 async_await_syntax_test/a07b: Crash # Issue 27394 |
326 async_await_syntax_test/a08b: Crash # Issue 27394 | 320 async_await_syntax_test/a08b: Crash # Issue 27394 |
327 async_await_syntax_test/b06a: RuntimeError # Issue 27394 | 321 async_await_syntax_test/b06a: RuntimeError # Issue 27394 |
328 async_await_syntax_test/c06a: RuntimeError # Issue 27394 | 322 async_await_syntax_test/c06a: RuntimeError # Issue 27394 |
329 async_await_syntax_test/d06a: RuntimeError # Issue 27394 | 323 async_await_syntax_test/d06a: RuntimeError # Issue 27394 |
330 async_await_test: RuntimeError # Issue 27394 | 324 async_await_test: RuntimeError # Issue 27394 |
331 async_star_pause_test: RuntimeError # Issue 27394 | |
332 async_star_regression_fisk_test: RuntimeError # Issue 27394 | |
333 async_star_stream_take_test: RuntimeError # Issue 27394 | |
334 async_star_take_reyield_test: RuntimeError # Issue 27394 | |
335 async_star_test: RuntimeError # Issue 27394 | 325 async_star_test: RuntimeError # Issue 27394 |
336 await_for_test: RuntimeError # Issue 27394 | 326 await_for_test: RuntimeError # Issue 27394 |
337 await_for_use_local_test: RuntimeError # Issue 27394 | 327 await_for_use_local_test: RuntimeError # Issue 27394 |
338 black_listed_test/13c: Crash # Issue 27394 | 328 black_listed_test/13c: Crash # Issue 27394 |
339 black_listed_test/14c: Crash # Issue 27394 | 329 black_listed_test/14c: Crash # Issue 27394 |
340 bootstrap_test: RuntimeError # Issue 27394 | 330 bootstrap_test: RuntimeError # Issue 27394 |
341 call_nonexistent_static_test/10: Crash # Issue 27394 | 331 call_nonexistent_static_test/10: Crash # Issue 27394 |
342 conditional_property_assignment_test/07: RuntimeError # Issue 27394 | 332 conditional_property_assignment_test/07: RuntimeError # Issue 27394 |
343 conditional_property_increment_decrement_test/01: RuntimeError # Issue 27394 | 333 conditional_property_increment_decrement_test/01: RuntimeError # Issue 27394 |
344 conditional_property_increment_decrement_test/05: RuntimeError # Issue 27394 | 334 conditional_property_increment_decrement_test/05: RuntimeError # Issue 27394 |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
650 async_await_syntax_test/d04a: RuntimeError | 640 async_await_syntax_test/d04a: RuntimeError |
651 async_await_syntax_test/d05a: Crash | 641 async_await_syntax_test/d05a: Crash |
652 async_await_syntax_test/d06a: Crash | 642 async_await_syntax_test/d06a: Crash |
653 async_await_syntax_test/d07a: RuntimeError | 643 async_await_syntax_test/d07a: RuntimeError |
654 async_await_syntax_test/d08a: RuntimeError | 644 async_await_syntax_test/d08a: RuntimeError |
655 async_await_syntax_test/d08b: RuntimeError | 645 async_await_syntax_test/d08b: RuntimeError |
656 async_await_syntax_test/d08c: RuntimeError | 646 async_await_syntax_test/d08c: RuntimeError |
657 async_await_syntax_test/d09a: Crash | 647 async_await_syntax_test/d09a: Crash |
658 async_await_syntax_test/d10a: Crash | 648 async_await_syntax_test/d10a: Crash |
659 async_await_test: Crash | 649 async_await_test: Crash |
660 async_break_in_finally_test: Crash | |
661 async_continue_label_test/await_in_body: Crash | |
662 async_continue_label_test/await_in_condition: Crash | |
663 async_continue_label_test/await_in_init: Crash | |
664 async_continue_label_test/await_in_update: Crash | |
665 async_continue_label_test/none: Crash | |
666 async_control_structures_test: Crash | |
667 async_finally_rethrow_test: Crash | |
668 async_or_generator_return_type_stacktrace_test/01: Crash | |
669 async_or_generator_return_type_stacktrace_test/02: Crash | |
670 async_or_generator_return_type_stacktrace_test/03: Crash | |
671 async_or_generator_return_type_stacktrace_test/none: Crash | |
672 async_regression_23058_test: Crash | |
673 async_rethrow_test: Crash | |
674 async_return_types_test/nestedFuture: Crash | |
675 async_return_types_test/none: Crash | |
676 async_return_types_test/tooManyTypeParameters: Crash | |
677 async_return_types_test/wrongReturnType: Crash | |
678 async_return_types_test/wrongTypeParameter: Crash | |
679 async_star_cancel_and_throw_in_finally_test: Crash | |
680 async_star_cancel_while_paused_test: Crash | |
681 async_star_no_cancel2_test: Crash | |
682 async_star_no_cancel_test: Crash | |
683 async_star_pause_test: Crash | |
684 async_star_regression_2238_test: Crash | |
685 async_star_regression_23116_test: Crash | |
686 async_star_regression_fisk_test: Crash | |
687 async_star_stream_take_test: Crash | |
688 async_star_take_reyield_test: Crash | |
689 async_star_test: Crash | 650 async_star_test: Crash |
690 async_switch_test/none: Crash | 651 async_switch_test/none: Crash |
691 async_switch_test/withDefault: Crash | 652 async_switch_test/withDefault: Crash |
692 async_test/none: Crash | 653 async_test/none: Crash |
693 async_test/type-mismatch1: Crash | 654 async_test/type-mismatch1: Crash |
694 async_test/type-mismatch2: Crash | 655 async_test/type-mismatch2: Crash |
695 async_test/type-mismatch3: Crash | 656 async_test/type-mismatch3: Crash |
696 async_test/type-mismatch4: Crash | 657 async_test/type-mismatch4: Crash |
697 async_this_bound_test: Crash | 658 async_this_bound_test: Crash |
698 async_throw_in_catch_test/forceAwait: Crash | 659 async_throw_in_catch_test/forceAwait: Crash |
(...skipping 3226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3925 var_init_test: Crash | 3886 var_init_test: Crash |
3926 void_check_test: Crash | 3887 void_check_test: Crash |
3927 while_test: Crash | 3888 while_test: Crash |
3928 wrong_number_type_arguments_test/00: Crash | 3889 wrong_number_type_arguments_test/00: Crash |
3929 wrong_number_type_arguments_test/01: Crash | 3890 wrong_number_type_arguments_test/01: Crash |
3930 wrong_number_type_arguments_test/02: Crash | 3891 wrong_number_type_arguments_test/02: Crash |
3931 wrong_number_type_arguments_test/none: Crash | 3892 wrong_number_type_arguments_test/none: Crash |
3932 | 3893 |
3933 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] | 3894 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] |
3934 *: Skip # Issue 29626 | 3895 *: Skip # Issue 29626 |
OLD | NEW |