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

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

Issue 8749017: Pepper: Add some basic tests for PPB_Audio. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remember to git add the files this time 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') | ppapi/tests/test_audio.cc » ('J')
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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetCommandLineArgs) 465 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetCommandLineArgs)
466 466
467 TEST_PPAPI_IN_PROCESS(WebSocket_InvalidConnect) 467 TEST_PPAPI_IN_PROCESS(WebSocket_InvalidConnect)
468 TEST_PPAPI_IN_PROCESS(WebSocket_IsWebSocket) 468 TEST_PPAPI_IN_PROCESS(WebSocket_IsWebSocket)
469 TEST_PPAPI_IN_PROCESS_WITH_WS(WebSocket_ValidConnect) 469 TEST_PPAPI_IN_PROCESS_WITH_WS(WebSocket_ValidConnect)
470 TEST_PPAPI_IN_PROCESS_WITH_WS(WebSocket_TextSendReceive) 470 TEST_PPAPI_IN_PROCESS_WITH_WS(WebSocket_TextSendReceive)
471 471
472 TEST_PPAPI_IN_PROCESS(AudioConfig_Everything) 472 TEST_PPAPI_IN_PROCESS(AudioConfig_Everything)
473 TEST_PPAPI_OUT_OF_PROCESS(AudioConfig_Everything) 473 TEST_PPAPI_OUT_OF_PROCESS(AudioConfig_Everything)
474 474
475 TEST_PPAPI_IN_PROCESS(Audio_Creation)
476 TEST_PPAPI_IN_PROCESS(Audio_DestroyNoStop)
477 TEST_PPAPI_IN_PROCESS(Audio_Failures)
478 TEST_PPAPI_OUT_OF_PROCESS(Audio_Creation)
479 TEST_PPAPI_OUT_OF_PROCESS(Audio_DestroyNoStop)
480 TEST_PPAPI_OUT_OF_PROCESS(Audio_Failures)
481
475 #endif // ADDRESS_SANITIZER 482 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | ppapi/tests/test_audio.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698