Giovanni Mascellani (@giomasce) commented about tests/hlsl/out-of-bounds-float.shader_test:
+[pixel shader] +float4 main() : sv_target {
- float x = .12345;
- return float4(x, 0.0, 0.0, 0.0);
+}
+[test] +draw quad +probe all rgba (0.12345, 0.0, 0.0, 0.0)
What is this supposed to test? Why does it belong to this commit? Also, notice that if you don't add it to `Makefile.am` it won't be considered for running the tests.