Hi,<br><br>On Tuesday, January 20, 2015, Derek Foreman <<a href="mailto:derekf@osg.samsung.com">derekf@osg.samsung.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This also skips the test when running on the headless backend.</blockquote><div><br></div><div>I like this part!</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+       if (strstr(extensions, "EGL_WL_bind_wayland_display") == NULL)<br>
+               skip("Wayland extensions not present.\n");<br>
</blockquote><div><br></div><div>But not this part. bind_wayland_display is the server-side extension, not the client.</div><div><br></div><div>I'd rather skip on:</div><div>  - EGL_KHR_platform_base present but not platform_wayland (see Jonny's patch series)</div><div>  - failure to connect to Wayland display</div><div>  - failure to create context or surface</div><div><br></div><div>That should eliminate basically all the false positives. Thanks for tackling this niggle though.<span></span></div><div><br></div><div>Cheers,</div><div>Daniel </div>