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

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

Issue 9174020: PPAPI URLRequestInfo test: port NaCl version to ppapi_tests. Fix Var and Resource leaks. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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 | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/ppapi_sources.gypi » ('j') | 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
===================================================================
--- ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons (revision 119479)
+++ ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons (working copy)
@@ -36,7 +36,11 @@
files=env.ExtractPublishedFiles(nexe),
browser_flags=['--enable-pepper-testing'])
+# This test is being deprecated and is no longer part of chrome_browser_tests
+# that are run automatically during nacl_intergration on the chrome bots.
+# It is still around for reference when fixing and porting TestAppendFileToBody.
+# see crbug.com/110242.
env.AddNodeToTestSuite(node,
['chrome_browser_tests'],
'run_ppapi_ppb_url_request_info_browser_test',
- is_broken=env.PPAPIBrowserTesterIsBroken())
+ is_broken=True)
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698