summaryrefslogtreecommitdiffstats
path: root/chrome/test/nacl_test_injection
diff options
context:
space:
mode:
authoryzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-24 22:44:28 +0000
committeryzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-24 22:44:28 +0000
commitb25672092be4a031c1eb5f11249680b93f186e0f (patch)
treee3a93e754af134dd5aff14a3d5454f076917d0c8 /chrome/test/nacl_test_injection
parente7b40b9c419919c133db8fbbaecf97dc779301a3 (diff)
downloadchromium_src-b25672092be4a031c1eb5f11249680b93f186e0f.zip
chromium_src-b25672092be4a031c1eb5f11249680b93f186e0f.tar.gz
chromium_src-b25672092be4a031c1eb5f11249680b93f186e0f.tar.bz2
Fix run_ppapi_ppp_input_event_browser_test and re-enable it.
The test has hard-coded coordinates which doesn't match the current layout anymore. It "passed" because there was this bug http://code.google.com/p/chromium/issues/detail?id=140577, which has been fixed. BUG=143973 TEST=None Review URL: https://chromiumcodereview.appspot.com/10869017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/nacl_test_injection')
-rwxr-xr-xchrome/test/nacl_test_injection/buildbot_nacl_integration.py6
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 d60655ba..2b15cda 100755
--- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
+++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
@@ -69,12 +69,6 @@ def Main(args):
if sys.platform in ('win32', 'cygwin'):
tests_to_disable.append('run_ppapi_ppp_input_event_browser_test')
- # Webkit seems to be slightly buggy and breaking this test. Disabled so
- # Webkit's DEPS can be rolled.
- # See: http://crbug.com/143973
- # TODO(ncbray) re-enable.
- tests_to_disable.append('run_ppapi_ppp_input_event_browser_test')
-
script_dir = os.path.dirname(os.path.abspath(__file__))
test_dir = os.path.dirname(script_dir)
chrome_dir = os.path.dirname(test_dir)