Francisco Casas (@fcasas) commented about tests/shader_runner.c:
case STATE_TEST: /* Compilation which fails with dxcompiler is not 'todo', therefore the tests are * not 'todo' either. They cannot run, so skip them entirely. */
if (!skip_tests && SUCCEEDED(expect_hr))
printf("Skip execution? %u\n", runner->skip_execution);
You probably forgot to remove this, me.