Remove invalid negative eglCreateSync test.
authorMika Isojärvi <misojarvi@google.com>
Fri, 20 Mar 2015 22:20:31 +0000 (15:20 -0700)
committerMika Isojärvi <misojarvi@google.com>
Fri, 20 Mar 2015 22:20:31 +0000 (15:20 -0700)
Remove negative eglCreateSync test that tried to create
EGL_REUSABLE_SYNC without context and expected EGL_BAD_MATCH.
EGL_REUSABLE_SYNC doesn't require current context.

Bug: 18290284
Change-Id: I5370a0f634497031cce6fd9985943df7d09eb6e7

modules/egl/teglSyncTests.cpp

index d2df358..9fd6f97 100644 (file)
@@ -1255,7 +1255,6 @@ void ReusableSyncTests::init (void)
                invalid->addChild(new CreateInvalidDisplayTest(m_eglTestCtx, EGL_SYNC_REUSABLE_KHR));
                invalid->addChild(new CreateInvalidTypeTest(m_eglTestCtx, EGL_SYNC_REUSABLE_KHR));
                invalid->addChild(new CreateInvalidAttribsTest(m_eglTestCtx, EGL_SYNC_REUSABLE_KHR));
-               invalid->addChild(new CreateInvalidContextTest(m_eglTestCtx, EGL_SYNC_REUSABLE_KHR));
 
                // eglClientWaitSyncKHR tests
                invalid->addChild(new ClientWaitInvalidDisplayTest(m_eglTestCtx, EGL_SYNC_REUSABLE_KHR));