diff options
author | ncbray@google.com <ncbray@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-10 17:49:10 +0000 |
---|---|---|
committer | ncbray@google.com <ncbray@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-10 17:49:10 +0000 |
commit | f3a2eba38c48bf42c1ebc6d8f7aee97ec302dbca (patch) | |
tree | a62d700153755bf5f25f081bfaed4dc063348879 /chrome/test/nacl_test_injection | |
parent | d866800a408f6641d48bfda100bcd059088d481c (diff) | |
download | chromium_src-f3a2eba38c48bf42c1ebc6d8f7aee97ec302dbca.zip chromium_src-f3a2eba38c48bf42c1ebc6d8f7aee97ec302dbca.tar.gz chromium_src-f3a2eba38c48bf42c1ebc6d8f7aee97ec302dbca.tar.bz2 |
Remove dead NaCl tests and re-enabled fixed tests.
BUG= none
TEST= none
Review URL: https://chromiumcodereview.appspot.com/10762009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145907 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 | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py index 4d5cf9ff..74a1b5a 100755 --- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py +++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py @@ -38,34 +38,11 @@ def Main(args): # See http://code.google.com/p/nativeclient/issues/detail?id=2124 # TODO(mseaborn): Reenable when this issue is resolved. tests_to_disable.append('run_ppapi_ppb_var_browser_test') - # The behavior of the URLRequest changed slightly and this test needs to be - # updated. http://code.google.com/p/chromium/issues/detail?id=94352 - tests_to_disable.append('run_ppapi_ppb_url_request_info_browser_test') - # This test failed and caused the build's gatekeep to close the tree. - # http://code.google.com/p/chromium/issues/detail?id=96434 - 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_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') # http://code.google.com/p/nativeclient/issues/detail?id=2511 tests_to_disable.append('run_ppapi_ppb_image_data_browser_test') - # Font API is only exported to trusted plugins now, and this test should be - # removed. - tests_to_disable.append('run_ppapi_example_font_test') - # TODO(ncbray) why did these tests flake? - # http://code.google.com/p/nativeclient/issues/detail?id=2230 + # TODO(ncbray) are these tests stable? 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', 'run_no_fault_pm_nameservice_chrome_browser_test', 'run_fault_pm_nameservice_chrome_browser_test', 'run_fault_pq_os_pm_nameservice_chrome_browser_test', |