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

Side by Side Diff: chrome/test/ui/ppapi_uitest.cc

Issue 8682023: ppapi/tests: Enable URLLoader test out-of-process and via NaCl. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | ppapi/ppapi_tests.gypi » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 "base/file_util.h" 5 #include "base/file_util.h"
6 #include "base/path_service.h" 6 #include "base/path_service.h"
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 "content/browser/plugin_service.h" 9 #include "content/browser/plugin_service.h"
10 #include "content/public/common/content_switches.h" 10 #include "content/public/common/content_switches.h"
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D) 285 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D)
286 286
287 TEST_PPAPI_IN_PROCESS(ImageData) 287 TEST_PPAPI_IN_PROCESS(ImageData)
288 TEST_PPAPI_OUT_OF_PROCESS(ImageData) 288 TEST_PPAPI_OUT_OF_PROCESS(ImageData)
289 TEST_PPAPI_NACL_VIA_HTTP(ImageData) 289 TEST_PPAPI_NACL_VIA_HTTP(ImageData)
290 290
291 TEST_PPAPI_IN_PROCESS(Buffer) 291 TEST_PPAPI_IN_PROCESS(Buffer)
292 TEST_PPAPI_OUT_OF_PROCESS(Buffer) 292 TEST_PPAPI_OUT_OF_PROCESS(Buffer)
293 293
294 TEST_PPAPI_IN_PROCESS_VIA_HTTP(URLLoader) 294 TEST_PPAPI_IN_PROCESS_VIA_HTTP(URLLoader)
295 // http://crbug.com/89961 295 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(URLLoader)
296 #if defined(OS_WIN) 296 TEST_PPAPI_NACL_VIA_HTTP(URLLoader)
297 // It often takes too long time (and fails otherwise) on Windows.
298 #define MAYBE_URLLoader DISABLED_URLLoader
299 #else
300 #define MAYBE_URLLoader FAILS_URLLoader
301 #endif
302 TEST_F(OutOfProcessPPAPITest, MAYBE_URLLoader) {
303 RunTestViaHTTP("URLLoader");
304 }
305
306
307 297
308 TEST_PPAPI_IN_PROCESS(PaintAggregator) 298 TEST_PPAPI_IN_PROCESS(PaintAggregator)
309 TEST_PPAPI_OUT_OF_PROCESS(PaintAggregator) 299 TEST_PPAPI_OUT_OF_PROCESS(PaintAggregator)
310 TEST_PPAPI_NACL_VIA_HTTP(PaintAggregator) 300 TEST_PPAPI_NACL_VIA_HTTP(PaintAggregator)
311 301
312 TEST_PPAPI_IN_PROCESS(Scrollbar) 302 TEST_PPAPI_IN_PROCESS(Scrollbar)
313 // http://crbug.com/89961 303 // http://crbug.com/89961
314 TEST_F(OutOfProcessPPAPITest, FAILS_Scrollbar) { 304 TEST_F(OutOfProcessPPAPITest, FAILS_Scrollbar) {
315 RunTest("Scrollbar"); 305 RunTest("Scrollbar");
316 } 306 }
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 TEST_PPAPI_OUT_OF_PROCESS(Flash_MessageLoop) 463 TEST_PPAPI_OUT_OF_PROCESS(Flash_MessageLoop)
474 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetLocalTimeZoneOffset) 464 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetLocalTimeZoneOffset)
475 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetCommandLineArgs) 465 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetCommandLineArgs)
476 466
477 TEST_PPAPI_IN_PROCESS(WebSocket_InvalidConnect) 467 TEST_PPAPI_IN_PROCESS(WebSocket_InvalidConnect)
478 TEST_PPAPI_IN_PROCESS(WebSocket_IsWebSocket) 468 TEST_PPAPI_IN_PROCESS(WebSocket_IsWebSocket)
479 TEST_PPAPI_IN_PROCESS_WITH_WS(WebSocket_ValidConnect) 469 TEST_PPAPI_IN_PROCESS_WITH_WS(WebSocket_ValidConnect)
480 TEST_PPAPI_IN_PROCESS_WITH_WS(WebSocket_TextSendReceive) 470 TEST_PPAPI_IN_PROCESS_WITH_WS(WebSocket_TextSendReceive)
481 471
482 #endif // ADDRESS_SANITIZER 472 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698