| Index: chrome/test/ui/pepper_uitest.cc
|
| diff --git a/chrome/test/ui/pepper_uitest.cc b/chrome/test/ui/pepper_uitest.cc
|
| index 5810467ca1d430c1734a7371a90b896b7bcf69fb..fac4e1e7e855978d1eaf4232d5dd877ae7374ef8 100644
|
| --- a/chrome/test/ui/pepper_uitest.cc
|
| +++ b/chrome/test/ui/pepper_uitest.cc
|
| @@ -35,8 +35,9 @@ class PepperTester : public NPAPITesterBase {
|
| // Test that a pepper 3d plugin loads and renders.
|
| // TODO(alokp): Enable the test after making sure it works on all platforms
|
| // and buildbots have OpenGL support.
|
| +// Fails on XP Build. http://crbug.com/44603
|
| #if defined(OS_WIN)
|
| -TEST_F(PepperTester, Pepper3D) {
|
| +TEST_F(PepperTester, FAILS_Pepper3D) {
|
| const FilePath dir(FILE_PATH_LITERAL("pepper"));
|
| const FilePath file(FILE_PATH_LITERAL("pepper_3d.html"));
|
| GURL url = ui_test_utils::GetTestUrl(dir, file);
|
|
|