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

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

Issue 8849010: Add 'web_accessible_resource" keyword for version 2 extension manifests. This makes extension res... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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
===================================================================
--- chrome/test/nacl_test_injection/buildbot_nacl_integration.py (revision 114987)
+++ chrome/test/nacl_test_injection/buildbot_nacl_integration.py (working copy)
@@ -41,6 +41,10 @@
# 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')
+ # 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
+ tests_to_disable.append('run_ppapi_extension_mime_handler_browser_test')
Aaron Boodman 2011/12/20 21:12:58 I have no idea about this. Did you talk to the nac
Cris Neckar 2011/12/20 22:00:06 Yeah, I should have noted this in my comment. I di
# TODO(ncbray) why did these tests flake?
# http://code.google.com/p/nativeclient/issues/detail?id=2230

Powered by Google App Engine
This is Rietveld 408576698