| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index 23e361b305d0e176e61c7ac9abedc31e4cf8c44c..4dd4208f5280f3d5b0bc5ea3084df0c8523e3528 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -17,4 +17,7 @@ dart2js_test: Skip # Uses dart:io.
|
| dart2js_test: Skip # Uses dart:io.
|
|
|
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| -source_mirrors_test: StaticWarning # Issue 17264
|
| +source_mirrors_test: StaticWarning # Issue 17264
|
| +
|
| +[ $compiler == dart2js && $mode == debug ]
|
| +source_mirrors_test: Slow, Pass
|
|
|