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

Unified Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 385523002: [XHR] Remove a browsertest to update forbidden headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: chrome/test/ppapi/ppapi_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
index 3c2f5dfd33a5ee12282dfad3f88017337635f7e9..e871bbd93a2989f214440f5c302bbb4f6b87d33e 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -439,7 +439,6 @@ TEST_PPAPI_NACL(HostResolverPrivate_ResolveIPv4)
#define RUN_URLLOADER_SUBTESTS_3 \
RunTestViaHTTP( \
- LIST_TEST(URLLoader_UntrustedHttpRequests) \
LIST_TEST(URLLoader_FollowURLRedirect) \
LIST_TEST(URLLoader_AuditURLRedirect) \
LIST_TEST(URLLoader_AbortCalls) \
@@ -447,6 +446,11 @@ TEST_PPAPI_NACL(HostResolverPrivate_ResolveIPv4)
LIST_TEST(URLLoader_PrefetchBufferThreshold) \
)
+// TODO(yhirano): I remove this subtest from RUN_URLLOADER_SUBTESTS_3
+// in order to change the behavior in Blink.
+// Restore the subtest once it is landed.
+// LIST_TEST(URLLoader_UntrustedHttpRequests) \
pfeldman 2014/07/11 09:54:40 gcc fails compiling this.
+
// Note: we do not support Trusted APIs in NaCl, so these will be skipped.
#define RUN_URLLOADER_TRUSTED_SUBTESTS \
RunTestViaHTTP( \
« 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