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

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

Issue 13990006: Revert "Re-enable PPB_TrueTypeFont_Dev tests on Windows." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/content_settings/host_content_settings_map.h" 9 #include "chrome/browser/content_settings/host_content_settings_map.h"
10 #include "chrome/browser/profiles/profile.h" 10 #include "chrome/browser/profiles/profile.h"
(...skipping 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 } 1202 }
1203 IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, FlashMessageLoop) { 1203 IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, FlashMessageLoop) {
1204 RunTest(LIST_TEST(FlashMessageLoop_Basics) 1204 RunTest(LIST_TEST(FlashMessageLoop_Basics)
1205 LIST_TEST(FlashMessageLoop_RunWithoutQuit)); 1205 LIST_TEST(FlashMessageLoop_RunWithoutQuit));
1206 } 1206 }
1207 1207
1208 TEST_PPAPI_IN_PROCESS(MouseCursor) 1208 TEST_PPAPI_IN_PROCESS(MouseCursor)
1209 TEST_PPAPI_OUT_OF_PROCESS(MouseCursor) 1209 TEST_PPAPI_OUT_OF_PROCESS(MouseCursor)
1210 TEST_PPAPI_NACL(MouseCursor) 1210 TEST_PPAPI_NACL(MouseCursor)
1211 1211
1212 TEST_PPAPI_OUT_OF_PROCESS(TrueTypeFont) 1212 // On Windows XP, GetTableTags returns an empty list (too small read?).
1213 TEST_PPAPI_NACL(TrueTypeFont) 1213 // TODO(bbudge) Fix implementations so tests pass on XP.
1214 #if defined(OS_WIN)
1215 #define MAYBE_TrueTypeFont DISABLED_TrueTypeFont
1216 #else
1217 #define MAYBE_TrueTypeFont TrueTypeFont
1218 #endif
1219 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_TrueTypeFont)
1220 TEST_PPAPI_NACL(MAYBE_TrueTypeFont)
1214 1221
1215 // PPB_Printing only implemented for out of process. 1222 // PPB_Printing only implemented for out of process.
1216 TEST_PPAPI_OUT_OF_PROCESS(Printing) 1223 TEST_PPAPI_OUT_OF_PROCESS(Printing)
1217 1224
1218 // PPB_MessageLoop is only supported out-of-process. 1225 // PPB_MessageLoop is only supported out-of-process.
1219 // TODO(dmichael): Enable for NaCl with the IPC proxy. crbug.com/116317 1226 // TODO(dmichael): Enable for NaCl with the IPC proxy. crbug.com/116317
1220 TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Basics) 1227 TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Basics)
1221 // MessageLoop_Post starts a thread so only run it if pepper threads are 1228 // MessageLoop_Post starts a thread so only run it if pepper threads are
1222 // enabled. 1229 // enabled.
1223 #ifdef ENABLE_PEPPER_THREADING 1230 #ifdef ENABLE_PEPPER_THREADING
(...skipping 19 matching lines...) Expand all
1243 #define MAYBE_FlashFullscreen FlashFullscreen 1250 #define MAYBE_FlashFullscreen FlashFullscreen
1244 #endif 1251 #endif
1245 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen) 1252 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen)
1246 1253
1247 TEST_PPAPI_OUT_OF_PROCESS(PDF) 1254 TEST_PPAPI_OUT_OF_PROCESS(PDF)
1248 1255
1249 TEST_PPAPI_IN_PROCESS(TalkPrivate) 1256 TEST_PPAPI_IN_PROCESS(TalkPrivate)
1250 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) 1257 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate)
1251 1258
1252 #endif // ADDRESS_SANITIZER 1259 #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