tests fail on several architectures
Created by: tjaalton
I enabled tests on the Debian package (based on f6d236e8) and noticed that the tests fail on most architectures, like so:
make[6]: Entering directory '/<<BUILDDIR>>/libglvnd-1.0.0+git20180308/build/tests'
PASS: testgldispatch_static.sh
FAIL: testgldispatch_generated.sh
FAIL: testgldispatch_patched.sh
PASS: testglxcreatecontext.sh
FAIL: testglxmcbasic.sh
FAIL: testglxmcloop.sh
FAIL: testglxmcthreads.sh
FAIL: testglxmclate.sh
FAIL: testglxmcoldlink.sh
FAIL: testglxgetprocaddress.sh
FAIL: testglxgetprocaddress_genentry.sh
PASS: testglxgetclientstr.sh
PASS: testglxqueryversion.sh
FAIL: testpatchentrypoints.sh
PASS: testegldisplay.sh
PASS: testegldevice.sh
PASS: testeglgetprocaddress.sh
PASS: testeglmakecurrent.sh
PASS: testeglerror.sh
PASS: testegldebug.sh
============================================================================
Testsuite summary for libglvnd 1.0.0
============================================================================
# TOTAL: 20
# PASS: 10
# SKIP: 0
# XFAIL: 0
# FAIL: 10
# XPASS: 0
# ERROR: 0
failing architectures are; armel, armhf, mips, mips64el, mipsel, s390x and a bunch of others that aren't supported. The tests pass on amd64, arm64, i386, ppc64el.
Edited by Adam Jackson