Index: tests/utils/utils.status |
=================================================================== |
--- tests/utils/utils.status (revision 21204) |
+++ tests/utils/utils.status (working copy) |
@@ -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 |
dart2js_test: Skip # Uses dart:io. |