Commit 02116867 authored by jochen@chromium.org's avatar jochen@chromium.org

Disabel nacl_newlib.run_breakpad_crash_in_syscall_test

BUG=332331
TBR=bbudge@chromium.org

Review URL: https://codereview.chromium.org/127813002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243515 0039d316-1c4b-4281-b951-d872f2087c98
parent 4f9571ff
...@@ -71,21 +71,22 @@ env.AddNodeToTestSuite( ...@@ -71,21 +71,22 @@ env.AddNodeToTestSuite(
# This tests a crash that occurs inside a syscall handler. # This tests a crash that occurs inside a syscall handler.
# Ultimately this should be recognised as a crash caused by untrusted code. # Ultimately this should be recognised as a crash caused by untrusted code.
# See http://code.google.com/p/nativeclient/issues/detail?id=579 # See http://code.google.com/p/nativeclient/issues/detail?id=579
node = env.PPAPIBrowserTester( # DISABLED due to flakiness (http://crbug.com/332331)
'breakpad_crash_in_syscall_test.out', # node = env.PPAPIBrowserTester(
python_tester_script=env.File('crash_dump_tester.py'), # 'breakpad_crash_in_syscall_test.out',
url='crash_in_syscall.html', # python_tester_script=env.File('crash_dump_tester.py'),
nmf_names=['crash_in_syscall'], # url='crash_in_syscall.html',
files=[GetNexeByName('crash_in_syscall'), # nmf_names=['crash_in_syscall'],
env.File('crash_in_syscall.html')], # files=[GetNexeByName('crash_in_syscall'),
args=platform_args + ['--expected_crash_dumps=%i' % expected_crash_dumps]) # env.File('crash_in_syscall.html')],
env.AddNodeToTestSuite( # args=platform_args + ['--expected_crash_dumps=%i' % expected_crash_dumps])
node, ['chrome_browser_tests'], 'run_breakpad_crash_in_syscall_test', # env.AddNodeToTestSuite(
# This test is currently flaky on Win 32 bit on x86, disabling there. # node, ['chrome_browser_tests'], 'run_breakpad_crash_in_syscall_test',
# See bug: https://code.google.com/p/chromium/issues/detail?id=254583 # # This test is currently flaky on Win 32 bit on x86, disabling there.
is_broken=env.PPAPIBrowserTesterIsBroken() or # # See bug: https://code.google.com/p/chromium/issues/detail?id=254583
env.Bit('running_on_valgrind') or # is_broken=env.PPAPIBrowserTesterIsBroken() or
(env.Bit('host_windows') and env.Bit('build_x86_32'))) # 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. # Crashes in untrusted code should not produce crash dumps.
node = env.PPAPIBrowserTester( node = env.PPAPIBrowserTester(
......
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