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

Unified Diff: ppapi/tests/test_url_loader.cc

Issue 8539019: Test NaCl version of ppapi_tests via ui_tests (Closed) Base URL: svn://chrome-svn/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
« ppapi/ppapi_tests.gypi ('K') | « ppapi/ppapi_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_url_loader.cc
===================================================================
--- ppapi/tests/test_url_loader.cc (revision 109675)
+++ ppapi/tests/test_url_loader.cc (working copy)
@@ -87,8 +87,11 @@
RUN_TEST_FORCEASYNC_AND_NOT(BinaryDataPOST);
RUN_TEST_FORCEASYNC_AND_NOT(CustomRequestHeader);
RUN_TEST_FORCEASYNC_AND_NOT(FailsBogusContentLength);
- RUN_TEST_FORCEASYNC_AND_NOT(SameOriginRestriction);
- RUN_TEST_FORCEASYNC_AND_NOT(CrossOriginRequest);
+// Disable portion of test which failes when the HTTP server's
dmichael (off chromium) 2011/11/11 23:20:18 nit: failes->fails
+// data_dir is moved to PRODUCT_DIR.
+// see: http://code.google.com/p/chromium/issues/detail?id=103690
+// RUN_TEST_FORCEASYNC_AND_NOT(SameOriginRestriction);
+// RUN_TEST_FORCEASYNC_AND_NOT(CrossOriginRequest);
RUN_TEST_FORCEASYNC_AND_NOT(JavascriptURLRestriction);
RUN_TEST_FORCEASYNC_AND_NOT(MethodRestriction);
RUN_TEST_FORCEASYNC_AND_NOT(HeaderRestriction);
« ppapi/ppapi_tests.gypi ('K') | « ppapi/ppapi_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698