summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-17 07:58:19 +0000
committermseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-17 07:58:19 +0000
commitc1ce2f214fa839f08e67889858755ea42bd03d0c (patch)
tree23662f49c88f4ce3c74e26b92514eb3be85d6e6c
parentb307bceb5f8f104022a5f306a35c2d2bd161641f (diff)
downloadchromium_src-c1ce2f214fa839f08e67889858755ea42bd03d0c.zip
chromium_src-c1ce2f214fa839f08e67889858755ea42bd03d0c.tar.gz
chromium_src-c1ce2f214fa839f08e67889858755ea42bd03d0c.tar.bz2
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
-rwxr-xr-xchrome/test/nacl_test_injection/buildbot_nacl_integration.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
index e9be5f9..5531bc0 100755
--- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
+++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
@@ -58,11 +58,6 @@ def Main(args):
'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'):
tests_to_disable.append('run_ppapi_ppp_input_event_browser_test')