tests: Skip bindless bufinfo tests for now on RADV.

Can hang system in the worst case.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
This commit is contained in:
Hans-Kristian Arntzen 2020-10-29 12:17:13 +01:00
parent 922a67f910
commit dba2812998
1 changed files with 7 additions and 0 deletions

View File

@ -40809,6 +40809,13 @@ static void test_bindless_bufinfo(bool use_dxil)
if (!init_compute_test_context(&context))
return;
if (is_radv_device(context.device))
{
skip("Bindless bufinfo is known to fail on RADV for time being and may lock up the system. Skipping.\n");
destroy_test_context(&context);
return;
}
if (use_dxil && !context_supports_dxil(&context))
{
destroy_test_context(&context);