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

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

Issue 10832218: Revert 150638 - Enable ppapi image data test for NaCl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« 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/ui/browser.h" 9 #include "chrome/browser/ui/browser.h"
10 #include "chrome/browser/ui/browser_navigator.h" 10 #include "chrome/browser/ui/browser_navigator.h"
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Scroll) 199 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Scroll)
200 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Replace) 200 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Replace)
201 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Flush) 201 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Flush)
202 202
203 TEST_PPAPI_IN_PROCESS(Graphics3D) 203 TEST_PPAPI_IN_PROCESS(Graphics3D)
204 TEST_PPAPI_OUT_OF_PROCESS(Graphics3D) 204 TEST_PPAPI_OUT_OF_PROCESS(Graphics3D)
205 TEST_PPAPI_NACL_VIA_HTTP(Graphics3D) 205 TEST_PPAPI_NACL_VIA_HTTP(Graphics3D)
206 206
207 TEST_PPAPI_IN_PROCESS(ImageData) 207 TEST_PPAPI_IN_PROCESS(ImageData)
208 TEST_PPAPI_OUT_OF_PROCESS(ImageData) 208 TEST_PPAPI_OUT_OF_PROCESS(ImageData)
209 TEST_PPAPI_NACL_VIA_HTTP(ImageData) 209
210 // PPAPINaClTest.ImageData times out consistently on all platforms.
211 // http://crbug.com/130377
212 TEST_PPAPI_NACL_VIA_HTTP(DISABLED_ImageData)
210 213
211 TEST_PPAPI_IN_PROCESS(BrowserFont) 214 TEST_PPAPI_IN_PROCESS(BrowserFont)
212 TEST_PPAPI_OUT_OF_PROCESS(BrowserFont) 215 TEST_PPAPI_OUT_OF_PROCESS(BrowserFont)
213 216
214 TEST_PPAPI_IN_PROCESS(Buffer) 217 TEST_PPAPI_IN_PROCESS(Buffer)
215 TEST_PPAPI_OUT_OF_PROCESS(Buffer) 218 TEST_PPAPI_OUT_OF_PROCESS(Buffer)
216 219
217 TEST_PPAPI_OUT_OF_PROCESS_WITH_SSL_SERVER(TCPSocketPrivate) 220 TEST_PPAPI_OUT_OF_PROCESS_WITH_SSL_SERVER(TCPSocketPrivate)
218 TEST_PPAPI_IN_PROCESS_WITH_SSL_SERVER(TCPSocketPrivate) 221 TEST_PPAPI_IN_PROCESS_WITH_SSL_SERVER(TCPSocketPrivate)
219 TEST_PPAPI_NACL_WITH_SSL_SERVER(TCPSocketPrivate) 222 TEST_PPAPI_NACL_WITH_SSL_SERVER(TCPSocketPrivate)
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) 801 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit)
799 802
800 TEST_PPAPI_IN_PROCESS(MouseCursor) 803 TEST_PPAPI_IN_PROCESS(MouseCursor)
801 TEST_PPAPI_OUT_OF_PROCESS(MouseCursor) 804 TEST_PPAPI_OUT_OF_PROCESS(MouseCursor)
802 TEST_PPAPI_NACL_VIA_HTTP(MouseCursor) 805 TEST_PPAPI_NACL_VIA_HTTP(MouseCursor)
803 806
804 // Only enabled in out-of-process mode. 807 // Only enabled in out-of-process mode.
805 TEST_PPAPI_OUT_OF_PROCESS(FlashFile_CreateTemporaryFile) 808 TEST_PPAPI_OUT_OF_PROCESS(FlashFile_CreateTemporaryFile)
806 809
807 #endif // ADDRESS_SANITIZER 810 #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