Re: [Mesa-dev] [PATCH mesa 00/11] fix tests

2017-10-31 Thread Emil Velikov
On 31 October 2017 at 11:19, Eric Engestrom wrote: > a few issues being fixed here: > - symbol checks would silently pass when the lib is missing > - meson was failing to pass the lib to the scripts > - the egl symbol check only works on the non-libglvnd lib (we probably > want to have one for l

Re: [Mesa-dev] [PATCH mesa 00/11] fix tests

2017-10-31 Thread Dylan Baker
I've pushed the gbm patch mentioned, and I'll look into the wayland symbols. for the series: Reviewed-by: Dylan Baker Quoting Eric Engestrom (2017-10-31 04:19:57) > a few issues being fixed here: > - symbol checks would silently pass when the lib is missing > - meson was failing to pass the lib

[Mesa-dev] [PATCH mesa 00/11] fix tests

2017-10-31 Thread Eric Engestrom
a few issues being fixed here: - symbol checks would silently pass when the lib is missing - meson was failing to pass the lib to the scripts - the egl symbol check only works on the non-libglvnd lib (we probably want to have one for libglvnd, didn't do it in this series though) es2-ABI-check an