diff options
author | elijahtaylor@google.com <elijahtaylor@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-22 00:44:28 +0000 |
---|---|---|
committer | elijahtaylor@google.com <elijahtaylor@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-22 00:44:28 +0000 |
commit | b375d7f4f0ac281e1012d031a4f90f27fec1b9eb (patch) | |
tree | 828a863a7185468152552b3a245933ec4f737930 /chrome/test | |
parent | 8a91d969d5de8c2f34abe500b032b6a7332bb64b (diff) | |
download | chromium_src-b375d7f4f0ac281e1012d031a4f90f27fec1b9eb.zip chromium_src-b375d7f4f0ac281e1012d031a4f90f27fec1b9eb.tar.gz chromium_src-b375d7f4f0ac281e1012d031a4f90f27fec1b9eb.tar.bz2 |
Pre-emptive disable of the last remaining postmessage stderr redirect test.
These tests are flakey on Mac/Linux on the chrome waterfall.
BUG= http://code.google.com/p/nativeclient/issues/detail?id=2509
TEST= nacl_integration
Review URL: http://codereview.chromium.org/9019037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115455 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rwxr-xr-x | chrome/test/nacl_test_injection/buildbot_nacl_integration.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py index 4934658..5729c8f 100755 --- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py +++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py @@ -43,9 +43,10 @@ def Main(args): tests_to_disable.append('run_ppapi_example_post_message_test') # These tests are flakey on the chrome waterfall and need to be looked at. # TODO(bsy): http://code.google.com/p/nativeclient/issues/detail?id=2509 - tests_to_disable.append('run_pm_redir_stderr_bg_1000000_chrome_browser_test') - tests_to_disable.append('run_pm_redir_stderr_bg_0_chrome_browser_test') tests_to_disable.append('run_pm_redir_stderr_fg_0_chrome_browser_test') + 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') # 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 |