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

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

Issue 8548004: Revert 109822 - Reenable the out-of-process PPAPI Instance (ui) test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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) 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/public/common/content_switches.h" 9 #include "content/public/common/content_switches.h"
10 #include "chrome/common/chrome_switches.h" 10 #include "chrome/common/chrome_switches.h"
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 TEST_PPAPI_IN_PROCESS(Broker) 158 TEST_PPAPI_IN_PROCESS(Broker)
159 TEST_PPAPI_OUT_OF_PROCESS(Broker) 159 TEST_PPAPI_OUT_OF_PROCESS(Broker)
160 160
161 TEST_PPAPI_IN_PROCESS(Core) 161 TEST_PPAPI_IN_PROCESS(Core)
162 TEST_PPAPI_OUT_OF_PROCESS(Core) 162 TEST_PPAPI_OUT_OF_PROCESS(Core)
163 163
164 TEST_PPAPI_IN_PROCESS(CursorControl) 164 TEST_PPAPI_IN_PROCESS(CursorControl)
165 TEST_PPAPI_OUT_OF_PROCESS(CursorControl) 165 TEST_PPAPI_OUT_OF_PROCESS(CursorControl)
166 166
167 TEST_PPAPI_IN_PROCESS(Instance) 167 TEST_PPAPI_IN_PROCESS(Instance)
168 TEST_PPAPI_OUT_OF_PROCESS(Instance) 168 // http://crbug.com/91729
169 TEST_PPAPI_OUT_OF_PROCESS(DISABLED_Instance)
169 170
170 TEST_PPAPI_IN_PROCESS(Graphics2D) 171 TEST_PPAPI_IN_PROCESS(Graphics2D)
171 TEST_PPAPI_OUT_OF_PROCESS(Graphics2D) 172 TEST_PPAPI_OUT_OF_PROCESS(Graphics2D)
172 173
173 TEST_PPAPI_IN_PROCESS(ImageData) 174 TEST_PPAPI_IN_PROCESS(ImageData)
174 TEST_PPAPI_OUT_OF_PROCESS(ImageData) 175 TEST_PPAPI_OUT_OF_PROCESS(ImageData)
175 176
176 TEST_PPAPI_IN_PROCESS(Buffer) 177 TEST_PPAPI_IN_PROCESS(Buffer)
177 TEST_PPAPI_OUT_OF_PROCESS(Buffer) 178 TEST_PPAPI_OUT_OF_PROCESS(Buffer)
178 179
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 #endif // ENABLE_P2P_APIS 304 #endif // ENABLE_P2P_APIS
304 305
305 TEST_PPAPI_IN_PROCESS(UMA) 306 TEST_PPAPI_IN_PROCESS(UMA)
306 // There is no proxy. 307 // There is no proxy.
307 TEST_F(OutOfProcessPPAPITest, FAILS_UMA) { 308 TEST_F(OutOfProcessPPAPITest, FAILS_UMA) {
308 RunTest("UMA"); 309 RunTest("UMA");
309 } 310 }
310 311
311 TEST_PPAPI_IN_PROCESS(NetAddressPrivate) 312 TEST_PPAPI_IN_PROCESS(NetAddressPrivate)
312 TEST_PPAPI_OUT_OF_PROCESS(NetAddressPrivate) 313 TEST_PPAPI_OUT_OF_PROCESS(NetAddressPrivate)
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