From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0A0B310E44C for ; Tue, 24 Oct 2023 17:36:39 +0000 (UTC) From: =?UTF-8?q?Zbigniew=20Kempczy=C5=84ski?= To: igt-dev@lists.freedesktop.org Date: Tue, 24 Oct 2023 19:36:18 +0200 Message-Id: <20231024173618.127007-6-zbigniew.kempczynski@intel.com> In-Reply-To: <20231024173618.127007-1-zbigniew.kempczynski@intel.com> References: <20231024173618.127007-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 v4 5/5] intel-ci/xe-fast-feedback: Add two xe_evict_ccs subtests for Xe run List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: There are two subtests which should be run in bat. First is simple check of eviction, second exercises driver in multiple processes to check does any race influences on object consistency. Signed-off-by: Zbigniew KempczyƄski Cc: Katarzyna Dec Reviewed-by: Matthew Auld --- tests/intel-ci/xe-fast-feedback.testlist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist index 0cf28baf98..869dd2526d 100644 --- a/tests/intel-ci/xe-fast-feedback.testlist +++ b/tests/intel-ci/xe-fast-feedback.testlist @@ -26,6 +26,8 @@ igt@xe_evict@evict-small-external-cm igt@xe_evict@evict-small-multi-vm igt@xe_evict@evict-small-multi-vm-cm igt@xe_evict@evict-threads-small +igt@xe_evict_ccs@evict-ccs-overcommit-simple +igt@xe_evict_ccs@evict-ccs-overcommit-parallel-nofree-samefd igt@xe_exec_balancer@twice-virtual-basic igt@xe_exec_balancer@no-exec-virtual-basic igt@xe_exec_balancer@twice-cm-virtual-basic -- 2.34.1