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