Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8dda6b7b authored by Jamie Gennis's avatar Jamie Gennis
Browse files

SurfaceTexture: disable a failing test.

The SurfaceTextureSyncModeWaitRetire test was disabled.  It is failing
because of the synchronization hacks that were added to SurfaceTexture
to work around bugs in vendor device drivers.

Change-Id: I09a74538bfe14a04833acb6847471e00826cc7fc
parent c2c8dfd7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -453,7 +453,9 @@ TEST_F(SurfaceTextureClientTest, SurfaceTextureSyncModeMinUndequeued) {
    ASSERT_EQ(OK, anw->cancelBuffer(anw.get(), buf[2]));
}

TEST_F(SurfaceTextureClientTest, SurfaceTextureSyncModeWaitRetire) {
// XXX: This is not expected to pass until the synchronization hacks are removed
// from the SurfaceTexture class.
TEST_F(SurfaceTextureClientTest, DISABLED_SurfaceTextureSyncModeWaitRetire) {
    sp<ANativeWindow> anw(mSTC);
    sp<SurfaceTexture> st(mST);