Commit eb5bc975 authored by eugenis@google.com's avatar eugenis@google.com

Disable a PPAPI crash test under Valgrind.

Review URL: http://codereview.chromium.org/8360030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107110 0039d316-1c4b-4281-b951-d872f2087c98
parent e182b0b7
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment