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

Unified Diff: ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons

Issue 7812003: Disable ppapi_ppb_url_request_info_browser_test for now (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added TODO Created 9 years, 4 months 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: ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons b/ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons
index 8f78e4bad6ab025b5b5ed2a6592350bc3d51b7f6..84281177b3f8e1340fe5009d888fb4ce8f374840 100644
--- a/ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons
@@ -36,4 +36,6 @@ node = env.PPAPIBrowserTester('ppapi_ppb_url_request_info_browser_test.out',
env.AddNodeToTestSuite(node,
['chrome_browser_tests'],
'run_ppapi_ppb_url_request_info_browser_test',
- is_broken=env.PPAPIBrowserTesterIsBroken())
+ # TODO(mcgrathr): broken for the moment, see
+ #http://code.google.com/p/chromium/issues/detail?id=94790
+ is_broken=env.PPAPIBrowserTesterIsBroken() or True)
« 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