| 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
|
|
|