From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id ACE0E10E29C for ; Mon, 5 Dec 2022 20:27:25 +0000 (UTC) From: =?UTF-8?q?Zbigniew=20Kempczy=C5=84ski?= To: igt-dev@lists.freedesktop.org Date: Mon, 5 Dec 2022 21:27:05 +0100 Message-Id: <20221205202708.76217-3-zbigniew.kempczynski@intel.com> In-Reply-To: <20221205202708.76217-1-zbigniew.kempczynski@intel.com> References: <20221205202708.76217-1-zbigniew.kempczynski@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v2 2/5] tests/api_intel_allocator: Remove duplicated reuse and reserve subtests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: 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 --- 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