| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 9b6683c33c451fd115312691be24d92d5c803a8c..aff944254a017b0d091b4159f9aa3a5ca7f9d382 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -281,6 +281,49 @@ mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a
|
|
|
| async/future_or_strong_test: RuntimeError, OK
|
|
|
| +[ $runtime == vm && $system == fuchsia ]
|
| +# These use package:unittest
|
| +async/first_regression_test: RuntimeError
|
| +async/future_timeout_test: RuntimeError
|
| +async/multiple_timer_test: RuntimeError
|
| +async/schedule_microtask2_test: RuntimeError
|
| +async/schedule_microtask3_test: RuntimeError
|
| +async/schedule_microtask5_test: RuntimeError
|
| +async/stream_controller_async_test: RuntimeError
|
| +async/stream_first_where_test: RuntimeError
|
| +async/stream_from_iterable_test: RuntimeError
|
| +async/stream_iterator_test: RuntimeError
|
| +async/stream_join_test: RuntimeError
|
| +async/stream_last_where_test: RuntimeError
|
| +async/stream_periodic2_test: RuntimeError
|
| +async/stream_periodic3_test: RuntimeError
|
| +async/stream_periodic4_test: RuntimeError
|
| +async/stream_periodic5_test: RuntimeError
|
| +async/stream_periodic6_test: RuntimeError
|
| +async/stream_periodic_test: RuntimeError
|
| +async/stream_single_test: RuntimeError
|
| +async/stream_single_to_multi_subscriber_test: RuntimeError
|
| +async/stream_state_nonzero_timer_test: RuntimeError
|
| +async/stream_state_test: RuntimeError
|
| +async/stream_subscription_as_future_test: RuntimeError
|
| +async/stream_subscription_cancel_test: RuntimeError
|
| +async/stream_timeout_test: RuntimeError
|
| +async/stream_transform_test: RuntimeError
|
| +async/stream_transformation_broadcast_test: RuntimeError
|
| +async/timer_cancel1_test: RuntimeError
|
| +async/timer_cancel2_test: RuntimeError
|
| +async/timer_cancel_test: RuntimeError
|
| +async/timer_isActive_test: RuntimeError
|
| +async/timer_repeat_test: RuntimeError
|
| +async/timer_test: RuntimeError
|
| +convert/json_lib_test: RuntimeError
|
| +math/point_test: RuntimeError
|
| +math/rectangle_test: RuntimeError
|
| +mirrors/library_uri_io_test: RuntimeError
|
| +mirrors/library_uri_package_test: RuntimeError
|
| +# fstat bug, MG-479.
|
| +mirrors/invocation_fuzz_test: Crash
|
| +
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| async/future_or_bad_type_test/implements: Pass # Issue 28084
|
|
|
|
|