Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1394)

Unified Diff: chrome/test/nacl_test_injection/buildbot_nacl_integration.py

Issue 8989006: Update PPAPI IDL generator to define versioned structs, and unversioned typedef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update native_client_sdk/.../hello_world_c example for definition changes. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/nacl_test_injection/buildbot_nacl_integration.py
diff --git a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
index 5729c8f55d9a8e8044a92d1a526e1952fff7cfe5..00936c079eaab75cbcf71696d57a6c41ed860bdf 100755
--- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
+++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
@@ -31,6 +31,10 @@ def Main(args):
# TODO(ncbray): Reenable when this issue is resolved.
# http://code.google.com/p/nativeclient/issues/detail?id=2091
tests_to_disable.append('run_ppapi_bad_browser_test')
+ # TODO(wez): Reenable when he duplicate copy of the test has been removed.
+ # http://code.google.com/p/chromium/issues/detail?id=108379
+ tests_to_disable.append('earth_browser_test_c')
+ tests_to_disable.append('earth_browser_test_cc')
# This thread safety stress test is flaky on at least Windows.
# See http://code.google.com/p/nativeclient/issues/detail?id=2124
# TODO(mseaborn): Reenable when this issue is resolved.
« no previous file with comments | « no previous file | native_client_sdk/src/examples/hello_world_c/hello_world_c.c » ('j') | ppapi/proxy/ppb_url_loader_proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698