mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 22:02:57 +00:00
tests: exit(77) to properly mark tests as SKIP
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -138,7 +138,7 @@ int main(int argc, char **argv)
|
||||
|
||||
fprintf(stderr, "MI_STORE_DATA can only use GTT address on gen4+/g33 and"
|
||||
"needs snoopable mem on pre-gen6\n");
|
||||
goto out;
|
||||
return 77;
|
||||
}
|
||||
|
||||
|
||||
@@ -160,7 +160,6 @@ int main(int argc, char **argv)
|
||||
drm_intel_bo_unreference(target_bo);
|
||||
drm_intel_bufmgr_destroy(bufmgr);
|
||||
|
||||
out:
|
||||
close(fd);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user