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

Unified Diff: tests/language/language.status

Issue 944893005: Implement async* functions in VM (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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 | « runtime/vm/symbols.h ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 44183)
+++ tests/language/language.status (working copy)
@@ -8,9 +8,6 @@
[ $compiler == none ]
built_in_identifier_prefix_test: Fail # Issue 6970
await_for_cancel_test: RuntimeError # Issue 21404
-asyncstar_yield_test: Fail # Issue 21404
-asyncstar_yieldstar_test: Fail # Issue 21404
-asyncstar_concat_test: Fail # Issue 21404
# These bugs refer currently ongoing language discussions.
constructor_initializer_test/none: Fail # Issue 12633
@@ -44,26 +41,10 @@
cyclic_type2_test: Fail, OK
least_upper_bound_expansive_test/*: Fail, OK
-async_await_syntax_test/a09a: CompileTimeError # Issue 21404
-async_await_syntax_test/a10a: CompileTimeError # Issue 21404
-async_await_syntax_test/b09a: CompileTimeError # Issue 21404
-async_await_syntax_test/b10a: CompileTimeError # Issue 21404
-async_await_syntax_test/c09a: CompileTimeError # Issue 21404
-async_await_syntax_test/c10a: CompileTimeError # Issue 21404
-async_await_syntax_test/d09a: CompileTimeError # Issue 21404
-async_await_syntax_test/d10a: CompileTimeError # Issue 21404
-
[ $compiler == none || ($compiler == dart2dart && $builder_tag != new_backend) ]
async_finally_rethrow_test: RuntimeError # Issue 22595.
async_throw_in_catch_test: Crash, RuntimeError # Issue 21404 or it could be a test error
-asyncstar_throw_in_catch_test: CompileTimeError # Issue 21404
-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
-async_await_syntax_test/c03a: CompileTimeError # Issue 21404
-async_await_syntax_test/d03a: CompileTimeError # Issue 21404
+asyncstar_throw_in_catch_test: RuntimeError # Issue 21404
sync_generator3_test/test2: Fail # Issue 22300
[ $compiler == none && ($runtime == drt || $runtime == dartium|| $runtime == ContentShellOnAndroid) ]
« no previous file with comments | « runtime/vm/symbols.h ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698