The same is true for dEQP-EGL.functional.negative_api.create_window_surface
Works for me...
These are passing for me, are you dEQP running against x11_egl or some other target?
They crash for me when using DEQP_TARGET=x11_egl. I posted a fix to mesa-dev: From: Chad Versace <chadversary@chromium.org> To: mesa-dev@lists.freedesktop.org Subject: [PATCH] egl: Fix crashes in eglCreate*Surface() Date: Tue, 13 Dec 2016 14:40:07 -0800 Message-Id: <20161213224007.106998-1-chadversary@chromium.org>
Fixed by --- 8< --- commit 5e97b8f5ce975dfb66cc46e6b4cc1e89eb8c1dc0 Author: Chad Versace <chadversary@chromium.org> Date: Tue Dec 13 14:23:55 2016 -0800 egl: Fix crashes in eglCreate*Surface() Don't dereference a null EGLDisplay. Fixes tests dEQP-EGL.functional.negative_api.create_pbuffer_surface dEQP-EGL.functional.negative_api.create_pixmap_surface Reviewed-by: Mark Janes <mark.a.janes@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=99038 Cc: "13.0" <mesa-stable@lists.freedesktop.org>
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.