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

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: Update status files 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 bdcce85728a1f5cfecb1b9948abc1998be42cbfb..ccb7fe1f7ae5d7b04623aaac9d847eafad4ccf26 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
@@ -52,6 +57,9 @@ async/timer_isActive_test: CompileTimeError
async/timer_repeat_test: CompileTimeError
async/timer_test: CompileTimeError
+# No dart:js implementation.
+async/dart2js_uncaught_error_test: Skip
+
# These tests fail because they use is checks requiring reified
# generics.
async/future_test/01: RuntimeError # is! Future<String>

Powered by Google App Engine
This is Rietveld 408576698