From 804b5022c02089df9159e59e607f47d6b0d6a5b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mika=20Isoj=C3=A4rvi?= Date: Fri, 20 Mar 2015 15:20:31 -0700 Subject: [PATCH] Remove invalid negative eglCreateSync test. 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/egl/teglSyncTests.cpp b/modules/egl/teglSyncTests.cpp index d2df358..9fd6f97 100644 --- a/modules/egl/teglSyncTests.cpp +++ b/modules/egl/teglSyncTests.cpp @@ -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)); -- 2.7.4