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

Unified Diff: gpu/command_buffer/client/gles2_implementation_unittest.cc

Issue 1923733003: Disable GLES2ImplementationTest.SignalSyncTokenAfterContextLoss. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/client/gles2_implementation_unittest.cc
diff --git a/gpu/command_buffer/client/gles2_implementation_unittest.cc b/gpu/command_buffer/client/gles2_implementation_unittest.cc
index 42aa7f5c559542a31c9a4aeec37a218ed986d250..e75b9b239b3a638608540f6a46644043823c54ea 100644
--- a/gpu/command_buffer/client/gles2_implementation_unittest.cc
+++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc
@@ -4487,7 +4487,9 @@ TEST_F(GLES2ImplementationTest, SignalSyncToken) {
EXPECT_EQ(1, signaled_count);
}
-TEST_F(GLES2ImplementationTest, SignalSyncTokenAfterContextLoss) {
+// TODO(danakj): Re-enable after/during re-land of https://crrev.com/389947.
+// This test depends on r389947 but that CL was reverted in r389980.
+TEST_F(GLES2ImplementationTest, DISABLED_SignalSyncTokenAfterContextLoss) {
EXPECT_CALL(*gpu_control_, GenerateFenceSyncRelease()).WillOnce(Return(1));
const uint64_t fence_sync = gl_->InsertFenceSyncCHROMIUM();
gl_->ShallowFlushCHROMIUM();
« 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