| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index d1ff673f4ce613cb8f89957062cbe7ac8eebe28b..8f688c0c1ef596564129cd61f92b3529c3095c04 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
|
| +
|
| # Unknown failures, need triaging.
|
| async/catch_errors16_test: Skip
|
| async/catch_errors17_test: Skip
|
|
|