| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index e81c8043d927561a3001c8cf9c6502ca062d8aa4..7c346b782e1502461d67b9333de8de53de577bf0 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -22,10 +22,10 @@ dart2js_test: SkipByDesign # Uses dart:io.
|
| [ $compiler == dart2js && $mode == debug ]
|
| dummy_compiler_test: Slow, Pass
|
|
|
| -[ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnAndroid ]
|
| +[ $compiler == none && $runtime == ContentShellOnAndroid ]
|
| dummy_compiler_test: Pass, RuntimeError # Issue 17662
|
| recursive_import_test: Pass, RuntimeError # Issue 17662
|
| source_mirrors_test: Pass, RuntimeError # Issue 17662
|
|
|
| -[ ($noopt || $compiler == precompiler) ]
|
| +[ ($noopt || $compiler == precompiler || $compiler == dart2app) ]
|
| source_mirrors_test: SkipByDesign # Imports dart:mirrors
|
|
|