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

Unified Diff: tests/lib/lib.status

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 1 month 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/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index d1ff673f4ce613cb8f89957062cbe7ac8eebe28b..4f59dc97d837e56acb4a613f9065844826be3658 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -5,6 +5,10 @@
# Only meant to test when there is no way to implement Timer.
async/timer_not_available_test: Fail, OK
+# Fail due to missing async-await implementation
+async/async_await_sync_completer_test: RuntimeError
+async/async_await_zones_test: RuntimeError
+
# Fail because we do not generate stack trace objects.
async/futures_test: Fail
async/stack_trace02_test: Fail
@@ -34,6 +38,7 @@ async/stream_periodic2_test: CompileTimeError
async/stream_periodic3_test: CompileTimeError
async/stream_periodic4_test: CompileTimeError
async/stream_periodic5_test: CompileTimeError
+async/stream_periodic6_test: CompileTimeError
async/stream_periodic_test: CompileTimeError
async/stream_single_test: CompileTimeError
async/stream_single_to_multi_subscriber_test: CompileTimeError

Powered by Google App Engine
This is Rietveld 408576698