Skip to content

tests/amdgpu: Correct the fence status check

jie zhang requested to merge jesse.zhang/drm:main into main

When waiting for the fence to time out, the fence status will return -ETIME instead of 0. Because it is a negative test, the -ETIME should be our expect error.

Signed-off-by: Jesse Zhang Jesse.Zhang@amd.com

Merge request reports