mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
tests/gem_mmap: mark basic object creation tests as basic
We should be able to create small and moderate sized objects quickly and without errors. Reviewed-by: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
parent
b0d8d73d8b
commit
90c47b2947
@ -138,7 +138,7 @@ igt_main
|
|||||||
igt_assert(ret == -1 && errno == ENOENT);
|
igt_assert(ret == -1 && errno == ENOENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
igt_subtest("new-object") {
|
igt_subtest("basic") {
|
||||||
arg.handle = gem_create(fd, OBJECT_SIZE);
|
arg.handle = gem_create(fd, OBJECT_SIZE);
|
||||||
arg.offset = 0;
|
arg.offset = 0;
|
||||||
arg.size = OBJECT_SIZE;
|
arg.size = OBJECT_SIZE;
|
||||||
@ -174,7 +174,7 @@ igt_main
|
|||||||
gem_close(fd, arg.handle);
|
gem_close(fd, arg.handle);
|
||||||
}
|
}
|
||||||
|
|
||||||
igt_subtest("small-bo")
|
igt_subtest("basic-small-bo")
|
||||||
test_huge_bo(-1);
|
test_huge_bo(-1);
|
||||||
igt_subtest("big-bo")
|
igt_subtest("big-bo")
|
||||||
test_huge_bo(0);
|
test_huge_bo(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user