| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index 394787a2aae24cd12a8706fbfdf31e9abeedf92a..f94e9da9ed91096593eccd05b9d56daaf9842e3f 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -26,3 +26,9 @@ dart2js_test: Fail # http://dartbug.com/2264
|
| [ $compiler == dart2dart ]
|
| # Skip until we stabilize language tests.
|
| *: Skip
|
| +
|
| +[ $compiler == dartc ]
|
| +# dart2js issue 7297 (use deprecated === and !==)
|
| +dart2js_test: Fail
|
| +dummy_compiler_test: Fail
|
| +recursive_import_test: Fail
|
|
|