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

Unified Diff: tests/language/language.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/async_test.dart ('k') | tests/language/language_analyzer.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 ae6e77624647d3f63575d51e2925696eb6377695..f0019bff68893b72ff794e2b0cf0187ce427f896 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -17,30 +17,21 @@ closure_in_initializer_test: Fail # Issue 6422
# Regular bugs which should be fixed.
duplicate_export_negative_test: Fail # Issue 6134
-[ $runtime != vm ]
-# Async/await is currently only supported by the vm.
-async_test/*: Skip
-async_control_structures_test: Skip
-await_test: Skip
-await_regression_test: Skip
-await_for_test: Skip
-await_future_test: Skip
-await_nonfuture_test: Skip
-await_exceptions_test: Skip
-await_backwards_compatibility_test/*: Skip
-vm/optimized_await_regress_test: Skip
-
[ $compiler == dart2dart]
-# Async/await not yet supported in dart2dart.
-async_test/*: Skip
-async_control_structures_test: Skip
-await_test: Skip
-await_regression_test: Skip
-await_for_test: Skip
-await_future_test: Skip
-await_nonfuture_test: Skip
-await_exceptions_test: Skip
-await_backwards_compatibility_test/*: Skip
+async_control_structures_test: CompileTimeError # Issue 22051
+async_test/none: CompileTimeError # Issue 22051
+async_test/type-mismatch1: CompileTimeError # Issue 22051
+async_test/type-mismatch2: CompileTimeError # Issue 22051
+async_test/type-mismatch3: CompileTimeError # Issue 22051
+async_test/type-mismatch4: CompileTimeError # Issue 22051
+await_backwards_compatibility_test/none: CompileTimeError # Issue 22051
+await_exceptions_test: CompileTimeError # Issue 22051
+await_for_test: CompileTimeError # Issue 22051
+await_future_test: CompileTimeError # Issue 22051
+await_nonfuture_test: CompileTimeError # Issue 22051
+await_regression_test: CompileTimeError # Issue 22051
+await_test: CompileTimeError # Issue 22051
+
deferred_load_library_wrong_args_test/none: Fail # Issue 17523
deferred_load_inval_code_test: Fail # Issue 17523
deferred_not_loaded_check_test: Fail # Issue 17523
« no previous file with comments | « tests/language/async_test.dart ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698