| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 07ac39bf788fcc22df2843996a89ed20826afc21..7a60549aab61440a1d18cddcf6ead7d24fc3a826 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -229,6 +229,9 @@ async/multiple_timer_test: Pass, Fail # Probably issue 14734
|
| # TODO(efortuna): Investigate.
|
| async/timer_test: Fail, Pass
|
|
|
| +[ $runtime == vm ]
|
| +convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Infrequent timeouts.
|
| +
|
| [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
|
| async/timer_not_available_test: Fail, OK
|
| mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
|
|
|