X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Ffips-test;h=ec1813811e8618692f50cd35641b5810497e65e7;hb=0c8d32dabf4cec6957dfb4c071ecdb2fb4e4cd0e;hp=85a218256fbb901d6659023577d10206392de960;hpb=e90938cac9a539dc00c08b4439298cd05dada442;p=fips diff --git a/test/fips-test b/test/fips-test index 85a2182..ec18138 100755 --- a/test/fips-test +++ b/test/fips-test @@ -23,27 +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 link to libGL glXGetProcAddress ... " +printf "Testing GLX link to libGL glXGetProcAddress ... " test glx-link-gpa -printf "Testing GLX link to libGL glXGetProcAddressARB ... " +printf "Testing GLX link to libGL glXGetProcAddressARB ... " test glx-link-gpaa -printf "Testing GLX dlopen(libGL) dlsym ... " +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