Chromium Code Reviews| Index: tests/corelib/corelib.status |
| =================================================================== |
| --- tests/corelib/corelib.status (revision 43869) |
| +++ tests/corelib/corelib.status (working copy) |
| @@ -232,6 +232,6 @@ |
| [ $mode == debug ] |
| regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 |
| -[ $runtime == vm && $arch == ia32 && $mode == release && $system == linux ] |
| +[ $runtime == vm && $arch == ia32 && $mode == release && $system == linux && $checked ] |
| # This fails on the --optimization-counter-threshold=5 builder. |
| -hash_set_test/01: Pass, RuntimeError # Issue 22480 |
| +hash_set_test/*: Pass, RuntimeError # Issue 22480 |
|
Bill Hesse
2015/02/19 13:18:09
I think you can leave off the /*, but if it works,
|