Sanity test failure - a shader test seems to be failing to compile
Hi folk, I'm getting the following when I run the sanity check, which is not a test failure per se but a failure to compile the test. I've looked at the test, but I'm not sufficiently expert to identify the problem :
"spec@arb_shader_ballot@execution@fs-readfirstinvocation-uint-loop": { "type": "TestResult", "command": "/home/mark/Projects/piglit/piglit-master/bin/shader_runner /home/mark/Projects/piglit/piglit-master/tests/spec/arb_shader_ballot/execution/fs-readFirstInvocation-uint-loop.shader_test -auto -fbo", "environment": "PIGLIT_SOURCE_DIR="/home/mark/Projects/piglit/piglit-master" PIGLIT_PLATFORM="mixed_glx_egl"", "err": "Failed to compile FS: 0(26) : error C1020: invalid operands to "/"\n0(26) : error C1020: invalid operands to "/"\n\n", "out": "", "result": "fail", "returncode": 1,
Is it just telling me that one of the requirements for this test is missing ?