From: Swati Sharma <swati2.sharma@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] tests/kms_dither: rename subtest
Date: Mon, 18 Sep 2023 15:56:22 +0530 [thread overview]
Message-ID: <20230918102622.258614-1-swati2.sharma@intel.com> (raw)
Use small case for subtest naming.
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/kms_dither.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/kms_dither.c b/tests/kms_dither.c
index c41961937..3387a3b10 100644
--- a/tests/kms_dither.c
+++ b/tests/kms_dither.c
@@ -187,14 +187,14 @@ static bool is_supported(igt_output_t *output)
}
/**
- * SUBTEST: FB-8BPC-Vs-Panel-6BPC
+ * SUBTEST: fb-8bpc-vs-panel-6bpc
* Description: Framebuffer BPC:8, Panel BPC:6, Expected Dither:Enable
* Driver requirement: i915, xe
* Functionality: colorspace, kms_gem_interop
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: FB-8BPC-Vs-Panel-8BPC
+ * SUBTEST: fb-8bpc-vs-panel-8bpc
* Description: Framebuffer BPC:8, Panel BPC:8, Expected Dither:Disable
* Driver requirement: i915, xe
* Functionality: colorspace, kms_gem_interop
@@ -257,7 +257,7 @@ igt_main
(tests[i].fb_bpc > tests[i].output_bpc) ?
"Enable": "Disable");
- igt_subtest_with_dynamic_f("FB-%dBPC-Vs-Panel-%dBPC",
+ igt_subtest_with_dynamic_f("fb-%dbpc-vs-panel-%dbpc",
tests[i].fb_bpc, tests[i].output_bpc)
run_dither_test(&data,
tests[i].fb_bpc,
--
2.25.1
next reply other threads:[~2023-09-18 10:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-18 10:26 Swati Sharma [this message]
2023-09-18 13:50 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_dither: rename subtest Patchwork
2023-09-18 14:15 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork
2023-09-21 6:34 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork
2023-09-21 14:58 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-09-22 15:15 ` Patchwork
2023-09-23 5:18 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
2023-09-26 16:17 ` [igt-dev] [PATCH i-g-t] " Modem, Bhanuprakash
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=20230918102622.258614-1-swati2.sharma@intel.com \
--to=swati2.sharma@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