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

Unified Diff: tests/language/language_dart2js.status

Issue 839323003: Implementation of async-await transformation on js ast. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Implement new ssa-nodes in ssa-tracer. Created 5 years, 11 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/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 3b017efb908132ab4cc370dbbc39ac3709397b70..c4e222c58031c420b35898acabaa7ce7310e7406 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -6,15 +6,7 @@
deferred_mixin_test: RuntimeError # Issue 21863
[ $compiler == dart2js ]
-async_control_structures_test: CompileTimeError # Issue 21411
-async_test/none: CompileTimeError # Issue 21411
-await_backwards_compatibility_test/none: CompileTimeError # Issue 21411
-await_exceptions_test: CompileTimeError # Issue 21411
-await_for_test: CompileTimeError # Issue 21411
-await_future_test: CompileTimeError # Issue 21411
-await_nonfuture_test: CompileTimeError # Issue 21411
-await_regression_test: CompileTimeError # Issue 21411
-await_test: CompileTimeError # Issue 21411
+async_test/none: CompileTimeError # Issue 22184
floitsch 2015/02/02 22:00:12 I have reviewed a CL. Make sure this isn't already
sigurdm 2015/02/03 16:59:33 Done.
[ $compiler == dart2js && $unchecked ]
async_test/type-mismatch1: CompileTimeError # Issue 21411

Powered by Google App Engine
This is Rietveld 408576698