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

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

Issue 8506002: NaCl: Re-enable run_ppapi_example_font_test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6e4030a01f30d29724ccdae9e7e5721d144fe7ea..9b899a7cc393a56dd2340c07470aa69248b2aa82 100755
--- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
+++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
@@ -63,12 +63,6 @@ def Main(args):
# http://code.google.com/p/nativeclient/issues/detail?id=2173
tests_to_disable.append('run_inbrowser_crash_in_syscall_test')
- if sys.platform == 'darwin':
- # The following test fails on debug builds of Chromium.
- # See http://code.google.com/p/nativeclient/issues/detail?id=2077
- # TODO(mseaborn): Remove this when the issue is resolved.
- tests_to_disable.append('run_ppapi_example_font_test')
-
script_dir = os.path.dirname(os.path.abspath(__file__))
test_dir = os.path.dirname(script_dir)
chrome_dir = os.path.dirname(test_dir)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698