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

Unified Diff: tests/language/language.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: Address comments Created 5 years, 10 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
« no previous file with comments | « tests/language/await_not_started_immediately_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index acad979621d6838e5ce894ba27ebab35406a0456..3a8c5230c61b24af5b7b0b8cc0beacede5f526dd 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -7,6 +7,9 @@
[ $compiler == none ]
built_in_identifier_prefix_test: Fail # Issue 6970
+await_for_cancel_test: RuntimeError # Issue 21404
+asyncstar_yield_test: CompileTimeError # Issue 21404
+asyncstar_yieldstar_test: CompileTimeError # Issue 21404
# These bugs refer currently ongoing language discussions.
constructor_initializer_test/none: Fail # Issue 12633
« no previous file with comments | « tests/language/await_not_started_immediately_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698