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 enum_test: Fail # Issue 28340 | 11 enum_test: Fail # Issue 28340 |
11 regress_28341_test: Fail # Issue 28340 | 12 regress_28341_test: Fail # Issue 28340 |
12 regress_29349_test: CompileTimeError # Issue 29745 | 13 regress_29349_test: CompileTimeError # Issue 29745 |
13 regress_29481_test: Crash # Issue 29754 | 14 regress_29481_test: Crash # Issue 29754 |
14 deferred_not_loaded_check_test: Fail # Issue 27577 | 15 deferred_not_loaded_check_test: Fail # Issue 27577 |
15 getter_setter_in_lib_test: Fail # Issue 23288 | 16 getter_setter_in_lib_test: Fail # Issue 23288 |
16 method_name_test: Fail # issue 25574 | 17 method_name_test: Fail # issue 25574 |
17 setter4_test: CompileTimeError # issue 13639 | 18 setter4_test: CompileTimeError # issue 13639 |
18 | 19 |
| 20 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 21 |
19 try_catch_on_syntax_test/10: Fail # Issue 19823 | 22 try_catch_on_syntax_test/10: Fail # Issue 19823 |
20 try_catch_on_syntax_test/11: Fail # Issue 19823 | 23 try_catch_on_syntax_test/11: Fail # Issue 19823 |
21 | 24 |
22 call_function_apply_test: RuntimeError # Issue 23873 | 25 call_function_apply_test: RuntimeError # Issue 23873 |
23 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 | 26 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 |
24 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 | 27 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 |
25 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 | 28 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 |
26 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 | 29 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 |
27 mixin_of_mixin_test: CompileTimeError # Issue 23773 | 30 mixin_of_mixin_test: CompileTimeError # Issue 23773 |
28 | 31 |
(...skipping 11 matching lines...) Expand all Loading... |
40 bad_typedef_test/00: Crash # Issue 28214 | 43 bad_typedef_test/00: Crash # Issue 28214 |
41 generic_function_typedef2_test/00: Crash # Issue 28214 | 44 generic_function_typedef2_test/00: Crash # Issue 28214 |
42 generic_function_typedef2_test/01: Crash # Issue 28214 | 45 generic_function_typedef2_test/01: Crash # Issue 28214 |
43 generic_function_typedef2_test/02: Crash # Issue 28214 | 46 generic_function_typedef2_test/02: Crash # Issue 28214 |
44 generic_function_typedef2_test/03: Crash # Issue 28214 | 47 generic_function_typedef2_test/03: Crash # Issue 28214 |
45 generic_function_typedef2_test/05: Crash # Issue 28214 | 48 generic_function_typedef2_test/05: Crash # Issue 28214 |
46 generic_function_typedef2_test/06: Crash # Issue 28214 | 49 generic_function_typedef2_test/06: Crash # Issue 28214 |
47 | 50 |
48 stacktrace_demangle_ctors_test: Fail # dart2js stack traces are not always compl
iant. | 51 stacktrace_demangle_ctors_test: Fail # dart2js stack traces are not always compl
iant. |
49 | 52 |
| 53 assertion_initializer_const_error2_test/cc01: Crash |
| 54 assertion_initializer_const_error2_test/cc02: Crash |
| 55 assertion_initializer_const_error2_test/cc03: Crash |
| 56 assertion_initializer_const_error2_test/cc04: Crash |
| 57 assertion_initializer_const_error2_test/cc05: Crash |
| 58 assertion_initializer_const_error2_test/cc06: Crash |
| 59 assertion_initializer_const_error2_test/cc07: Crash |
| 60 assertion_initializer_const_error2_test/cc08: Crash |
| 61 assertion_initializer_const_error2_test/cc09: Crash |
| 62 assertion_initializer_const_function_error_test/01: Crash |
| 63 assertion_initializer_const_function_test/01: CompileTimeError |
| 64 assertion_initializer_test: Crash |
| 65 |
50 generalized_void_syntax_test: CompileTimeError # Issue #30176. | 66 generalized_void_syntax_test: CompileTimeError # Issue #30176. |
51 syntax_test/none: CompileTimeError # Issue #30176. | 67 syntax_test/none: CompileTimeError # Issue #30176. |
52 | 68 |
53 [ $compiler == dart2js && $fast_startup && ! $dart2js_with_kernel ] | 69 [ $compiler == dart2js && $fast_startup && ! $dart2js_with_kernel ] |
54 const_evaluation_test/*: Fail # mirrors not supported | 70 const_evaluation_test/*: Fail # mirrors not supported |
55 deferred_constraints_constants_test/none: Fail # mirrors not supported | 71 deferred_constraints_constants_test/none: Fail # mirrors not supported |
56 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported | 72 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported |
57 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason | 73 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason |
58 enum_mirror_test: Fail # mirrors not supported | 74 enum_mirror_test: Fail # mirrors not supported |
59 field_increment_bailout_test: Fail # mirrors not supported | 75 field_increment_bailout_test: Fail # mirrors not supported |
(...skipping 15 matching lines...) Expand all Loading... |
75 regress_18535_test: Fail # mirrors not supported | 91 regress_18535_test: Fail # mirrors not supported |
76 regress_28255_test: Fail # mirrors not supported | 92 regress_28255_test: Fail # mirrors not supported |
77 super_call4_test: Fail # mirrors not supported | 93 super_call4_test: Fail # mirrors not supported |
78 super_getter_setter_test: Fail # mirrors not supported | 94 super_getter_setter_test: Fail # mirrors not supported |
79 vm/reflect_core_vm_test: Fail # mirrors not supported | 95 vm/reflect_core_vm_test: Fail # mirrors not supported |
80 | 96 |
81 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] | 97 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] |
82 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 98 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
83 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 | 99 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 |
84 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss
ue 7728 | 100 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss
ue 7728 |
| 101 async_star_no_cancel_test: RuntimeError # Need triage |
| 102 async_star_no_cancel2_test: RuntimeError # Need triage |
85 | 103 |
86 [ $compiler == dart2js && $browser && ! $dart2js_with_kernel ] | 104 [ $compiler == dart2js && $browser && ! $dart2js_with_kernel ] |
87 config_import_test: Fail # Test flag is not passed to the compiler. | 105 config_import_test: Fail # Test flag is not passed to the compiler. |
88 | 106 |
89 library_env_test/has_no_io_support: Pass # Issue 27398 | 107 library_env_test/has_no_io_support: Pass # Issue 27398 |
90 library_env_test/has_io_support: RuntimeError # Issue 27398 | 108 library_env_test/has_io_support: RuntimeError # Issue 27398 |
91 | 109 |
92 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 110 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
93 invocation_mirror_empty_arguments_test: Fail # Issue 24331 | 111 invocation_mirror_empty_arguments_test: Fail # Issue 24331 |
94 nan_identical_test: Fail # Issue 11551 | 112 nan_identical_test: Fail # Issue 11551 |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 multiline_newline_test/01r: CompileTimeError # Issue 23888 | 162 multiline_newline_test/01r: CompileTimeError # Issue 23888 |
145 multiline_newline_test/02r: CompileTimeError # Issue 23888 | 163 multiline_newline_test/02r: CompileTimeError # Issue 23888 |
146 multiline_newline_test/03r: CompileTimeError # Issue 23888 | 164 multiline_newline_test/03r: CompileTimeError # Issue 23888 |
147 multiline_newline_test/04r: MissingCompileTimeError # Issue 23888 | 165 multiline_newline_test/04r: MissingCompileTimeError # Issue 23888 |
148 multiline_newline_test/05r: MissingCompileTimeError # Issue 23888 | 166 multiline_newline_test/05r: MissingCompileTimeError # Issue 23888 |
149 multiline_newline_test/06r: MissingCompileTimeError # Issue 23888 | 167 multiline_newline_test/06r: MissingCompileTimeError # Issue 23888 |
150 | 168 |
151 mixin_mixin_type_arguments_test: RuntimeError # Issue 29587 | 169 mixin_mixin_type_arguments_test: RuntimeError # Issue 29587 |
152 | 170 |
153 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] | 171 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] |
| 172 async_return_types_test/nestedFuture: Fail # Issue 26429 |
| 173 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 |
154 regress_26133_test: RuntimeError # Issue 26429 | 174 regress_26133_test: RuntimeError # Issue 26429 |
155 regress_29405_test: Fail # Issue 29422 | 175 regress_29405_test: Fail # Issue 29422 |
156 type_variable_bounds_test/02: Fail # Issue 12702 | 176 type_variable_bounds_test/02: Fail # Issue 12702 |
157 type_variable_bounds2_test/01: Fail # Issue 12702 | 177 type_variable_bounds2_test/01: Fail # Issue 12702 |
158 type_variable_bounds2_test/04: Fail # Issue 12702 | 178 type_variable_bounds2_test/04: Fail # Issue 12702 |
159 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 179 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
160 type_variable_bounds3_test/00: Fail # Issue 12702 | 180 type_variable_bounds3_test/00: Fail # Issue 12702 |
161 closure_type_test: Fail # Issue 12745 | 181 closure_type_test: Fail # Issue 12745 |
162 malbounded_redirecting_factory_test/02: Fail # Issue 12825 | 182 malbounded_redirecting_factory_test/02: Fail # Issue 12825 |
163 malbounded_redirecting_factory_test/03: Fail # Issue 12825 | 183 malbounded_redirecting_factory_test/03: Fail # Issue 12825 |
(...skipping 11 matching lines...) Expand all Loading... |
175 type_checks_in_factory_method_test: RuntimeError # Issue 12746 | 195 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
176 generic_test: RuntimeError, OK | 196 generic_test: RuntimeError, OK |
177 map_literal4_test: RuntimeError, OK # Checked mode required. | 197 map_literal4_test: RuntimeError, OK # Checked mode required. |
178 named_parameters_type_test/01: MissingRuntimeError, OK | 198 named_parameters_type_test/01: MissingRuntimeError, OK |
179 named_parameters_type_test/02: MissingRuntimeError, OK | 199 named_parameters_type_test/02: MissingRuntimeError, OK |
180 named_parameters_type_test/03: MissingRuntimeError, OK | 200 named_parameters_type_test/03: MissingRuntimeError, OK |
181 positional_parameters_type_test/01: MissingRuntimeError, OK | 201 positional_parameters_type_test/01: MissingRuntimeError, OK |
182 positional_parameters_type_test/02: MissingRuntimeError, OK | 202 positional_parameters_type_test/02: MissingRuntimeError, OK |
183 issue13474_test: RuntimeError, OK | 203 issue13474_test: RuntimeError, OK |
184 | 204 |
| 205 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel ] |
| 206 assertion_test: RuntimeError # Issue 12748 |
| 207 |
185 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne
l ] | 208 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne
l ] |
186 bool_check_test: RuntimeError # Issue 29647 | 209 bool_check_test: RuntimeError # Issue 29647 |
187 | 210 |
188 [ $compiler == dart2js && ! $checked && $minified && ! $dart2js_with_kernel ] | 211 [ $compiler == dart2js && ! $checked && $minified && ! $dart2js_with_kernel ] |
189 f_bounded_quantification5_test: Fail, OK # Issue 12605 | 212 f_bounded_quantification5_test: Fail, OK # Issue 12605 |
190 | 213 |
191 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] | 214 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] |
192 cyclic_type_test/0*: Fail # Issue 12605 | 215 cyclic_type_test/0*: Fail # Issue 12605 |
193 cyclic_type2_test: Fail # Issue 12605 | 216 cyclic_type2_test: Fail # Issue 12605 |
194 f_bounded_quantification4_test: Fail, Pass # Issue 12605 | 217 f_bounded_quantification4_test: Fail, Pass # Issue 12605 |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 regress_26855_test/1: Crash # Issue 26867 | 307 regress_26855_test/1: Crash # Issue 26867 |
285 regress_26855_test/2: Crash # Issue 26867 | 308 regress_26855_test/2: Crash # Issue 26867 |
286 regress_26855_test/3: Crash # Issue 26867 | 309 regress_26855_test/3: Crash # Issue 26867 |
287 regress_26855_test/4: Crash # Issue 26867 | 310 regress_26855_test/4: Crash # Issue 26867 |
288 | 311 |
289 [ $compiler != dart2analyzer] | 312 [ $compiler != dart2analyzer] |
290 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status | 313 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status |
291 | 314 |
292 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | 315 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] |
293 constants_test/01: Crash | 316 constants_test/01: Crash |
| 317 abstract_beats_arguments_test: RuntimeError # Issue 27394 |
| 318 abstract_runtime_error_test/01: RuntimeError # Issue 27394 |
| 319 abstract_runtime_error_test/02: RuntimeError # Issue 27394 |
| 320 arithmetic_canonicalization_test: RuntimeError # Issue 27394 |
| 321 assertion_initializer_const_error_test/01: Crash |
| 322 assertion_initializer_const_function_test/01: Crash |
| 323 assign_top_method_test/01: Crash # Issue 27394 |
| 324 async_await_syntax_test/a04b: Crash # Issue 27394 |
| 325 async_await_syntax_test/a06a: RuntimeError # Issue 27394 |
| 326 async_await_syntax_test/a07b: Crash # Issue 27394 |
| 327 async_await_syntax_test/a08b: Crash # Issue 27394 |
| 328 async_await_syntax_test/b06a: RuntimeError # Issue 27394 |
| 329 async_await_syntax_test/c06a: RuntimeError # Issue 27394 |
| 330 async_await_syntax_test/d06a: RuntimeError # Issue 27394 |
294 async_await_test: RuntimeError # Issue 27394 | 331 async_await_test: RuntimeError # Issue 27394 |
| 332 async_star_pause_test: RuntimeError # Issue 27394 |
| 333 async_star_regression_fisk_test: RuntimeError # Issue 27394 |
| 334 async_star_stream_take_test: RuntimeError # Issue 27394 |
| 335 async_star_take_reyield_test: RuntimeError # Issue 27394 |
295 async_star_test: RuntimeError # Issue 27394 | 336 async_star_test: RuntimeError # Issue 27394 |
296 await_for_test: RuntimeError # Issue 27394 | 337 await_for_test: RuntimeError # Issue 27394 |
297 await_for_use_local_test: RuntimeError # Issue 27394 | 338 await_for_use_local_test: RuntimeError # Issue 27394 |
298 black_listed_test/13c: Crash # Issue 27394 | 339 black_listed_test/13c: Crash # Issue 27394 |
299 black_listed_test/14c: Crash # Issue 27394 | 340 black_listed_test/14c: Crash # Issue 27394 |
300 bootstrap_test: RuntimeError # Issue 27394 | 341 bootstrap_test: RuntimeError # Issue 27394 |
301 call_nonexistent_static_test/10: Crash # Issue 27394 | 342 call_nonexistent_static_test/10: Crash # Issue 27394 |
302 conditional_property_assignment_test/07: RuntimeError # Issue 27394 | 343 conditional_property_assignment_test/07: RuntimeError # Issue 27394 |
303 conditional_property_increment_decrement_test/01: RuntimeError # Issue 27394 | 344 conditional_property_increment_decrement_test/01: RuntimeError # Issue 27394 |
304 conditional_property_increment_decrement_test/05: RuntimeError # Issue 27394 | 345 conditional_property_increment_decrement_test/05: RuntimeError # Issue 27394 |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
506 function_type/function_type55_test: Crash # Issue 27394 | 547 function_type/function_type55_test: Crash # Issue 27394 |
507 function_type/function_type62_test: Crash # Issue 27394 | 548 function_type/function_type62_test: Crash # Issue 27394 |
508 function_type/function_type63_test: Crash # Issue 27394 | 549 function_type/function_type63_test: Crash # Issue 27394 |
509 function_type/function_type6_test: Crash # Issue 27394 | 550 function_type/function_type6_test: Crash # Issue 27394 |
510 function_type/function_type7_test: Crash # Issue 27394 | 551 function_type/function_type7_test: Crash # Issue 27394 |
511 function_type/function_type98_test: Crash # Issue 27394 | 552 function_type/function_type98_test: Crash # Issue 27394 |
512 function_type/function_type99_test: Crash # Issue 27394 | 553 function_type/function_type99_test: Crash # Issue 27394 |
513 generic_function_typedef_test: Crash # Issue 27394 | 554 generic_function_typedef_test: Crash # Issue 27394 |
514 getter_setter_in_lib_test: Crash # Issue 27394 | 555 getter_setter_in_lib_test: Crash # Issue 27394 |
515 | 556 |
| 557 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] |
| 558 assertion_initializer_const_function_test/none: RuntimeError |
| 559 |
516 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && ! $dar
t2js_with_kernel ] | 560 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && ! $dar
t2js_with_kernel ] |
517 conditional_method_invocation_test/02: Crash # Issue 27394 | 561 conditional_method_invocation_test/02: Crash # Issue 27394 |
518 conditional_method_invocation_test/04: Crash # Issue 27394 | 562 conditional_method_invocation_test/04: Crash # Issue 27394 |
519 conditional_method_invocation_test/06: Crash # Issue 27394 | 563 conditional_method_invocation_test/06: Crash # Issue 27394 |
520 const_types_test/23: Crash # Issue 27394 | 564 const_types_test/23: Crash # Issue 27394 |
521 const_types_test/24: Crash # Issue 27394 | 565 const_types_test/24: Crash # Issue 27394 |
522 const_types_test/25: Crash # Issue 27394 | 566 const_types_test/25: Crash # Issue 27394 |
523 const_types_test/26: Crash # Issue 27394 | 567 const_types_test/26: Crash # Issue 27394 |
524 const_types_test/27: Crash # Issue 27394 | 568 const_types_test/27: Crash # Issue 27394 |
525 const_types_test/28: Crash # Issue 27394 | 569 const_types_test/28: Crash # Issue 27394 |
526 const_types_test/29: Crash # Issue 27394 | 570 const_types_test/29: Crash # Issue 27394 |
527 const_types_test/30: Crash # Issue 27394 | 571 const_types_test/30: Crash # Issue 27394 |
528 const_types_test/41: Crash # Issue 27394 | 572 const_types_test/41: Crash # Issue 27394 |
529 deferred_global_test: Crash # Issue 27394 | 573 deferred_global_test: Crash # Issue 27394 |
530 factory6_test/00: Crash # Issue 27394 | 574 factory6_test/00: Crash # Issue 27394 |
531 factory_redirection_test/01: Crash # Issue 27394 | 575 factory_redirection_test/01: Crash # Issue 27394 |
532 factory_redirection_test/02: Crash # Issue 27394 | 576 factory_redirection_test/02: Crash # Issue 27394 |
533 factory_redirection_test/03: Crash # Issue 27394 | 577 factory_redirection_test/03: Crash # Issue 27394 |
534 named_parameters_test/01: Crash # Issue 27394 | 578 named_parameters_test/01: Crash # Issue 27394 |
535 named_parameters_test/03: Crash # Issue 27394 | 579 named_parameters_test/03: Crash # Issue 27394 |
536 named_parameters_test/05: Crash # Issue 27394 | 580 named_parameters_test/05: Crash # Issue 27394 |
537 named_parameters_test/07: Crash # Issue 27394 | 581 named_parameters_test/07: Crash # Issue 27394 |
538 named_parameters_test/09: Crash # Issue 27394 | 582 named_parameters_test/09: Crash # Issue 27394 |
539 | 583 |
540 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] | 584 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] |
| 585 abstract_method_test: Crash |
| 586 abstract_object_method_test: Crash |
| 587 abstract_runtime_error_test/01: Crash |
| 588 abstract_runtime_error_test/02: Crash |
| 589 arg_param_trailing_comma_test/none: Crash |
| 590 arithmetic2_test: Crash |
| 591 arithmetic_test: Crash |
| 592 assert_message_test: Crash |
| 593 assert_trailing_comma_test/none: CompileTimeError |
| 594 assertion_initializer_const_error2_test/cc02: Crash |
| 595 assertion_initializer_const_error2_test/none: CompileTimeError |
| 596 assertion_initializer_const_function_error_test/01: Crash |
| 597 assertion_initializer_test: CompileTimeError |
| 598 assertion_test: Crash |
| 599 assign_to_type_test/01: Crash |
| 600 assign_to_type_test/02: Crash |
| 601 assign_to_type_test/03: Crash |
| 602 assign_to_type_test/04: Crash |
| 603 assign_top_method_test/01: Crash |
| 604 async_and_or_test: Crash |
| 605 async_await_catch_regression_test: Crash |
| 606 async_await_syntax_test/a01a: Crash |
| 607 async_await_syntax_test/a02a: Crash |
| 608 async_await_syntax_test/a03a: Crash |
| 609 async_await_syntax_test/a03b: Crash |
| 610 async_await_syntax_test/a04a: RuntimeError |
| 611 async_await_syntax_test/a04c: RuntimeError |
| 612 async_await_syntax_test/a05a: Crash |
| 613 async_await_syntax_test/a05b: Crash |
| 614 async_await_syntax_test/a05c: Crash |
| 615 async_await_syntax_test/a05e: Crash |
| 616 async_await_syntax_test/a06a: Crash |
| 617 async_await_syntax_test/a07a: RuntimeError |
| 618 async_await_syntax_test/a08a: RuntimeError |
| 619 async_await_syntax_test/a09a: Crash |
| 620 async_await_syntax_test/a10a: Crash |
| 621 async_await_syntax_test/a11b: RuntimeError |
| 622 async_await_syntax_test/a11c: Crash |
| 623 async_await_syntax_test/a11d: Crash |
| 624 async_await_syntax_test/a12g: Crash |
| 625 async_await_syntax_test/b01a: Crash |
| 626 async_await_syntax_test/b02a: Crash |
| 627 async_await_syntax_test/b03a: Crash |
| 628 async_await_syntax_test/b04a: RuntimeError |
| 629 async_await_syntax_test/b05a: Crash |
| 630 async_await_syntax_test/b06a: Crash |
| 631 async_await_syntax_test/b07a: RuntimeError |
| 632 async_await_syntax_test/b08a: RuntimeError |
| 633 async_await_syntax_test/b09a: Crash |
| 634 async_await_syntax_test/b10a: Crash |
| 635 async_await_syntax_test/b11b: RuntimeError |
| 636 async_await_syntax_test/b11c: Crash |
| 637 async_await_syntax_test/b11d: Crash |
| 638 async_await_syntax_test/b12g: Crash |
| 639 async_await_syntax_test/c01a: Crash |
| 640 async_await_syntax_test/c02a: Crash |
| 641 async_await_syntax_test/c03a: Crash |
| 642 async_await_syntax_test/c04a: Crash |
| 643 async_await_syntax_test/c05a: Crash |
| 644 async_await_syntax_test/c06a: Crash |
| 645 async_await_syntax_test/c07a: Crash |
| 646 async_await_syntax_test/c08a: Crash |
| 647 async_await_syntax_test/c09a: Crash |
| 648 async_await_syntax_test/c10a: Crash |
| 649 async_await_syntax_test/d01a: Crash |
| 650 async_await_syntax_test/d02a: Crash |
| 651 async_await_syntax_test/d03a: Crash |
| 652 async_await_syntax_test/d04a: RuntimeError |
| 653 async_await_syntax_test/d05a: Crash |
| 654 async_await_syntax_test/d06a: Crash |
| 655 async_await_syntax_test/d07a: RuntimeError |
| 656 async_await_syntax_test/d08a: RuntimeError |
| 657 async_await_syntax_test/d08b: RuntimeError |
| 658 async_await_syntax_test/d08c: RuntimeError |
| 659 async_await_syntax_test/d09a: Crash |
| 660 async_await_syntax_test/d10a: Crash |
541 async_await_test: Crash | 661 async_await_test: Crash |
| 662 async_break_in_finally_test: Crash |
| 663 async_continue_label_test/await_in_body: Crash |
| 664 async_continue_label_test/await_in_condition: Crash |
| 665 async_continue_label_test/await_in_init: Crash |
| 666 async_continue_label_test/await_in_update: Crash |
| 667 async_continue_label_test/none: Crash |
| 668 async_control_structures_test: Crash |
| 669 async_finally_rethrow_test: Crash |
| 670 async_or_generator_return_type_stacktrace_test/01: Crash |
| 671 async_or_generator_return_type_stacktrace_test/02: Crash |
| 672 async_or_generator_return_type_stacktrace_test/03: Crash |
| 673 async_or_generator_return_type_stacktrace_test/none: Crash |
| 674 async_regression_23058_test: Crash |
| 675 async_rethrow_test: Crash |
| 676 async_return_types_test/nestedFuture: Crash |
| 677 async_return_types_test/none: Crash |
| 678 async_return_types_test/tooManyTypeParameters: Crash |
| 679 async_return_types_test/wrongReturnType: Crash |
| 680 async_return_types_test/wrongTypeParameter: Crash |
| 681 async_star_cancel_and_throw_in_finally_test: Crash |
| 682 async_star_cancel_while_paused_test: Crash |
| 683 async_star_no_cancel2_test: Crash |
| 684 async_star_no_cancel_test: Crash |
| 685 async_star_pause_test: Crash |
| 686 async_star_regression_2238_test: Crash |
| 687 async_star_regression_23116_test: Crash |
| 688 async_star_regression_fisk_test: Crash |
| 689 async_star_stream_take_test: Crash |
| 690 async_star_take_reyield_test: Crash |
542 async_star_test: Crash | 691 async_star_test: Crash |
543 async_switch_test/none: Crash | 692 async_switch_test/none: Crash |
544 async_switch_test/withDefault: Crash | 693 async_switch_test/withDefault: Crash |
545 async_test/none: Crash | 694 async_test/none: Crash |
546 async_test/type-mismatch1: Crash | 695 async_test/type-mismatch1: Crash |
547 async_test/type-mismatch2: Crash | 696 async_test/type-mismatch2: Crash |
548 async_test/type-mismatch3: Crash | 697 async_test/type-mismatch3: Crash |
549 async_test/type-mismatch4: Crash | 698 async_test/type-mismatch4: Crash |
550 async_this_bound_test: Crash | 699 async_this_bound_test: Crash |
551 async_throw_in_catch_test/forceAwait: Crash | 700 async_throw_in_catch_test/forceAwait: Crash |
(...skipping 1487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2039 unnamed_closure_test: RuntimeError | 2188 unnamed_closure_test: RuntimeError |
2040 unresolved_default_constructor_test/01: Crash | 2189 unresolved_default_constructor_test/01: Crash |
2041 value_range2_test: Crash | 2190 value_range2_test: Crash |
2042 value_range3_test: Crash | 2191 value_range3_test: Crash |
2043 value_range_test: Crash | 2192 value_range_test: Crash |
2044 variable_declaration_metadata_test/none: Crash | 2193 variable_declaration_metadata_test/none: Crash |
2045 void_type_test: Crash | 2194 void_type_test: Crash |
2046 yieldstar_pause_test: Crash | 2195 yieldstar_pause_test: Crash |
2047 | 2196 |
2048 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke
d ] | 2197 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke
d ] |
| 2198 assertion_initializer_const_function_test/01: Crash |
| 2199 assign_instance_method_negative_test: Crash |
| 2200 async_await_syntax_test/d04a: Crash |
| 2201 async_await_syntax_test/d07a: Crash |
| 2202 async_await_syntax_test/d08a: Crash |
| 2203 async_await_syntax_test/d08b: Crash |
| 2204 async_await_syntax_test/d08c: Crash |
2049 bad_override_test/04: Crash | 2205 bad_override_test/04: Crash |
2050 bailout3_test: Crash | 2206 bailout3_test: Crash |
2051 bailout5_test: Crash | 2207 bailout5_test: Crash |
2052 bailout6_test: Crash | 2208 bailout6_test: Crash |
2053 bailout7_test: Crash | 2209 bailout7_test: Crash |
2054 call_property_test: Crash | 2210 call_property_test: Crash |
2055 cascade_in_expression_function_test: Crash | 2211 cascade_in_expression_function_test: Crash |
2056 class_literal_test/none: Crash | 2212 class_literal_test/none: Crash |
2057 class_syntax2_test: Crash | 2213 class_syntax2_test: Crash |
2058 class_test: Crash | 2214 class_test: Crash |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2334 type_variable_field_initializer_closure2_test: Crash | 2490 type_variable_field_initializer_closure2_test: Crash |
2335 type_variable_field_initializer_closure_test: Crash | 2491 type_variable_field_initializer_closure_test: Crash |
2336 type_variable_initializer_test: Crash | 2492 type_variable_initializer_test: Crash |
2337 type_variable_typedef_test: Crash | 2493 type_variable_typedef_test: Crash |
2338 typed_selector2_test: Crash | 2494 typed_selector2_test: Crash |
2339 unnamed_closure_test: Crash | 2495 unnamed_closure_test: Crash |
2340 wrong_number_type_arguments_test/00: Crash | 2496 wrong_number_type_arguments_test/00: Crash |
2341 wrong_number_type_arguments_test/02: Crash | 2497 wrong_number_type_arguments_test/02: Crash |
2342 | 2498 |
2343 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] | 2499 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] |
| 2500 assert_assignable_type_test: Crash |
| 2501 assert_with_type_test_or_cast_test: Crash |
| 2502 assertion_initializer_const_error_test/none: Crash |
| 2503 assertion_initializer_const_function_error_test/none: Crash |
| 2504 assertion_initializer_const_function_test/01: Crash |
| 2505 assertion_initializer_const_function_test/none: Crash |
| 2506 assign_instance_method_negative_test: Crash |
| 2507 assign_op_test: Crash |
| 2508 assign_static_type_test/03: Crash |
| 2509 assign_static_type_test/04: Crash |
| 2510 assignable_expression_test/none: Crash |
| 2511 async_await_syntax_test/a04a: Crash |
| 2512 async_await_syntax_test/a04c: Crash |
| 2513 async_await_syntax_test/a07a: Crash |
| 2514 async_await_syntax_test/a08a: Crash |
| 2515 async_await_syntax_test/a11b: Crash |
| 2516 async_await_syntax_test/b04a: Crash |
| 2517 async_await_syntax_test/b07a: Crash |
| 2518 async_await_syntax_test/b08a: Crash |
| 2519 async_await_syntax_test/b11b: Crash |
| 2520 async_await_syntax_test/b13a: Crash |
| 2521 async_await_syntax_test/b13c: Crash |
| 2522 async_await_syntax_test/b14a: Crash |
| 2523 async_await_syntax_test/b14c: Crash |
| 2524 async_await_syntax_test/d04a: Crash |
| 2525 async_await_syntax_test/d07a: Crash |
| 2526 async_await_syntax_test/d08a: Crash |
| 2527 async_await_syntax_test/d08b: Crash |
| 2528 async_await_syntax_test/d08c: Crash |
2344 bad_constructor_test/05: Crash | 2529 bad_constructor_test/05: Crash |
2345 bad_constructor_test/none: Crash | 2530 bad_constructor_test/none: Crash |
2346 bad_override_test/01: Crash | 2531 bad_override_test/01: Crash |
2347 bad_override_test/02: Crash | 2532 bad_override_test/02: Crash |
2348 bad_override_test/03: Crash | 2533 bad_override_test/03: Crash |
2349 bad_override_test/04: Crash | 2534 bad_override_test/04: Crash |
2350 bad_override_test/05: Crash | 2535 bad_override_test/05: Crash |
2351 bad_override_test/06: Crash | 2536 bad_override_test/06: Crash |
2352 bad_override_test/none: Crash | 2537 bad_override_test/none: Crash |
2353 bad_typedef_test/none: Crash | 2538 bad_typedef_test/none: Crash |
(...skipping 1388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3742 var_init_test: Crash | 3927 var_init_test: Crash |
3743 void_check_test: Crash | 3928 void_check_test: Crash |
3744 while_test: Crash | 3929 while_test: Crash |
3745 wrong_number_type_arguments_test/00: Crash | 3930 wrong_number_type_arguments_test/00: Crash |
3746 wrong_number_type_arguments_test/01: Crash | 3931 wrong_number_type_arguments_test/01: Crash |
3747 wrong_number_type_arguments_test/02: Crash | 3932 wrong_number_type_arguments_test/02: Crash |
3748 wrong_number_type_arguments_test/none: Crash | 3933 wrong_number_type_arguments_test/none: Crash |
3749 | 3934 |
3750 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] | 3935 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] |
3751 *: Skip # Issue 29626 | 3936 *: Skip # Issue 29626 |
OLD | NEW |