From b25672092be4a031c1eb5f11249680b93f186e0f Mon Sep 17 00:00:00 2001 From: "yzshen@chromium.org" Date: Fri, 24 Aug 2012 22:44:28 +0000 Subject: 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 --- 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 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) -- cgit v1.1