File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ deferred/*: Skip # Issue 17458
6161deferred_fail_and_retry_test: SkipByDesign # Uses eval to simulate failed loading.
6262deferred_fail_and_retry_worker_test: SkipByDesign # Uses eval to simulate failed loading.
6363
64+ [ $host_checked && $compiler == dart2js && $cps_ir ]
65+ 21724_test: Crash # Please triage this failure.
66+ identical_trace_test: Crash # Please triage this failure.
67+ regress/4515_3_test: Crash # Please triage this failure.
68+
6469[ $compiler == dart2js && $cps_ir ]
657012320_test: Crash # Unhandled node
667116407_test: Pass # Please triage this failure.
Original file line number Diff line number Diff line change @@ -760,6 +760,7 @@ optimized_string_charcodeat_test: Crash # Instance of 'TypeOperator': type check
760760overridden_no_such_method_test: RuntimeError # Please triage this failure.
761761phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandled node
762762prefix16_test: Crash # Instance of 'TypeOperator': type check unimplemented for myFunc.
763+ prefix_unqualified_invocation_test_02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
763764private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
764765private_access_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
765766private_access_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
You can’t perform that action at this time.
0 commit comments