summaryrefslogtreecommitdiffstats
path: root/chrome/test/nacl_test_injection
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/nacl_test_injection')
-rwxr-xr-xchrome/test/nacl_test_injection/buildbot_nacl_integration.py25
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',