mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
tests: s/exit(77)/igt_skip()/
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -65,7 +65,7 @@ static uint32_t context_create(int fd)
|
||||
|
||||
ret = drmIoctl(fd, CONTEXT_CREATE_IOCTL, &create);
|
||||
if (ret == -1 && (errno == ENODEV || errno == EINVAL))
|
||||
exit(77);
|
||||
igt_skip();
|
||||
else if (ret)
|
||||
abort();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user