Skip to content

Commit 6a85394

Browse files
committed
Mark tests as failing on dart2js-cps_ir.
[email protected] [email protected] Review URL: https://codereview.chromium.org//1172793006.
1 parent 97ed10e commit 6a85394

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/compiler/dart2js_extra/dart2js_extra.status

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ deferred/*: Skip # Issue 17458
6161
deferred_fail_and_retry_test: SkipByDesign # Uses eval to simulate failed loading.
6262
deferred_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 ]
6570
12320_test: Crash # Unhandled node
6671
16407_test: Pass # Please triage this failure.

tests/language/language_dart2js.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@ optimized_string_charcodeat_test: Crash # Instance of 'TypeOperator': type check
760760
overridden_no_such_method_test: RuntimeError # Please triage this failure.
761761
phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandled node
762762
prefix16_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.
763764
private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
764765
private_access_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
765766
private_access_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.

0 commit comments

Comments
 (0)