mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-12-15 08:03:30 -08:00
tests: Skip "ps_movc" on Windows AMD drivers.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
0be448b4fd
commit
56f79913f6
@@ -7986,6 +7986,12 @@ static void test_shader_instructions(void)
|
||||
continue;
|
||||
}
|
||||
|
||||
if (uint_tests[i].ps == &ps_movc && is_amd_device(context.device))
|
||||
{
|
||||
skip("ps_movc crashes on Windows with AMD GPUs.\n");
|
||||
continue;
|
||||
}
|
||||
|
||||
if (current_ps != uint_tests[i].ps)
|
||||
{
|
||||
if (context.pipeline_state)
|
||||
|
||||
Reference in New Issue
Block a user