Commit c1ce2f21 authored by mseaborn@chromium.org's avatar mseaborn@chromium.org

NaCl: Re-enable run_inbrowser_crash_in_syscall_test

The in-browser crash tests used to be flaky, but this was fixed some
time ago.  More recently, the inbrowser_crash_in_syscall test got
broken by a change that caused the Breakpad handler to get run twice
per crash, but this has now been fixed too.

BUG=http://code.google.com/p/nativeclient/issues/detail?id=2173
TEST=nacl_integration

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110470 0039d316-1c4b-4281-b951-d872f2087c98
parent b307bceb
...@@ -58,11 +58,6 @@ def Main(args): ...@@ -58,11 +58,6 @@ def Main(args):
'run_fault_pq_dep_pm_nameservice_chrome_browser_test', 'run_fault_pq_dep_pm_nameservice_chrome_browser_test',
]) ])
# TODO(mcgrathr): Reenable when resolved.
# Was seen to fail repeatedly on Windows.
# http://code.google.com/p/nativeclient/issues/detail?id=2173
tests_to_disable.append('run_inbrowser_crash_in_syscall_test')
if sys.platform in ('win32', 'cygwin'): if sys.platform in ('win32', 'cygwin'):
tests_to_disable.append('run_ppapi_ppp_input_event_browser_test') tests_to_disable.append('run_ppapi_ppp_input_event_browser_test')
......
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