From: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 2/2] tests/xe_intel_bb: Skip on platforms without render engine
Date: Thu, 25 May 2023 21:34:11 +0200 [thread overview]
Message-ID: <20230525193411.174802-3-zbigniew.kempczynski@intel.com> (raw)
In-Reply-To: <20230525193411.174802-1-zbigniew.kempczynski@intel.com>
Running render test on platforms without 3d engine doesn't make sense.
Use added check and skip on such platforms to avoid the noise.
Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
tests/xe/xe_intel_bb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/xe/xe_intel_bb.c b/tests/xe/xe_intel_bb.c
index 35d61608e1..4cdc04345a 100644
--- a/tests/xe/xe_intel_bb.c
+++ b/tests/xe/xe_intel_bb.c
@@ -1168,6 +1168,8 @@ igt_main_args("dpib", NULL, help_str, opt_handler, NULL)
full_batch(bops);
igt_subtest_with_dynamic("render") {
+ igt_require(xe_has_engine_class(xe, DRM_XE_ENGINE_CLASS_RENDER));
+
for (i = 0; i < ARRAY_SIZE(tests); i++) {
const struct test *t = &tests[i];
--
2.34.1
next prev parent reply other threads:[~2023-05-25 19:34 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-25 19:34 [igt-dev] [PATCH i-g-t 0/2] Skip render test on PVC Zbigniew Kempczyński
2023-05-25 19:34 ` [igt-dev] [PATCH i-g-t 1/2] xe/xe_query: Add engine class checker Zbigniew Kempczyński
2023-05-26 5:59 ` Dandamudi, Priyanka
2023-05-25 19:34 ` Zbigniew Kempczyński [this message]
2023-05-26 5:41 ` [igt-dev] [PATCH i-g-t 2/2] tests/xe_intel_bb: Skip on platforms without render engine Dandamudi, Priyanka
2023-05-25 20:33 ` [igt-dev] ✓ Fi.CI.BAT: success for Skip render test on PVC Patchwork
2023-05-26 10:12 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-05-26 10:39 ` Zbigniew Kempczyński
2023-05-26 12:29 ` Yedireswarapu, SaiX Nandan
2023-05-26 12:00 ` Patchwork
2023-05-26 12:10 ` Patchwork
2023-05-26 12:23 ` [igt-dev] ✓ Fi.CI.IGT: success " 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=20230525193411.174802-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