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

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: 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.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 9bd5f58fa9d114e821d4574e33f376b7f59f06d4..49e4e05a487332aafb4cc4fe3bae9081c1209911 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
+syncstar_yield_test: CompileTimeError # Issue 21404
+syncstar_yieldstar_test: CompileTimeError # Issue 21404
# These bugs refer currently ongoing language discussions.
constructor_initializer_test/none: Fail # Issue 12633

Powered by Google App Engine
This is Rietveld 408576698