Chromium Code Reviews| Index: test/mjsunit/mjsunit.status |
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
| index 3cd5125979e5f867c5302188edc88f8e841cff8d..48aa19c991e66b27229178eeb974bacf8235ffc1 100644 |
| --- a/test/mjsunit/mjsunit.status |
| +++ b/test/mjsunit/mjsunit.status |
| @@ -34,6 +34,13 @@ |
| 'regress/regress-2185-2': [SKIP], |
| ############################################################################## |
| + # Flaky tests. |
| + # BUG(v8:2921): Flaky on ia32 nosnap, arm and nacl. |
| + 'debug-step-4-in-frame': [PASS, [('system == linux and arch == ia32 or ' |
| + 'arch == arm or arch == nacl_ia32 or ' |
| + 'arch == nacl_x64'), PASS, FLAKY]], |
|
Jakob Kummerow
2013/10/31 10:33:45
no need to specify PASS again here.
|
| + |
| + ############################################################################## |
| # Fails. |
| 'regress/regress-1119': [FAIL], |