| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index ca21e2e8535002fc06fd39d27db02b3aaf19e846..084b308ebef5811f3e3783d3a8d7718026c3c196 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -5,10 +5,11 @@
|
| [ $compiler == dart2js ]
|
| dummy_compiler_test: Slow, Pass
|
| recursive_import_test: Slow, Pass
|
| -
|
| -[ $compiler == dart2js ]
|
| dummy_compiler_test: Slow, Fail # http://dartbug.com/9687
|
|
|
| +[ $compiler == dart2js && $checked ]
|
| +recursive_import_test: Fail # wrong code generated.
|
| +
|
| [ $compiler == none && $runtime == drt ]
|
| dummy_compiler_test: Skip # http://dartbug.com/7233
|
| dart2js_test: Skip # Uses dart:io.
|
|
|