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

Unified Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 14320023: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ppapi/ppapi_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
index 29acf62cb6f272956acd520f0c8ec3f2d87db833..1dd9a88351c0b9cd9f5f10617963b61a82553f03 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -1210,9 +1210,8 @@ TEST_PPAPI_OUT_OF_PROCESS(MouseCursor)
TEST_PPAPI_NACL(MouseCursor)
// On Mac 10.6, GetTable returns data that is slightly different (checksum?).
-// On Windows XP, GetTableTags returns an empty list (too small read?).
-// TODO(bbudge) Fix implementations so tests pass on XP and OSX 10.6.
-#if defined(OS_MACOSX) || defined(OS_WIN)
+// TODO(bbudge) Fix implementations so tests pass on OSX 10.6.
+#if defined(OS_MACOSX)
#define MAYBE_TrueTypeFont DISABLED_TrueTypeFont
#else
#define MAYBE_TrueTypeFont TrueTypeFont
« 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