Chromium Code Reviews| Index: tests/utils/utils.status |
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status |
| index c1aab5a86a8d46827ddafa01036ab040b8c0f30e..8879440aff9f5ad62190ce40abcad8375e47f6e4 100644 |
| --- a/tests/utils/utils.status |
| +++ b/tests/utils/utils.status |
| @@ -6,6 +6,10 @@ |
| dummy_compiler_test: Slow, Pass |
| recursive_import_test: Slow, Pass |
| + |
| + |
| +[ $compiler == dart2js && $checked ] |
| +recursive_import_test: Fail # wrong code generated. |
|
ngeoffray
2013/05/15 08:45:33
Could you file a bug and what is the wrong code?
karlklose
2013/05/15 12:59:16
This seems to been fixed in the meantime, removed.
|
| [ $compiler == none && $runtime == drt ] |
| dummy_compiler_test: Skip # http://dartbug.com/7233 |
| dart2js_test: Skip # Uses dart:io. |