diff options
author | jbates@chromium.org <jbates@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 00:39:58 +0000 |
---|---|---|
committer | jbates@chromium.org <jbates@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 00:39:58 +0000 |
commit | 032694898bfc87dcf708d0c0e74c10b3923d44fe (patch) | |
tree | f68829003a4999a81e817117a431e92a03fd54c6 /chrome/test | |
parent | d9d315355d7aa268c81edbdafc1e2c9560c1fd90 (diff) | |
download | chromium_src-032694898bfc87dcf708d0c0e74c10b3923d44fe.zip chromium_src-032694898bfc87dcf708d0c0e74c10b3923d44fe.tar.gz chromium_src-032694898bfc87dcf708d0c0e74c10b3923d44fe.tar.bz2 |
Disable nacl_newlib.run_ppapi_ppb_image_data_browser_test
TBR=bradnelson@chromium.org
Review URL: http://codereview.chromium.org/9024025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rwxr-xr-x | chrome/test/nacl_test_injection/buildbot_nacl_integration.py | 2 |
1 files changed, 2 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 5729c8f..ee4f49a 100755 --- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py +++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py @@ -47,6 +47,8 @@ def Main(args): tests_to_disable.append('run_pm_redir_stderr_bg_0_chrome_browser_test') tests_to_disable.append('run_pm_redir_stderr_bg_1000_chrome_browser_test') tests_to_disable.append('run_pm_redir_stderr_bg_1000000_chrome_browser_test') + # http://code.google.com/p/nativeclient/issues/detail?id=2511 + tests_to_disable.append('run_ppapi_ppb_image_data_browser_test') # TODO(cdn): Reenable once we can pass # --disable-extensions-resource-whitelist to chrome for this test. # http://code.google.com/p/nativeclient/issues/detail?id=108131 |