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

Side by Side Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 14139007: Disable NaCl glibc tests on ARM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/test/ppapi/ppapi_test.h" 5 #include "chrome/test/ppapi/ppapi_test.h"
6 6
7 #include "base/test/test_timeouts.h" 7 #include "base/test/test_timeouts.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/browser/content_settings/host_content_settings_map.h" 9 #include "chrome/browser/content_settings/host_content_settings_map.h"
10 #include "chrome/browser/profiles/profile.h" 10 #include "chrome/browser/profiles/profile.h"
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 LIST_TEST(DISABLED_URLLoader_TrustedJavascriptURLRestriction) 418 LIST_TEST(DISABLED_URLLoader_TrustedJavascriptURLRestriction)
419 LIST_TEST(URLLoader_UntrustedHttpRequests) 419 LIST_TEST(URLLoader_UntrustedHttpRequests)
420 LIST_TEST(DISABLED_URLLoader_TrustedHttpRequests) 420 LIST_TEST(DISABLED_URLLoader_TrustedHttpRequests)
421 LIST_TEST(URLLoader_FollowURLRedirect) 421 LIST_TEST(URLLoader_FollowURLRedirect)
422 LIST_TEST(URLLoader_AuditURLRedirect) 422 LIST_TEST(URLLoader_AuditURLRedirect)
423 LIST_TEST(URLLoader_AbortCalls) 423 LIST_TEST(URLLoader_AbortCalls)
424 LIST_TEST(URLLoader_UntendedLoad) 424 LIST_TEST(URLLoader_UntendedLoad)
425 LIST_TEST(URLLoader_PrefetchBufferThreshold) 425 LIST_TEST(URLLoader_PrefetchBufferThreshold)
426 ); 426 );
427 } 427 }
428 IN_PROC_BROWSER_TEST_F(PPAPINaClGLibcTest, URLLoader) { 428 IN_PROC_BROWSER_TEST_F(PPAPINaClGLibcTest, MAYBE_GLIBC(URLLoader)) {
429 RunTestViaHTTP( 429 RunTestViaHTTP(
430 LIST_TEST(URLLoader_BasicGET) 430 LIST_TEST(URLLoader_BasicGET)
431 LIST_TEST(URLLoader_BasicPOST) 431 LIST_TEST(URLLoader_BasicPOST)
432 LIST_TEST(URLLoader_BasicFilePOST) 432 LIST_TEST(URLLoader_BasicFilePOST)
433 LIST_TEST(URLLoader_BasicFileRangePOST) 433 LIST_TEST(URLLoader_BasicFileRangePOST)
434 LIST_TEST(URLLoader_CompoundBodyPOST) 434 LIST_TEST(URLLoader_CompoundBodyPOST)
435 LIST_TEST(URLLoader_EmptyDataPOST) 435 LIST_TEST(URLLoader_EmptyDataPOST)
436 LIST_TEST(URLLoader_BinaryDataPOST) 436 LIST_TEST(URLLoader_BinaryDataPOST)
437 LIST_TEST(URLLoader_CustomRequestHeader) 437 LIST_TEST(URLLoader_CustomRequestHeader)
438 LIST_TEST(URLLoader_FailsBogusContentLength) 438 LIST_TEST(URLLoader_FailsBogusContentLength)
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 LIST_TEST(View_ClipChange)); 1167 LIST_TEST(View_ClipChange));
1168 } 1168 }
1169 IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, View) { 1169 IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, View) {
1170 RunTest(LIST_TEST(View_SizeChange) 1170 RunTest(LIST_TEST(View_SizeChange)
1171 LIST_TEST(View_ClipChange)); 1171 LIST_TEST(View_ClipChange));
1172 } 1172 }
1173 IN_PROC_BROWSER_TEST_F(PPAPINaClNewlibTest, View) { 1173 IN_PROC_BROWSER_TEST_F(PPAPINaClNewlibTest, View) {
1174 RunTestViaHTTP(LIST_TEST(View_SizeChange) 1174 RunTestViaHTTP(LIST_TEST(View_SizeChange)
1175 LIST_TEST(View_ClipChange)); 1175 LIST_TEST(View_ClipChange));
1176 } 1176 }
1177 IN_PROC_BROWSER_TEST_F(PPAPINaClGLibcTest, View) { 1177 IN_PROC_BROWSER_TEST_F(PPAPINaClGLibcTest, MAYBE_GLIBC(View)) {
1178 RunTestViaHTTP(LIST_TEST(View_SizeChange) 1178 RunTestViaHTTP(LIST_TEST(View_SizeChange)
1179 LIST_TEST(View_ClipChange)); 1179 LIST_TEST(View_ClipChange));
1180 } 1180 }
1181 IN_PROC_BROWSER_TEST_F(PPAPINaClPNaClTest, View) { 1181 IN_PROC_BROWSER_TEST_F(PPAPINaClPNaClTest, View) {
1182 RunTestViaHTTP(LIST_TEST(View_SizeChange) 1182 RunTestViaHTTP(LIST_TEST(View_SizeChange)
1183 LIST_TEST(View_ClipChange)); 1183 LIST_TEST(View_ClipChange));
1184 } 1184 }
1185 1185
1186 IN_PROC_BROWSER_TEST_F(PPAPITest, ResourceArray) { 1186 IN_PROC_BROWSER_TEST_F(PPAPITest, ResourceArray) {
1187 RunTest(LIST_TEST(ResourceArray_Basics) 1187 RunTest(LIST_TEST(ResourceArray_Basics)
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 #define MAYBE_FlashFullscreen FlashFullscreen 1251 #define MAYBE_FlashFullscreen FlashFullscreen
1252 #endif 1252 #endif
1253 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen) 1253 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen)
1254 1254
1255 TEST_PPAPI_OUT_OF_PROCESS(PDF) 1255 TEST_PPAPI_OUT_OF_PROCESS(PDF)
1256 1256
1257 TEST_PPAPI_IN_PROCESS(TalkPrivate) 1257 TEST_PPAPI_IN_PROCESS(TalkPrivate)
1258 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) 1258 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate)
1259 1259
1260 #endif // ADDRESS_SANITIZER 1260 #endif // ADDRESS_SANITIZER
OLDNEW
« 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