diff options
author | ncbray@google.com <ncbray@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-21 19:01:12 +0000 |
---|---|---|
committer | ncbray@google.com <ncbray@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-21 19:01:12 +0000 |
commit | f84278cd1a26aff14aff8d169b68b1edee950591 (patch) | |
tree | 706708e15999314d8cbf92b887564660d4e3f763 /chrome/test/nacl_test_injection | |
parent | 40ca3a36d1b0a9f380a89c133dc4baf9b773eeaf (diff) | |
download | chromium_src-f84278cd1a26aff14aff8d169b68b1edee950591.zip chromium_src-f84278cd1a26aff14aff8d169b68b1edee950591.tar.gz chromium_src-f84278cd1a26aff14aff8d169b68b1edee950591.tar.bz2 |
Disable a nacl_integration test to let Webkit roll DEPS.
run_ppapi_ppp_input_event_browser_test began to fail with an off-by-one error
in the Y coordinate.
BUG= 143973
Review URL: https://chromiumcodereview.appspot.com/10854250
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152603 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, 6 insertions, 0 deletions
diff --git a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py index 066a923..f8dbf15 100755 --- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py +++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py @@ -82,6 +82,12 @@ 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) |