Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: chrome/test/nacl_test_injection/buildbot_nacl_integration.py

Issue 10869017: Fix run_ppapi_ppp_input_event_browser_test and re-enable it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/native_client/tests/ppapi_browser/ppp_input_event/ppapi_ppp_input_event.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/nacl_test_injection/buildbot_nacl_integration.py
diff --git a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
index f8dbf1540592851fe5df482c60ce281e2dbf5686..066a92392f9285cbc815cfc25d685f351ac634af 100755
--- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
+++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
@@ -82,12 +82,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)
« no previous file with comments | « no previous file | ppapi/native_client/tests/ppapi_browser/ppp_input_event/ppapi_ppp_input_event.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698