| 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();
|
|
|