| Index: ppapi/native_client/tests/breakpad_crash_test/nacl.scons
|
| diff --git a/ppapi/native_client/tests/breakpad_crash_test/nacl.scons b/ppapi/native_client/tests/breakpad_crash_test/nacl.scons
|
| index f3ce99a0a58df783999a593bedaee1b04a481a4b..308e8887224fe88ae0fb6915e3c94f7df7a6b266 100644
|
| --- a/ppapi/native_client/tests/breakpad_crash_test/nacl.scons
|
| +++ b/ppapi/native_client/tests/breakpad_crash_test/nacl.scons
|
| @@ -71,21 +71,22 @@ env.AddNodeToTestSuite(
|
| # This tests a crash that occurs inside a syscall handler.
|
| # Ultimately this should be recognised as a crash caused by untrusted code.
|
| # See http://code.google.com/p/nativeclient/issues/detail?id=579
|
| -node = env.PPAPIBrowserTester(
|
| - 'breakpad_crash_in_syscall_test.out',
|
| - python_tester_script=env.File('crash_dump_tester.py'),
|
| - url='crash_in_syscall.html',
|
| - nmf_names=['crash_in_syscall'],
|
| - files=[GetNexeByName('crash_in_syscall'),
|
| - env.File('crash_in_syscall.html')],
|
| - args=platform_args + ['--expected_crash_dumps=%i' % expected_crash_dumps])
|
| -env.AddNodeToTestSuite(
|
| - node, ['chrome_browser_tests'], 'run_breakpad_crash_in_syscall_test',
|
| - # This test is currently flaky on Win 32 bit on x86, disabling there.
|
| - # See bug: https://code.google.com/p/chromium/issues/detail?id=254583
|
| - is_broken=env.PPAPIBrowserTesterIsBroken() or
|
| - env.Bit('running_on_valgrind') or
|
| - (env.Bit('host_windows') and env.Bit('build_x86_32')))
|
| +# DISABLED due to flakiness (http://crbug.com/332331)
|
| +# node = env.PPAPIBrowserTester(
|
| +# 'breakpad_crash_in_syscall_test.out',
|
| +# python_tester_script=env.File('crash_dump_tester.py'),
|
| +# url='crash_in_syscall.html',
|
| +# nmf_names=['crash_in_syscall'],
|
| +# files=[GetNexeByName('crash_in_syscall'),
|
| +# env.File('crash_in_syscall.html')],
|
| +# args=platform_args + ['--expected_crash_dumps=%i' % expected_crash_dumps])
|
| +# env.AddNodeToTestSuite(
|
| +# node, ['chrome_browser_tests'], 'run_breakpad_crash_in_syscall_test',
|
| +# # This test is currently flaky on Win 32 bit on x86, disabling there.
|
| +# # See bug: https://code.google.com/p/chromium/issues/detail?id=254583
|
| +# is_broken=env.PPAPIBrowserTesterIsBroken() or
|
| +# env.Bit('running_on_valgrind') or
|
| +# (env.Bit('host_windows') and env.Bit('build_x86_32')))
|
|
|
| # Crashes in untrusted code should not produce crash dumps.
|
| node = env.PPAPIBrowserTester(
|
|
|