| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index 10271e0040493da00b177934d0294a7bf1b15329..5630a6f1817c35059c9a9135f036284b788696ee 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -8,14 +8,13 @@ recursive_import_test: Slow, Pass
|
|
|
| [ $compiler == none && $runtime == drt ]
|
| dummy_compiler_test: Skip # http://dartbug.com/7233
|
| -dart2js_test: Skip # Uses dart:io.
|
|
|
| [ $compiler == dart2js && $browser ]
|
| *: Skip
|
|
|
| -[ $compiler == none && $runtime == dartium ]
|
| +[ $compiler == none && $runtime != vm ]
|
| dart2js_test: Skip # Uses dart:io.
|
|
|
|
|
| [ $compiler == dart2js && $mode == debug ]
|
| -source_mirrors_test: Slow, Pass
|
| +source_mirrors_test: Slow, Pass
|
|
|