X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Ffips-test;h=ec1813811e8618692f50cd35641b5810497e65e7;hb=5169acf1de805f8ad277554f6ec064e8f36111c3;hp=7f9435288269134c554bf6abd90712efee6eb630;hpb=6b4c98a569784ffe9c0d580daf687cb624708937;p=fips diff --git a/test/fips-test b/test/fips-test index 7f94352..ec18138 100755 --- a/test/fips-test +++ b/test/fips-test @@ -23,21 +23,51 @@ echo "Testing fips with programs using different window-system interfaces to" echo "OpenGL, different linking mechanisms, and different symbol-lookup." echo "" -printf " Win-sys Link-mode Lookup\n" -printf " ------- ------------- -----------------\n" +printf " Window sys. Link-mode Lookup\n" +printf " ----------- ------------- -----------------\n" -printf "Testing GLX link to libGL direct calls ... " +printf "Testing GLX link to libGL direct calls ... " test glx-link-call -printf "Testing GLX dlopen(libGL) dlsym ... " +printf "Testing GLX link to libGL glXGetProcAddress ... " +test glx-link-gpa + +printf "Testing GLX link to libGL glXGetProcAddressARB ... " +test glx-link-gpaa + +printf "Testing GLX dlopen(libGL) dlsym ... " test glx-dlopen-dlsym -printf "Testing GLX dlopen(libGL) glXGetProcAddress ... " +printf "Testing GLX dlopen(libGL) glXGetProcAddress ... " test glx-dlopen-gpa -printf "Testing GLX dlopen(libGL) glXGetProcAddressARB ... " +printf "Testing GLX dlopen(libGL) glXGetProcAddressARB ... " test glx-dlopen-gpaa +printf "Testing EGL/OpenGL link to libGL direct calls ... " +test egl-opengl-link-call + +printf "Testing EGL/OpenGL link to libGL eglGetProcAddress ... " +test egl-opengl-link-gpa + +printf "Testing EGL/OpenGL dlopen(libGL) dlsym ... " +test egl-opengl-dlopen-dlsym + +printf "Testing EGL/OpenGL dlopen(libGL) eglGetProcAddress ... " +test egl-opengl-dlopen-gpa + +printf "Testing EGL/GLESv2 link libGLESv2 direct calls ... " +test egl-glesv2-link-call + +printf "Testing EGL/GLESv2 link libGLESv2 eglGetProcAddress ... " +test egl-glesv2-link-gpa + +printf "Testing EGL/GLESv2 dlopen(GLESv2) dlsym ... " +test egl-glesv2-dlopen-dlsym + +printf "Testing EGL/GLESv2 dlopen(GLESv2) eglGetProcAddress ... " +test egl-glesv2-dlopen-gpa + echo "" if [ $errors -gt 0 ]; then