From 4fcb9753d04486ef65e329c64e13a6fa5435afa5 Mon Sep 17 00:00:00 2001 From: "mseaborn@chromium.org" Date: Mon, 7 May 2012 20:59:15 +0000 Subject: NaCl: Enable hardware exception handling test on 32-bit Windows This test previously failed on 32-bit Windows XP but should pass now that we attach the debug exception handler on demand and can handle the case where chrome.dll has been relocated. Note: There are no trybots for 32-bit Windows. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2695 TEST=nacl_integration; manual testing Review URL: https://chromiumcodereview.appspot.com/10332039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135717 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/nacl_test_injection/buildbot_nacl_integration.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'chrome/test/nacl_test_injection') diff --git a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py index 4f093ca..8b52bdb 100755 --- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py +++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py @@ -84,12 +84,6 @@ def Main(args): if sys.platform in ('win32', 'cygwin'): tests_to_disable.append('run_ppapi_ppp_input_event_browser_test') - # TODO(mseaborn): Enable this test for 32-bit Windows. - # See http://code.google.com/p/nativeclient/issues/detail?id=2602 - if not ('64' in os.environ.get('PROCESSOR_ARCHITECTURE', '') or - '64' in os.environ.get('PROCESSOR_ARCHITEW6432', '')): - tests_to_disable.append('run_inbrowser_exception_test') - script_dir = os.path.dirname(os.path.abspath(__file__)) test_dir = os.path.dirname(script_dir) chrome_dir = os.path.dirname(test_dir) -- cgit v1.1