From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id CDFFC10E067 for ; Fri, 13 Oct 2023 11:30:38 +0000 (UTC) From: =?UTF-8?q?Zbigniew=20Kempczy=C5=84ski?= To: igt-dev@lists.freedesktop.org Date: Fri, 13 Oct 2023 13:28:48 +0200 Message-Id: <20231013112848.68164-5-zbigniew.kempczynski@intel.com> In-Reply-To: <20231013112848.68164-1-zbigniew.kempczynski@intel.com> References: <20231013112848.68164-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 4/4] 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 --- 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 610cc958c5..a2c23efb2c 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