mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 06:13:04 +00:00
tests: s/exit(77)/igt_skip()/
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -54,7 +54,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