[igt-dev] [PATCH i-g-t 2/4] tests/api_intel_allocator: Remove duplicated reuse and reserve subtests
Zbigniew Kempczyński
zbigniew.kempczynski at intel.com
Thu Dec 1 13:03:10 UTC 2022
For SIMPLE allocator those subtest are duplicated outside loop which
exercises all defined allocators. Lets remove it and not waste time
for double run.
Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
---
tests/i915/api_intel_allocator.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/tests/i915/api_intel_allocator.c b/tests/i915/api_intel_allocator.c
index 098b9e6960..b55587e549 100644
--- a/tests/i915/api_intel_allocator.c
+++ b/tests/i915/api_intel_allocator.c
@@ -769,12 +769,6 @@ igt_main
igt_subtest_f("reserve-simple")
reserve_simple(fd);
- igt_subtest_f("reuse")
- reuse(fd, INTEL_ALLOCATOR_SIMPLE);
-
- igt_subtest_f("reserve")
- reserve(fd, INTEL_ALLOCATOR_SIMPLE);
-
igt_describe("For simple allocator check does default alignment is "
"properly handled in open and alloc functions");
igt_subtest_f("default-alignment")
--
2.34.1
More information about the igt-dev
mailing list