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

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

Issue 7545014: Implement PPAPI VideoDecode out-of-process support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: responses to ddorwin and piman Created 9 years, 4 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
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 "chrome/common/chrome_switches.h" 9 #include "chrome/common/chrome_switches.h"
10 #include "chrome/test/automation/tab_proxy.h" 10 #include "chrome/test/automation/tab_proxy.h"
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 TEST_PPAPI_IN_PROCESS(PostMessage) 205 TEST_PPAPI_IN_PROCESS(PostMessage)
206 // Disabled because it times out: http://crbug.com/89961 206 // Disabled because it times out: http://crbug.com/89961
207 //TEST_PPAPI_OUT_OF_PROCESS(PostMessage) 207 //TEST_PPAPI_OUT_OF_PROCESS(PostMessage)
208 208
209 TEST_PPAPI_IN_PROCESS(Memory) 209 TEST_PPAPI_IN_PROCESS(Memory)
210 TEST_PPAPI_OUT_OF_PROCESS(Memory) 210 TEST_PPAPI_OUT_OF_PROCESS(Memory)
211 211
212 TEST_PPAPI_IN_PROCESS(QueryPolicy) 212 TEST_PPAPI_IN_PROCESS(QueryPolicy)
213 //TEST_PPAPI_OUT_OF_PROCESS(QueryPolicy) 213 //TEST_PPAPI_OUT_OF_PROCESS(QueryPolicy)
214 214
215 TEST_PPAPI_IN_PROCESS(VideoDecoder)
216 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoder)
217
215 // http://crbug.com/90039 and http://crbug.com/83443 (Mac) 218 // http://crbug.com/90039 and http://crbug.com/83443 (Mac)
216 TEST_F(PPAPITest, FAILS_FileIO) { 219 TEST_F(PPAPITest, FAILS_FileIO) {
217 RunTestViaHTTP("FileIO"); 220 RunTestViaHTTP("FileIO");
218 } 221 }
219 TEST_F(OutOfProcessPPAPITest, FAILS_FileIO) { 222 TEST_F(OutOfProcessPPAPITest, FAILS_FileIO) {
220 RunTestViaHTTP("FileIO"); 223 RunTestViaHTTP("FileIO");
221 } 224 }
222 225
223 TEST_PPAPI_IN_PROCESS_VIA_HTTP(FileRef) 226 TEST_PPAPI_IN_PROCESS_VIA_HTTP(FileRef)
224 // Disabled because it times out: http://crbug.com/89961 227 // Disabled because it times out: http://crbug.com/89961
(...skipping 29 matching lines...) Expand all
254 TEST_F(OutOfProcessPPAPITest, FAILS_Transport) { 257 TEST_F(OutOfProcessPPAPITest, FAILS_Transport) {
255 RunTestViaHTTP("Transport"); 258 RunTestViaHTTP("Transport");
256 } 259 }
257 #endif // ENABLE_P2P_APIS 260 #endif // ENABLE_P2P_APIS
258 261
259 TEST_PPAPI_IN_PROCESS(UMA) 262 TEST_PPAPI_IN_PROCESS(UMA)
260 // There is no proxy. 263 // There is no proxy.
261 TEST_F(OutOfProcessPPAPITest, FAILS_UMA) { 264 TEST_F(OutOfProcessPPAPITest, FAILS_UMA) {
262 RunTest("UMA"); 265 RunTest("UMA");
263 } 266 }
264
265 TEST_PPAPI_IN_PROCESS(VideoDecoder)
266 // There is no proxy yet (vrk is adding it).
267 TEST_F(OutOfProcessPPAPITest, FAILS_VideoDecoder) {
268 RunTest("VideoDecoder");
269 }
OLDNEW
« no previous file with comments | « no previous file | content/common/gpu/gpu_command_buffer_stub.h » ('j') | ppapi/proxy/host_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698