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

Unified Diff: tests/language/language_dart2js.status

Issue 912293004: Let the CPS ir builder bail out when given a non-sync function. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Also giveup on nested async-functions, and update status files. 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 | « pkg/compiler/lib/src/cps_ir/cps_ir_builder_visitor.dart ('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 40de933aa390645e0581956a2fed8c40ba22d938..1346d083d8449192e5929e5645e7e6e97962e829 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -194,18 +194,14 @@ closure_call_wrong_argument_count_negative_test: Skip
label_test: Skip
[ $compiler == dart2dart && $builder_tag == new_backend ]
-await_for_test: RuntimeError # Issue 22051
-await_regression_test: RuntimeError # Issue 22051
-async_await_syntax_test/a06a: RuntimeError # Issue 22051
-async_await_syntax_test/b06a: RuntimeError # Issue 22051
-async_await_syntax_test/c06a: RuntimeError # Issue 22051
-async_await_syntax_test/d06a: RuntimeError # Issue 22051
-async_control_structures_test: RuntimeError # Issue 22051
-async_test/none: RuntimeError # Issue 22051
-async_test/type-mismatch1: RuntimeError # Issue 22051
-async_test/type-mismatch2: RuntimeError # Issue 22051
-async_test/type-mismatch3: RuntimeError # Issue 22051
-async_test/type-mismatch4: RuntimeError # Issue 22051
+async_await_syntax_test/a03a: CompileTimeError # Issue 21404
+async_await_syntax_test/a03b: CompileTimeError # Issue 21404
+async_await_syntax_test/a11d: CompileTimeError # Issue 21404
+async_await_syntax_test/b03a: CompileTimeError # Issue 21404
+async_await_syntax_test/b11d: CompileTimeError # Issue 21404
+sync_generator3_test/test2: RuntimeError # Issue 21404
+async_await_syntax_test/c03a: CompileTimeError # Issue 21404
+async_await_syntax_test/d03a: CompileTimeError # Issue 21404
[ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ]
# This test fails in minified, because the type-argument is
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/cps_ir_builder_visitor.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698