tests: Mark individual test directives as todo.

Signed-off-by: Giovanni Mascellani <gmascellani@codeweavers.com>
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura
2022-04-14 12:52:34 +02:00
committed by Alexandre Julliard
parent c0562e2a1e
commit 98a36dfa41
37 changed files with 121 additions and 156 deletions

View File

@@ -18,7 +18,7 @@ float4 main() : sv_target
[test]
uniform 0 float4 -1.9 -1.0 2.9 4.0
draw quad
todo draw quad
probe all rgba (-1.0, -1.0, 2.0, 4.0)
% As above, but cast "x" to float4 first.
@@ -41,7 +41,7 @@ float4 main() : sv_target
[test]
uniform 0 float4 -1.9 -1.0 2.9 4.0
draw quad
todo draw quad
probe all rgba (-1.0, -1.0, 2.0, 4.0)
% As above, but declare "x" as float4 and cast it to int4.
@@ -64,7 +64,7 @@ float4 main() : sv_target
[test]
uniform 0 float4 -1.9 -1.0 2.9 4.0
draw quad
todo draw quad
probe all rgba (-1.0, -1.0, 2.0, 4.0)
[require]
@@ -86,5 +86,5 @@ float4 main(uniform int4 i) : sv_target
[test]
uniform 0 int4 -2 0 1 -3000000
draw quad
todo draw quad
probe all rgba (-1.0, 0.0, 1.0, -3000000.0)