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

Unified Diff: tests/language/language_dart2js.status

Issue 847123002: Fix status files to allow async-await tests to run on non-vm (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 884a738c62c9a1529f7ae0675e097fcd9fd7dd32..a6acb96550353abbbe8518c4933dcbba05d8ac07 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -5,6 +5,21 @@
[ $compiler == dart2js && $csp && $browser ]
deferred_mixin_test: RuntimeError # Issue 21863
+[ $compiler == dart2js ]
+async_control_structures_test: CompileTimeError # Issue 21411
+async_test/none: CompileTimeError # Issue 21411
+async_test/type-mismatch1: CompileTimeError # Issue 21411
+async_test/type-mismatch2: CompileTimeError # Issue 21411
+async_test/type-mismatch3: CompileTimeError # Issue 21411
+async_test/type-mismatch4: 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
+
[ $compiler == dart2js || $compiler == dart2dart ]
symbol_literal_test/*: Fail # Issue 21825
constructor_duplicate_final_test/01: Fail # Issue 13363
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698