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

Unified Diff: tests/language/language.status

Issue 2734143002: Add test for cancel-future being awaited after an `await for`. (Closed)
Patch Set: Move some status to language_kernel.status Created 3 years, 9 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 91dff9d0b9fa08ae0d6fb3655998268fe4ba2cac..478984a317abdedb51dc591bea6487307e2ae9c1 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -313,3 +313,6 @@ closure_cycles_test: Pass, Crash
[$compiler == dart2analyzer]
vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
config_import_corelib_test: StaticWarning, OK
+
+[ $runtime == vm && ($compiler == none || $compiler == app_jit) ]]
+await_for_test: RuntimeError # issue 28974

Powered by Google App Engine
This is Rietveld 408576698