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 | |
11 enum_test: Fail # Issue 28340 | 10 enum_test: Fail # Issue 28340 |
12 regress_28341_test: Fail # Issue 28340 | 11 regress_28341_test: Fail # Issue 28340 |
13 regress_29349_test: CompileTimeError # Issue 29745 | 12 regress_29349_test: CompileTimeError # Issue 29745 |
14 regress_29481_test: Crash # Issue 29754 | 13 regress_29481_test: Crash # Issue 29754 |
15 deferred_not_loaded_check_test: Fail # Issue 27577 | 14 deferred_not_loaded_check_test: Fail # Issue 27577 |
16 getter_setter_in_lib_test: Fail # Issue 23288 | 15 getter_setter_in_lib_test: Fail # Issue 23288 |
17 method_name_test: Fail # issue 25574 | 16 method_name_test: Fail # issue 25574 |
18 setter4_test: CompileTimeError # issue 13639 | 17 setter4_test: CompileTimeError # issue 13639 |
19 | 18 |
20 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 19 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
(...skipping 22 matching lines...) Expand all Loading... |
43 bad_typedef_test/00: Crash # Issue 28214 | 42 bad_typedef_test/00: Crash # Issue 28214 |
44 generic_function_typedef2_test/00: Crash # Issue 28214 | 43 generic_function_typedef2_test/00: Crash # Issue 28214 |
45 generic_function_typedef2_test/01: Crash # Issue 28214 | 44 generic_function_typedef2_test/01: Crash # Issue 28214 |
46 generic_function_typedef2_test/02: Crash # Issue 28214 | 45 generic_function_typedef2_test/02: Crash # Issue 28214 |
47 generic_function_typedef2_test/03: Crash # Issue 28214 | 46 generic_function_typedef2_test/03: Crash # Issue 28214 |
48 generic_function_typedef2_test/05: Crash # Issue 28214 | 47 generic_function_typedef2_test/05: Crash # Issue 28214 |
49 generic_function_typedef2_test/06: Crash # Issue 28214 | 48 generic_function_typedef2_test/06: Crash # Issue 28214 |
50 | 49 |
51 stacktrace_demangle_ctors_test: Fail # dart2js stack traces are not always compl
iant. | 50 stacktrace_demangle_ctors_test: Fail # dart2js stack traces are not always compl
iant. |
52 | 51 |
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 | |
66 generalized_void_syntax_test: CompileTimeError # Issue #30176. | 52 generalized_void_syntax_test: CompileTimeError # Issue #30176. |
67 | 53 |
68 [ $compiler == dart2js && $fast_startup && ! $dart2js_with_kernel ] | 54 [ $compiler == dart2js && $fast_startup && ! $dart2js_with_kernel ] |
69 const_evaluation_test/*: Fail # mirrors not supported | 55 const_evaluation_test/*: Fail # mirrors not supported |
70 deferred_constraints_constants_test/none: Fail # mirrors not supported | 56 deferred_constraints_constants_test/none: Fail # mirrors not supported |
71 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported | 57 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported |
72 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason | 58 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason |
73 enum_mirror_test: Fail # mirrors not supported | 59 enum_mirror_test: Fail # mirrors not supported |
74 field_increment_bailout_test: Fail # mirrors not supported | 60 field_increment_bailout_test: Fail # mirrors not supported |
75 instance_creation_in_function_annotation_test: Fail # mirrors not supported | 61 instance_creation_in_function_annotation_test: Fail # mirrors not supported |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 type_checks_in_factory_method_test: RuntimeError # Issue 12746 | 180 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
195 generic_test: RuntimeError, OK | 181 generic_test: RuntimeError, OK |
196 map_literal4_test: RuntimeError, OK # Checked mode required. | 182 map_literal4_test: RuntimeError, OK # Checked mode required. |
197 named_parameters_type_test/01: MissingRuntimeError, OK | 183 named_parameters_type_test/01: MissingRuntimeError, OK |
198 named_parameters_type_test/02: MissingRuntimeError, OK | 184 named_parameters_type_test/02: MissingRuntimeError, OK |
199 named_parameters_type_test/03: MissingRuntimeError, OK | 185 named_parameters_type_test/03: MissingRuntimeError, OK |
200 positional_parameters_type_test/01: MissingRuntimeError, OK | 186 positional_parameters_type_test/01: MissingRuntimeError, OK |
201 positional_parameters_type_test/02: MissingRuntimeError, OK | 187 positional_parameters_type_test/02: MissingRuntimeError, OK |
202 issue13474_test: RuntimeError, OK | 188 issue13474_test: RuntimeError, OK |
203 | 189 |
204 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel ] | |
205 assertion_test: RuntimeError # Issue 12748 | |
206 | |
207 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne
l ] | 190 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne
l ] |
208 bool_check_test: RuntimeError # Issue 29647 | 191 bool_check_test: RuntimeError # Issue 29647 |
209 | 192 |
210 [ $compiler == dart2js && ! $checked && $minified && ! $dart2js_with_kernel ] | 193 [ $compiler == dart2js && ! $checked && $minified && ! $dart2js_with_kernel ] |
211 f_bounded_quantification5_test: Fail, OK # Issue 12605 | 194 f_bounded_quantification5_test: Fail, OK # Issue 12605 |
212 | 195 |
213 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] | 196 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] |
214 cyclic_type_test/0*: Fail # Issue 12605 | 197 cyclic_type_test/0*: Fail # Issue 12605 |
215 cyclic_type2_test: Fail # Issue 12605 | 198 cyclic_type2_test: Fail # Issue 12605 |
216 f_bounded_quantification4_test: Fail, Pass # Issue 12605 | 199 f_bounded_quantification4_test: Fail, Pass # Issue 12605 |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 regress_26855_test/1: Crash # Issue 26867 | 289 regress_26855_test/1: Crash # Issue 26867 |
307 regress_26855_test/2: Crash # Issue 26867 | 290 regress_26855_test/2: Crash # Issue 26867 |
308 regress_26855_test/3: Crash # Issue 26867 | 291 regress_26855_test/3: Crash # Issue 26867 |
309 regress_26855_test/4: Crash # Issue 26867 | 292 regress_26855_test/4: Crash # Issue 26867 |
310 | 293 |
311 [ $compiler != dart2analyzer] | 294 [ $compiler != dart2analyzer] |
312 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status | 295 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status |
313 | 296 |
314 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | 297 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] |
315 constants_test/01: Crash | 298 constants_test/01: Crash |
316 abstract_beats_arguments_test: RuntimeError # Issue 27394 | |
317 abstract_runtime_error_test/01: RuntimeError # Issue 27394 | |
318 abstract_runtime_error_test/02: RuntimeError # Issue 27394 | |
319 arithmetic_canonicalization_test: RuntimeError # Issue 27394 | |
320 assertion_initializer_const_error_test/01: Crash | |
321 assertion_initializer_const_function_test/01: Crash | |
322 assign_top_method_test/01: Crash # Issue 27394 | |
323 async_await_syntax_test/a04b: Crash # Issue 27394 | |
324 async_await_syntax_test/a06a: RuntimeError # Issue 27394 | |
325 async_await_syntax_test/a07b: Crash # Issue 27394 | |
326 async_await_syntax_test/a08b: Crash # Issue 27394 | |
327 async_await_syntax_test/b06a: RuntimeError # Issue 27394 | |
328 async_await_syntax_test/c06a: RuntimeError # Issue 27394 | |
329 async_await_syntax_test/d06a: RuntimeError # Issue 27394 | |
330 async_await_test: RuntimeError # Issue 27394 | 299 async_await_test: RuntimeError # Issue 27394 |
331 async_star_pause_test: RuntimeError # Issue 27394 | 300 async_star_pause_test: RuntimeError # Issue 27394 |
332 async_star_regression_fisk_test: RuntimeError # Issue 27394 | 301 async_star_regression_fisk_test: RuntimeError # Issue 27394 |
333 async_star_stream_take_test: RuntimeError # Issue 27394 | 302 async_star_stream_take_test: RuntimeError # Issue 27394 |
334 async_star_take_reyield_test: RuntimeError # Issue 27394 | 303 async_star_take_reyield_test: RuntimeError # Issue 27394 |
335 async_star_test: RuntimeError # Issue 27394 | 304 async_star_test: RuntimeError # Issue 27394 |
336 await_for_test: RuntimeError # Issue 27394 | 305 await_for_test: RuntimeError # Issue 27394 |
337 await_for_use_local_test: RuntimeError # Issue 27394 | 306 await_for_use_local_test: RuntimeError # Issue 27394 |
338 black_listed_test/13c: Crash # Issue 27394 | 307 black_listed_test/13c: Crash # Issue 27394 |
339 black_listed_test/14c: Crash # Issue 27394 | 308 black_listed_test/14c: Crash # Issue 27394 |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
545 function_type/function_type55_test: Crash # Issue 27394 | 514 function_type/function_type55_test: Crash # Issue 27394 |
546 function_type/function_type62_test: Crash # Issue 27394 | 515 function_type/function_type62_test: Crash # Issue 27394 |
547 function_type/function_type63_test: Crash # Issue 27394 | 516 function_type/function_type63_test: Crash # Issue 27394 |
548 function_type/function_type6_test: Crash # Issue 27394 | 517 function_type/function_type6_test: Crash # Issue 27394 |
549 function_type/function_type7_test: Crash # Issue 27394 | 518 function_type/function_type7_test: Crash # Issue 27394 |
550 function_type/function_type98_test: Crash # Issue 27394 | 519 function_type/function_type98_test: Crash # Issue 27394 |
551 function_type/function_type99_test: Crash # Issue 27394 | 520 function_type/function_type99_test: Crash # Issue 27394 |
552 generic_function_typedef_test: Crash # Issue 27394 | 521 generic_function_typedef_test: Crash # Issue 27394 |
553 getter_setter_in_lib_test: Crash # Issue 27394 | 522 getter_setter_in_lib_test: Crash # Issue 27394 |
554 | 523 |
555 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] | |
556 assertion_initializer_const_function_test/none: RuntimeError | |
557 | |
558 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && ! $dar
t2js_with_kernel ] | 524 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && ! $dar
t2js_with_kernel ] |
559 conditional_method_invocation_test/02: Crash # Issue 27394 | 525 conditional_method_invocation_test/02: Crash # Issue 27394 |
560 conditional_method_invocation_test/04: Crash # Issue 27394 | 526 conditional_method_invocation_test/04: Crash # Issue 27394 |
561 conditional_method_invocation_test/06: Crash # Issue 27394 | 527 conditional_method_invocation_test/06: Crash # Issue 27394 |
562 const_types_test/23: Crash # Issue 27394 | 528 const_types_test/23: Crash # Issue 27394 |
563 const_types_test/24: Crash # Issue 27394 | 529 const_types_test/24: Crash # Issue 27394 |
564 const_types_test/25: Crash # Issue 27394 | 530 const_types_test/25: Crash # Issue 27394 |
565 const_types_test/26: Crash # Issue 27394 | 531 const_types_test/26: Crash # Issue 27394 |
566 const_types_test/27: Crash # Issue 27394 | 532 const_types_test/27: Crash # Issue 27394 |
567 const_types_test/28: Crash # Issue 27394 | 533 const_types_test/28: Crash # Issue 27394 |
568 const_types_test/29: Crash # Issue 27394 | 534 const_types_test/29: Crash # Issue 27394 |
569 const_types_test/30: Crash # Issue 27394 | 535 const_types_test/30: Crash # Issue 27394 |
570 const_types_test/41: Crash # Issue 27394 | 536 const_types_test/41: Crash # Issue 27394 |
571 deferred_global_test: Crash # Issue 27394 | 537 deferred_global_test: Crash # Issue 27394 |
572 factory6_test/00: Crash # Issue 27394 | 538 factory6_test/00: Crash # Issue 27394 |
573 factory_redirection_test/01: Crash # Issue 27394 | 539 factory_redirection_test/01: Crash # Issue 27394 |
574 factory_redirection_test/02: Crash # Issue 27394 | 540 factory_redirection_test/02: Crash # Issue 27394 |
575 factory_redirection_test/03: Crash # Issue 27394 | 541 factory_redirection_test/03: Crash # Issue 27394 |
576 named_parameters_test/01: Crash # Issue 27394 | 542 named_parameters_test/01: Crash # Issue 27394 |
577 named_parameters_test/03: Crash # Issue 27394 | 543 named_parameters_test/03: Crash # Issue 27394 |
578 named_parameters_test/05: Crash # Issue 27394 | 544 named_parameters_test/05: Crash # Issue 27394 |
579 named_parameters_test/07: Crash # Issue 27394 | 545 named_parameters_test/07: Crash # Issue 27394 |
580 named_parameters_test/09: Crash # Issue 27394 | 546 named_parameters_test/09: Crash # Issue 27394 |
581 | 547 |
582 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] | 548 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] |
583 abstract_method_test: Crash | |
584 abstract_object_method_test: Crash | |
585 abstract_runtime_error_test/01: Crash | |
586 abstract_runtime_error_test/02: Crash | |
587 arg_param_trailing_comma_test/none: Crash | |
588 arithmetic2_test: Crash | |
589 arithmetic_test: Crash | |
590 assert_message_test: Crash | |
591 assert_trailing_comma_test/none: CompileTimeError | |
592 assertion_initializer_const_error2_test/cc02: Crash | |
593 assertion_initializer_const_error2_test/none: CompileTimeError | |
594 assertion_initializer_const_function_error_test/01: Crash | |
595 assertion_initializer_test: CompileTimeError | |
596 assertion_test: Crash | |
597 assign_to_type_test/01: Crash | |
598 assign_to_type_test/02: Crash | |
599 assign_to_type_test/03: Crash | |
600 assign_to_type_test/04: Crash | |
601 assign_top_method_test/01: Crash | |
602 async_and_or_test: Crash | |
603 async_await_catch_regression_test: Crash | |
604 async_await_syntax_test/a01a: Crash | |
605 async_await_syntax_test/a02a: Crash | |
606 async_await_syntax_test/a03a: Crash | |
607 async_await_syntax_test/a03b: Crash | |
608 async_await_syntax_test/a04a: RuntimeError | |
609 async_await_syntax_test/a04c: RuntimeError | |
610 async_await_syntax_test/a05a: Crash | |
611 async_await_syntax_test/a05b: Crash | |
612 async_await_syntax_test/a05c: Crash | |
613 async_await_syntax_test/a05e: Crash | |
614 async_await_syntax_test/a06a: Crash | |
615 async_await_syntax_test/a07a: RuntimeError | |
616 async_await_syntax_test/a08a: RuntimeError | |
617 async_await_syntax_test/a09a: Crash | |
618 async_await_syntax_test/a10a: Crash | |
619 async_await_syntax_test/a11b: RuntimeError | |
620 async_await_syntax_test/a11c: Crash | |
621 async_await_syntax_test/a11d: Crash | |
622 async_await_syntax_test/a12g: Crash | |
623 async_await_syntax_test/b01a: Crash | |
624 async_await_syntax_test/b02a: Crash | |
625 async_await_syntax_test/b03a: Crash | |
626 async_await_syntax_test/b04a: RuntimeError | |
627 async_await_syntax_test/b05a: Crash | |
628 async_await_syntax_test/b06a: Crash | |
629 async_await_syntax_test/b07a: RuntimeError | |
630 async_await_syntax_test/b08a: RuntimeError | |
631 async_await_syntax_test/b09a: Crash | |
632 async_await_syntax_test/b10a: Crash | |
633 async_await_syntax_test/b11b: RuntimeError | |
634 async_await_syntax_test/b11c: Crash | |
635 async_await_syntax_test/b11d: Crash | |
636 async_await_syntax_test/b12g: Crash | |
637 async_await_syntax_test/c01a: Crash | |
638 async_await_syntax_test/c02a: Crash | |
639 async_await_syntax_test/c03a: Crash | |
640 async_await_syntax_test/c04a: Crash | |
641 async_await_syntax_test/c05a: Crash | |
642 async_await_syntax_test/c06a: Crash | |
643 async_await_syntax_test/c07a: Crash | |
644 async_await_syntax_test/c08a: Crash | |
645 async_await_syntax_test/c09a: Crash | |
646 async_await_syntax_test/c10a: Crash | |
647 async_await_syntax_test/d01a: Crash | |
648 async_await_syntax_test/d02a: Crash | |
649 async_await_syntax_test/d03a: Crash | |
650 async_await_syntax_test/d04a: RuntimeError | |
651 async_await_syntax_test/d05a: Crash | |
652 async_await_syntax_test/d06a: Crash | |
653 async_await_syntax_test/d07a: RuntimeError | |
654 async_await_syntax_test/d08a: RuntimeError | |
655 async_await_syntax_test/d08b: RuntimeError | |
656 async_await_syntax_test/d08c: RuntimeError | |
657 async_await_syntax_test/d09a: Crash | |
658 async_await_syntax_test/d10a: Crash | |
659 async_await_test: Crash | 549 async_await_test: Crash |
660 async_break_in_finally_test: Crash | 550 async_break_in_finally_test: Crash |
661 async_continue_label_test/await_in_body: Crash | 551 async_continue_label_test/await_in_body: Crash |
662 async_continue_label_test/await_in_condition: Crash | 552 async_continue_label_test/await_in_condition: Crash |
663 async_continue_label_test/await_in_init: Crash | 553 async_continue_label_test/await_in_init: Crash |
664 async_continue_label_test/await_in_update: Crash | 554 async_continue_label_test/await_in_update: Crash |
665 async_continue_label_test/none: Crash | 555 async_continue_label_test/none: Crash |
666 async_control_structures_test: Crash | 556 async_control_structures_test: Crash |
667 async_finally_rethrow_test: Crash | 557 async_finally_rethrow_test: Crash |
668 async_or_generator_return_type_stacktrace_test/01: Crash | 558 async_or_generator_return_type_stacktrace_test/01: Crash |
(...skipping 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2186 unnamed_closure_test: RuntimeError | 2076 unnamed_closure_test: RuntimeError |
2187 unresolved_default_constructor_test/01: Crash | 2077 unresolved_default_constructor_test/01: Crash |
2188 value_range2_test: Crash | 2078 value_range2_test: Crash |
2189 value_range3_test: Crash | 2079 value_range3_test: Crash |
2190 value_range_test: Crash | 2080 value_range_test: Crash |
2191 variable_declaration_metadata_test/none: Crash | 2081 variable_declaration_metadata_test/none: Crash |
2192 void_type_test: Crash | 2082 void_type_test: Crash |
2193 yieldstar_pause_test: Crash | 2083 yieldstar_pause_test: Crash |
2194 | 2084 |
2195 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke
d ] | 2085 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke
d ] |
2196 assertion_initializer_const_function_test/01: Crash | |
2197 assign_instance_method_negative_test: Crash | |
2198 async_await_syntax_test/d04a: Crash | |
2199 async_await_syntax_test/d07a: Crash | |
2200 async_await_syntax_test/d08a: Crash | |
2201 async_await_syntax_test/d08b: Crash | |
2202 async_await_syntax_test/d08c: Crash | |
2203 bad_override_test/04: Crash | 2086 bad_override_test/04: Crash |
2204 bailout3_test: Crash | 2087 bailout3_test: Crash |
2205 bailout5_test: Crash | 2088 bailout5_test: Crash |
2206 bailout6_test: Crash | 2089 bailout6_test: Crash |
2207 bailout7_test: Crash | 2090 bailout7_test: Crash |
2208 call_property_test: Crash | 2091 call_property_test: Crash |
2209 cascade_in_expression_function_test: Crash | 2092 cascade_in_expression_function_test: Crash |
2210 class_literal_test/none: Crash | 2093 class_literal_test/none: Crash |
2211 class_syntax2_test: Crash | 2094 class_syntax2_test: Crash |
2212 class_test: Crash | 2095 class_test: Crash |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2488 type_variable_field_initializer_closure2_test: Crash | 2371 type_variable_field_initializer_closure2_test: Crash |
2489 type_variable_field_initializer_closure_test: Crash | 2372 type_variable_field_initializer_closure_test: Crash |
2490 type_variable_initializer_test: Crash | 2373 type_variable_initializer_test: Crash |
2491 type_variable_typedef_test: Crash | 2374 type_variable_typedef_test: Crash |
2492 typed_selector2_test: Crash | 2375 typed_selector2_test: Crash |
2493 unnamed_closure_test: Crash | 2376 unnamed_closure_test: Crash |
2494 wrong_number_type_arguments_test/00: Crash | 2377 wrong_number_type_arguments_test/00: Crash |
2495 wrong_number_type_arguments_test/02: Crash | 2378 wrong_number_type_arguments_test/02: Crash |
2496 | 2379 |
2497 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] | 2380 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] |
2498 assert_assignable_type_test: Crash | |
2499 assert_with_type_test_or_cast_test: Crash | |
2500 assertion_initializer_const_error_test/none: Crash | |
2501 assertion_initializer_const_function_error_test/none: Crash | |
2502 assertion_initializer_const_function_test/01: Crash | |
2503 assertion_initializer_const_function_test/none: Crash | |
2504 assign_instance_method_negative_test: Crash | |
2505 assign_op_test: Crash | |
2506 assign_static_type_test/03: Crash | |
2507 assign_static_type_test/04: Crash | |
2508 assignable_expression_test/none: Crash | |
2509 async_await_syntax_test/a04a: Crash | |
2510 async_await_syntax_test/a04c: Crash | |
2511 async_await_syntax_test/a07a: Crash | |
2512 async_await_syntax_test/a08a: Crash | |
2513 async_await_syntax_test/a11b: Crash | |
2514 async_await_syntax_test/b04a: Crash | |
2515 async_await_syntax_test/b07a: Crash | |
2516 async_await_syntax_test/b08a: Crash | |
2517 async_await_syntax_test/b11b: Crash | |
2518 async_await_syntax_test/b13a: Crash | |
2519 async_await_syntax_test/b13c: Crash | |
2520 async_await_syntax_test/b14a: Crash | |
2521 async_await_syntax_test/b14c: Crash | |
2522 async_await_syntax_test/d04a: Crash | |
2523 async_await_syntax_test/d07a: Crash | |
2524 async_await_syntax_test/d08a: Crash | |
2525 async_await_syntax_test/d08b: Crash | |
2526 async_await_syntax_test/d08c: Crash | |
2527 bad_constructor_test/05: Crash | 2381 bad_constructor_test/05: Crash |
2528 bad_constructor_test/none: Crash | 2382 bad_constructor_test/none: Crash |
2529 bad_override_test/01: Crash | 2383 bad_override_test/01: Crash |
2530 bad_override_test/02: Crash | 2384 bad_override_test/02: Crash |
2531 bad_override_test/03: Crash | 2385 bad_override_test/03: Crash |
2532 bad_override_test/04: Crash | 2386 bad_override_test/04: Crash |
2533 bad_override_test/05: Crash | 2387 bad_override_test/05: Crash |
2534 bad_override_test/06: Crash | 2388 bad_override_test/06: Crash |
2535 bad_override_test/none: Crash | 2389 bad_override_test/none: Crash |
2536 bad_typedef_test/none: Crash | 2390 bad_typedef_test/none: Crash |
(...skipping 1388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3925 var_init_test: Crash | 3779 var_init_test: Crash |
3926 void_check_test: Crash | 3780 void_check_test: Crash |
3927 while_test: Crash | 3781 while_test: Crash |
3928 wrong_number_type_arguments_test/00: Crash | 3782 wrong_number_type_arguments_test/00: Crash |
3929 wrong_number_type_arguments_test/01: Crash | 3783 wrong_number_type_arguments_test/01: Crash |
3930 wrong_number_type_arguments_test/02: Crash | 3784 wrong_number_type_arguments_test/02: Crash |
3931 wrong_number_type_arguments_test/none: Crash | 3785 wrong_number_type_arguments_test/none: Crash |
3932 | 3786 |
3933 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] | 3787 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] |
3934 *: Skip # Issue 29626 | 3788 *: Skip # Issue 29626 |
OLD | NEW |