]> git.cworth.org Git - fips/commit
test: Add remaining three egl-opengl tests
authorCarl Worth <cworth@cworth.org>
Tue, 2 Jul 2013 18:53:52 +0000 (11:53 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 3 Jul 2013 00:29:58 +0000 (17:29 -0700)
commitb0a2c9dfcde1e0f679ceec3f4801f762eb09542a
tree7886bc59ed584421e4dd8988f5c377ff99e43dea
parentbc8909973744d68743a8401ec52afbbc3b0a12a4
test: Add remaining three egl-opengl tests

In a previous commit message, I had suggested we would be adding five
additional tests here. But unlike GLX, EGL provides only
eglGetProcAddress, (and no eglGetProcAddressARB), so two of the GLX
variants don't apply.

The two dlopen-based tests are currently failing when run under fips,
so once again the test suite has come through and found another bug.
test/.gitignore
test/Makefile.local
test/common.c
test/egl-opengl-dlopen-dlsym.c [new file with mode: 0644]
test/egl-opengl-dlopen-gpa.c [new file with mode: 0644]
test/egl-opengl-link-call.c
test/egl-opengl-link-gpa.c [new file with mode: 0644]
test/fips-test