Skip to content

Commit

Permalink
Mark tests as failing on dart2js-cps_ir.
Browse files Browse the repository at this point in the history
R=kmillikin@google.com
TBR=kmillikin@google.com

Review URL: https://codereview.chromium.org//1172793006.
  • Loading branch information
karlklose committed Jun 10, 2015
1 parent 97ed10e commit 6a85394
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/compiler/dart2js_extra/dart2js_extra.status
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ deferred/*: Skip # Issue 17458
deferred_fail_and_retry_test: SkipByDesign # Uses eval to simulate failed loading.
deferred_fail_and_retry_worker_test: SkipByDesign # Uses eval to simulate failed loading.

[ $host_checked && $compiler == dart2js && $cps_ir ]
21724_test: Crash # Please triage this failure.
identical_trace_test: Crash # Please triage this failure.
regress/4515_3_test: Crash # Please triage this failure.

[ $compiler == dart2js && $cps_ir ]
12320_test: Crash # Unhandled node
16407_test: Pass # Please triage this failure.
Expand Down
1 change: 1 addition & 0 deletions tests/language/language_dart2js.status
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ optimized_string_charcodeat_test: Crash # Instance of 'TypeOperator': type check
overridden_no_such_method_test: RuntimeError # Please triage this failure.
phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandled node
prefix16_test: Crash # Instance of 'TypeOperator': type check unimplemented for myFunc.
prefix_unqualified_invocation_test_02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
private_access_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
private_access_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
Expand Down

0 comments on commit 6a85394

Please sign in to comment.