diff options
author | ncbray@google.com <ncbray@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-03 00:06:45 +0000 |
---|---|---|
committer | ncbray@google.com <ncbray@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-03 00:06:45 +0000 |
commit | 0c9834126d48ce13f42ca80078eb4b2896e9ba2e (patch) | |
tree | a8479d41ae5fbe4ff74ce88292a2315427b9d900 /chrome | |
parent | f087062fd33ac2c9071afa7bea4bcab767bb2bba (diff) | |
download | chromium_src-0c9834126d48ce13f42ca80078eb4b2896e9ba2e.zip chromium_src-0c9834126d48ce13f42ca80078eb4b2896e9ba2e.tar.gz chromium_src-0c9834126d48ce13f42ca80078eb4b2896e9ba2e.tar.bz2 |
Disable flaky NaCl SRPC integration tests.
BUG= none
TEST= none
Review URL: http://codereview.chromium.org/7835008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rwxr-xr-x | chrome/test/nacl_test_injection/buildbot_nacl_integration.py | 12 |
1 files changed, 12 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 36d4aaf..bf6ffef 100755 --- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py +++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py @@ -39,6 +39,18 @@ def Main(args): # updated. http://code.google.com/p/chromium/issues/detail?id=94352 tests_to_disable.append('run_ppapi_ppb_url_request_info_browser_test') + # TODO(ncbray) why did these tests flake? + # http://code.google.com/p/nativeclient/issues/detail?id=2230 + tests_to_disable.extend([ + 'run_pm_manifest_file_chrome_browser_test', + 'run_srpc_basic_chrome_browser_test', + 'run_srpc_hw_data_chrome_browser_test', + 'run_srpc_hw_chrome_browser_test', + 'run_srpc_manifest_file_chrome_browser_test', + 'run_srpc_nameservice_chrome_browser_test', + 'run_srpc_nrd_xfer_chrome_browser_test', + ]) + if sys.platform == 'darwin': # The following test is failing on Mac OS X 10.5. This may be # because of a kernel bug that we might need to work around. |