diff options
author | shawnsingh@chromium.org <shawnsingh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-30 00:34:53 +0000 |
---|---|---|
committer | shawnsingh@chromium.org <shawnsingh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-30 00:34:53 +0000 |
commit | efc2004cacc3e7e7afb1ceae8b02d2dff1005ddb (patch) | |
tree | 3c0ef682b3cd8692ea8306c60b52cd946466f564 /gpu/command_buffer | |
parent | 8c33e214605ee9b4cf9aadcbbb2f8129b654cdc9 (diff) | |
download | chromium_src-efc2004cacc3e7e7afb1ceae8b02d2dff1005ddb.zip chromium_src-efc2004cacc3e7e7afb1ceae8b02d2dff1005ddb.tar.gz chromium_src-efc2004cacc3e7e7afb1ceae8b02d2dff1005ddb.tar.bz2 |
Unreviewed pixel wrangling. Temporarily disable DepthTextureTest.RenderTo because it is failing on some gpu bots.
BUG=135229
TBR=apatrick@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10700044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145041 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer')
-rw-r--r-- | gpu/command_buffer/tests/gl_depth_texture_unittest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gpu/command_buffer/tests/gl_depth_texture_unittest.cc b/gpu/command_buffer/tests/gl_depth_texture_unittest.cc index c7365ad..3cdddfb 100644 --- a/gpu/command_buffer/tests/gl_depth_texture_unittest.cc +++ b/gpu/command_buffer/tests/gl_depth_texture_unittest.cc @@ -60,7 +60,9 @@ struct FormatType { } // anonymous namespace -TEST_F(DepthTextureTest, RenderTo) { +// Temporarily marked disabled due to failure on gpu bots. +// https://code.google.com/p/chromium/issues/detail?id=135229 +TEST_F(DepthTextureTest, DISABLED_RenderTo) { if (!GLTestHelper::HasExtension("GL_CHROMIUM_depth_texture")) { return; } |