[PATCH libdrm 2/4] amdgpu: Use new suite/test disabling functionality.

2017-11-09 Thread Andrey Grodzovsky
Switch from disabling tests during run to using the new disable API. Signed-off-by: Andrey Grodzovsky --- tests/amdgpu/amdgpu_test.c| 14 ++-- tests/amdgpu/amdgpu_test.h| 15 tests/amdgpu/deadlock_tests.c | 8 + tests/amdgpu/uvd_enc_tests.c | 81 +--

Re: [PATCH libdrm 2/4] amdgpu: Use new suite/test disabling functionality.

2017-12-15 Thread Emil Velikov
On 10 November 2017 at 04:30, Andrey Grodzovsky wrote: > Switch from disabling tests during run to using the new disable > API. > > Signed-off-by: Andrey Grodzovsky > --- > tests/amdgpu/amdgpu_test.c| 14 ++-- > tests/amdgpu/amdgpu_test.h| 15 > tests/amdgpu/deadlock_tests.c