| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index 4a5fd4c8e62ce4dba2e41fb4804870d44dd8953d..061a73673659691f8becd90815fc7c1c50655086 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -13,6 +13,9 @@ recursive_import_test: Pass, Fail
|
| dummy_compiler_test: Slow, Pass
|
| recursive_import_test: Slow, Pass
|
|
|
| +[ $compiler == dart2js && $checked ]
|
| +json_test: Fail # http://dartbug.com/7737
|
| +
|
| [ $compiler == none && $runtime == drt ]
|
| dummy_compiler_test: Skip # http://dartbug.com/7233
|
| recursive_import_test: Fail # http://dartbug.com/2264
|
|
|