Chromium Code Reviews| Index: tests/corelib/corelib.status |
| =================================================================== |
| --- tests/corelib/corelib.status (revision 13769) |
| +++ tests/corelib/corelib.status (working copy) |
| @@ -11,7 +11,7 @@ |
| apply_test: Fail # Bug 5670 |
| apply2_test: Fail # Bug 5670 |
| -[ $runtime == ff || $runtime == ie9 ] |
| +[ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] |
| unicode_test: Fail |
|
ricow1
2012/10/18 12:19:40
We should have a bug for this!
|
| # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| @@ -62,6 +62,9 @@ |
| reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? |
| string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| +[ $compiler == dart2js && $runtime == jsshell] |
| +date_time8_test: Fail # TODO(ahe): Triage these tests. |
| + |
| [ $compiler == dart2dart ] |
| apply_test: Fail # inherited from VM |
| apply2_test: Fail # inherited from VM |