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 |