| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 76a5b58bcadf51808580b4c2408d8d03610d7a19..312a3e4f34f248963c61a6d3b087ed33cc0a5943 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -190,7 +190,7 @@ convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
|
| convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644.
|
| convert/utf85_test: Pass, Slow # Issue 12644.
|
|
|
| -[ $compiler == none && $runtime == drt ]
|
| +[ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == drt) ]
|
| async/stream_controller_async_test: Pass, Fail # Issue 13608
|
|
|
| [ $compiler == dartanalyzer ]
|
|
|