diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-07 20:59:15 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-07 20:59:15 +0000 |
commit | 4fcb9753d04486ef65e329c64e13a6fa5435afa5 (patch) | |
tree | 7f6bc0a43a4a7fa7bf6983bbb2fa081a39457edf /chrome/test/nacl_test_injection | |
parent | 2416a2e33756738a05740b359bcf65f9c489c4d7 (diff) | |
download | chromium_src-4fcb9753d04486ef65e329c64e13a6fa5435afa5.zip chromium_src-4fcb9753d04486ef65e329c64e13a6fa5435afa5.tar.gz chromium_src-4fcb9753d04486ef65e329c64e13a6fa5435afa5.tar.bz2 |
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
Diffstat (limited to 'chrome/test/nacl_test_injection')
-rwxr-xr-x | chrome/test/nacl_test_injection/buildbot_nacl_integration.py | 6 |
1 files changed, 0 insertions, 6 deletions
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) |