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

Unified Diff: gpu/command_buffer/tests/gl_query_unittests.cc

Issue 11267032: Fix latency test on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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: gpu/command_buffer/tests/gl_query_unittests.cc
diff --git a/gpu/command_buffer/tests/gl_query_unittests.cc b/gpu/command_buffer/tests/gl_query_unittests.cc
index 047ae605ecbb8683ee8bad2fb9108f66a39c4854..9c169ed47e1a5d9a76c82e6fda9087240a21ba66 100644
--- a/gpu/command_buffer/tests/gl_query_unittests.cc
+++ b/gpu/command_buffer/tests/gl_query_unittests.cc
@@ -49,7 +49,7 @@ TEST_F(QueryTest, GetErrorBasic) {
EXPECT_EQ(static_cast<uint32>(GL_INVALID_ENUM), query_status);
}
-TEST_F(QueryTest, LatencyQueryBasic) {
+TEST_F(QueryTest, DISABLED_LatencyQueryBasic) {
EXPECT_TRUE(GLTestHelper::HasExtension(
"GL_CHROMIUM_command_buffer_latency_query"));
« 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