b85f2323
by Elizabeth Figura at 2025-12-17T09:30:03+01:00
d3d11/tests: Use explicit todo markers for test_uint_instructions() failures.
The pattern "todo_wine_if (!a) ok(a)" makes the test nearly useless, since it is
no longer possible to notice when a failure is introduced or fixed. It's not
particularly necessary here, so instead mark specific failures.