From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9CCA010E42A for ; Wed, 21 Jun 2023 09:42:48 +0000 (UTC) From: Katarzyna Dec To: igt-dev@lists.freedesktop.org Date: Wed, 21 Jun 2023 09:42:38 +0000 Message-Id: <20230621094238.1823567-1-katarzyna.dec@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t]SENDMAIL test tests/intel-ci: Add xe_mmap and xe_create tests to f-f List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Adding new tests to BATs: igt@xe_create@create-engines-noleak igt@xe_create@create-engines-leak igt@xe_create@create-massive-size igt@xe_mmap@bad-flags igt@xe_mmap@bad-extensions igt@xe_mmap@bad-object Signed-off-by: Katarzyna Dec --- tests/intel-ci/xe-fast-feedback.testlist | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist index 53c6be0ed..16fedc045 100644 --- a/tests/intel-ci/xe-fast-feedback.testlist +++ b/tests/intel-ci/xe-fast-feedback.testlist @@ -2,6 +2,9 @@ igt@xe_module_load@load igt@xe_compute@compute-square +igt@xe_create@create-engines-noleak +igt@xe_create@create-engines-leak +igt@xe_create@create-massive-size igt@xe_debugfs@base igt@xe_debugfs@gt igt@xe_debugfs@forcewake @@ -182,6 +185,9 @@ igt@xe_intel_bb@simple-bb-ctx igt@xe_mmap@system igt@xe_mmap@vram igt@xe_mmap@vram-system +igt@xe_mmap@bad-flags +igt@xe_mmap@bad-extensions +igt@xe_mmap@bad-object igt@xe_mmio@mmio-timestamp igt@xe_mmio@mmio-invalid igt@xe_prime_self_import@basic-with_one_bo -- 2.34.1