From: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 2/4] tests/api_intel_allocator: Remove duplicated reuse and reserve subtests
Date: Thu, 1 Dec 2022 14:03:10 +0100 [thread overview]
Message-ID: <20221201130312.69093-3-zbigniew.kempczynski@intel.com> (raw)
In-Reply-To: <20221201130312.69093-1-zbigniew.kempczynski@intel.com>
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@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
next prev parent reply other threads:[~2022-12-01 13:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-01 13:03 [igt-dev] [PATCH i-g-t 0/4] Remove random allocator and improve reloc one Zbigniew Kempczyński
2022-12-01 13:03 ` [igt-dev] [PATCH i-g-t 1/4] lib/intel_allocator: Remove RANDOM allocator Zbigniew Kempczyński
2022-12-01 13:03 ` Zbigniew Kempczyński [this message]
2022-12-01 13:03 ` [igt-dev] [PATCH i-g-t 3/4] lib/intel_allocator_reloc: Introduce stateful allocations in reloc Zbigniew Kempczyński
2022-12-01 13:03 ` [igt-dev] [PATCH i-g-t 4/4] tests/gem_ctx_shared: Remove necessity of passing offset to function call Zbigniew Kempczyński
2022-12-01 14:42 ` [igt-dev] ✗ Fi.CI.BAT: failure for Remove random allocator and improve reloc one Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221201130312.69093-3-zbigniew.kempczynski@intel.com \
--to=zbigniew.kempczynski@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox