Skip to content
Snippets Groups Projects
Commit 39cbef9e authored by Henri Verbeet's avatar Henri Verbeet
Browse files

tests: Get rid of some redundant "glsl" todo's.

These are redundant either because we already have a broader tag like
"sm<6", or because the tests are never executed with the GLSL runner in
the first place.
parent d56601c8
No related branches found
No related tags found
1 merge request!1289tests: Get rid of some redundant "glsl" todo's.
Pipeline #35327 skipped
......@@ -23,7 +23,7 @@ float4 main(float tex : texcoord) : sv_target
}
[test]
todo(sm<6 | glsl) draw quad
todo(sm<6) draw quad
probe ( 0, 0, 159, 480) rgba (10.0, 35.0, 0.0, 0.0)
probe (161, 0, 479, 480) rgba (10.0, 38.0, 0.0, 0.0)
probe (481, 0, 640, 480) rgba ( 5.0, 10.0, 0.0, 0.0)
......
......@@ -454,7 +454,7 @@ float4 main() : sv_target
}
[test]
todo(sm>=6 | glsl) draw quad
todo draw quad
probe (0, 0) rgba (4.0, 4.0, 0.0, 0.0)
[pixel shader fail(sm<6)]
......@@ -472,7 +472,7 @@ float4 main() : sv_target
}
[test]
todo(glsl) draw quad
draw quad
probe (0, 0) rgba (6.0, 6.0, 0.0, 0.0)
% Parameters before outputs can't have default values.
......
......@@ -171,5 +171,5 @@ float4 main() : sv_target
}
[test]
todo(sm<6 | glsl) draw quad
todo(sm<6) draw quad
probe (0, 0) rgba (0, 0, 0, 0);
......@@ -47,7 +47,7 @@ float4 main() : sv_target
}
[test]
todo(glsl) draw quad
draw quad
probe (0,0) rgba(1024.0, 0, 0, 0)
[pixel shader]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment