Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: tests/compiler/dart2js_extra/dart2js_extra.status

Issue 1181613003: Update dart2js-cps_ir test expectations with better annotations. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/compiler/dart2js_extra/dart2js_extra.status
diff --git a/tests/compiler/dart2js_extra/dart2js_extra.status b/tests/compiler/dart2js_extra/dart2js_extra.status
index 8aaf760d80641e403f0f197826be781f6075cb80..6be2f96f5f85b3579f9f3af11db2011a39dee43e 100644
--- a/tests/compiler/dart2js_extra/dart2js_extra.status
+++ b/tests/compiler/dart2js_extra/dart2js_extra.status
@@ -65,17 +65,17 @@ deferred_fail_and_retry_worker_test: SkipByDesign # Uses eval to simulate failed
21724_test: Crash # Please triage this failure.
[ $compiler == dart2js && $cps_ir ]
-12320_test: Crash # Unhandled node
+12320_test: Crash # (switch (x){case 0:l... Unhandled node
16407_test: Pass # Please triage this failure.
17094_test: RuntimeError # Please triage this failure.
21666_test: Crash # Instance of 'TypeOperator': type check unimplemented for fInt.
-22868_test: Crash # cannot handle async/sync*/async* functions
-22895_test: Crash # cannot handle async/sync*/async* functions
+22868_test: Crash # (main()async{var clo... cannot handle async/sync*/async* functions
+22895_test: Crash # (main()async{var clo... cannot handle async/sync*/async* functions
22917_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
23264_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
23486_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-async_stacktrace_test/asyncStar: Crash # cannot handle async/sync*/async* functions
-async_stacktrace_test/none: Crash # cannot handle async/sync*/async* functions
+async_stacktrace_test/asyncStar: Crash # (runTests()async{awa... cannot handle async/sync*/async* functions
+async_stacktrace_test/none: Crash # (runTests()async{awa... cannot handle async/sync*/async* functions
bailout8_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
bound_closure_interceptor_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for IntToT<String>.
checked_accessor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.

Powered by Google App Engine
This is Rietveld 408576698