[PATCH 9/9] d3d11/tests: Add test for typed UAV loads.

Henri Verbeet hverbeet at gmail.com
Tue Nov 29 09:16:52 CST 2016


On 29 November 2016 at 12:06, Józef Kucia <jkucia at codeweavers.com> wrote:
> Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
> ---
>  dlls/d3d11/tests/d3d11.c | 326 +++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 326 insertions(+)
>
This fails for me on Windows:

    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (0, 0).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (1, 0).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (2, 0).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (3, 0).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (0, 1).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (1, 1).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (2, 1).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (3, 1).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (0, 2).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (1, 2).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (2, 2).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (3, 2).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (0, 3).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (1, 3).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (2, 3).
    d3d11.c:11568: Test failed: Test 1: Got 0x3f000000, expected
0x00000000 at (3, 3).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (0, 0).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (1, 0).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (2, 0).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (3, 0).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (0, 1).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (1, 1).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (2, 1).
    d3d11.c:11568: Test failed: Test 5: Got 0x00000010, expected
0x00000000 at (3, 1).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (0, 2).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (1, 2).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (2, 2).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (3, 2).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (0, 3).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (1, 3).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (2, 3).
    d3d11.c:11568: Test failed: Test 5: Got 0xffffffff, expected
0x00000000 at (3, 3).



More information about the wine-devel mailing list