summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-20 15:04:40 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-20 15:04:40 +0000
commita977dac4d3827246bf037d2ced4332ec59fb835c (patch)
tree73be5f035177e2ab378b4df2701f7ae78fb1163e
parentd5c06bc2514cf81b036fd6e710aa81af65491c73 (diff)
downloadchromium_src-a977dac4d3827246bf037d2ced4332ec59fb835c.zip
chromium_src-a977dac4d3827246bf037d2ced4332ec59fb835c.tar.gz
chromium_src-a977dac4d3827246bf037d2ced4332ec59fb835c.tar.bz2
Pepper3D test failed on buildbots again. Seems something else is going on. Marked Pepper3D test as FAILS.
TBR=gman@chromium.org BUG=44603 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47798 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/test/ui/pepper_uitest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/ui/pepper_uitest.cc b/chrome/test/ui/pepper_uitest.cc
index 5810467..a15e690 100644
--- a/chrome/test/ui/pepper_uitest.cc
+++ b/chrome/test/ui/pepper_uitest.cc
@@ -36,7 +36,7 @@ class PepperTester : public NPAPITesterBase {
// TODO(alokp): Enable the test after making sure it works on all platforms
// and buildbots have OpenGL support.
#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);