Chromium Code Reviews| Index: ppapi/native_client/tests/ppapi_browser/bad/nacl.scons |
| =================================================================== |
| --- ppapi/native_client/tests/ppapi_browser/bad/nacl.scons (revision 106715) |
| +++ ppapi/native_client/tests/ppapi_browser/bad/nacl.scons (working copy) |
| @@ -71,7 +71,8 @@ |
| ['chrome_browser_tests'], |
| 'run_ppapi_bad_browser_test', |
| is_broken=env.PPAPIBrowserTesterIsBroken() or |
| - env.Bit('host_windows')) |
| + env.Bit('host_windows') or |
| + env.Bit('running_on_valgrind')) |
|
Nick Bray
2011/10/21 17:06:21
Why? Please add a comment.
|
| # Bad nexe tests that won't work in PNaCl (native) |