Chromium Code Reviews| Index: tests/lib/lib.status |
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status |
| index 07ac39bf788fcc22df2843996a89ed20826afc21..13c10fc08af084fb83210e62c617d7495f029c1e 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: Slow # Infrequent timeouts. |
|
Florian Schneider
2016/06/16 18:16:17
Not sure why, but in other places we mark them as:
Cutch
2016/06/16 18:17:44
Done.
|
| + |
| [ ($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. |