summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/native_client/tests/ppapi_browser/bad/nacl.scons4
1 files changed, 3 insertions, 1 deletions
diff --git a/ppapi/native_client/tests/ppapi_browser/bad/nacl.scons b/ppapi/native_client/tests/ppapi_browser/bad/nacl.scons
index b5cb354..9f7b8d5 100644
--- a/ppapi/native_client/tests/ppapi_browser/bad/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_browser/bad/nacl.scons
@@ -67,11 +67,13 @@ node = env.PPAPIBrowserTester(
# This test is failing on Windows:
# crbug.com/98720
+# This test is failing on Valgrind because of multiple nexes.
env.AddNodeToTestSuite(node,
['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'))
# Bad nexe tests that won't work in PNaCl (native)