Chromium Code Reviews| Index: tests/language/language.status |
| diff --git a/tests/language/language.status b/tests/language/language.status |
| index 42e69902ff89e87f1c441331ebf648d5ebebd0d2..aa7b29ad73e559212324d42c0150f44a00d5644b 100644 |
| --- a/tests/language/language.status |
| +++ b/tests/language/language.status |
| @@ -524,3 +524,7 @@ type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| # This is a VM error when the compiled code is run. |
| invocation_mirror_test: Fail # issue 3326, 3622. |
| invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| + |
| +[ $compiler == dart2dart && $minified ] |
| +import_core_prefix_test: Pass |
|
ahe
2012/12/04 16:23:14
This marks the test as flaky. It should be:
[ $c
|
| +prefix22_test: Pass |