public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/4] tests/kms_invalid_dotclock: Rename to kms_invalid_mode
@ 2019-11-15 13:15 Ville Syrjala
  2019-11-15 13:15 ` [igt-dev] [PATCH i-g-t 2/4] tests/kms_invalid_mode: Convert the max dotclock test into a subtest Ville Syrjala
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ville Syrjala @ 2019-11-15 13:15 UTC (permalink / raw)
  To: igt-dev

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Let's add some more tests for invalid modes. To that end rename
the current kms_invalid_dotclock to kms_invalid_mode so we a
place where to put these.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
 tests/Makefile.sources                               | 2 +-
 tests/{kms_invalid_dotclock.c => kms_invalid_mode.c} | 2 +-
 tests/meson.build                                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename tests/{kms_invalid_dotclock.c => kms_invalid_mode.c} (99%)

diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 27801c89c46d..59d02462dd61 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -53,7 +53,7 @@ TESTS_progs = \
 	kms_frontbuffer_tracking \
 	kms_getfb \
 	kms_hdmi_inject \
-	kms_invalid_dotclock \
+	kms_invalid_mode \
 	kms_lease \
 	kms_legacy_colorkey \
 	kms_mmap_write_crc \
diff --git a/tests/kms_invalid_dotclock.c b/tests/kms_invalid_mode.c
similarity index 99%
rename from tests/kms_invalid_dotclock.c
rename to tests/kms_invalid_mode.c
index 275007df942d..1e8a354b5b3a 100644
--- a/tests/kms_invalid_dotclock.c
+++ b/tests/kms_invalid_mode.c
@@ -25,7 +25,7 @@
 #include "igt.h"
 #include <stdbool.h>
 
-IGT_TEST_DESCRIPTION("Make sure all modesets are rejected when the requested dotclock is too high");
+IGT_TEST_DESCRIPTION("Make sure all modesets are rejected when the requested mode is invalid");
 
 typedef struct {
 	int drm_fd;
diff --git a/tests/meson.build b/tests/meson.build
index 755fc9e6f2d7..5c074ce9d2d3 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -38,7 +38,7 @@ test_progs = [
 	'kms_frontbuffer_tracking',
 	'kms_getfb',
 	'kms_hdmi_inject',
-	'kms_invalid_dotclock',
+	'kms_invalid_mode',
 	'kms_lease',
 	'kms_legacy_colorkey',
 	'kms_mmap_write_crc',
-- 
2.23.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-11-16 21:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-15 13:15 [igt-dev] [PATCH i-g-t 1/4] tests/kms_invalid_dotclock: Rename to kms_invalid_mode Ville Syrjala
2019-11-15 13:15 ` [igt-dev] [PATCH i-g-t 2/4] tests/kms_invalid_mode: Convert the max dotclock test into a subtest Ville Syrjala
2019-11-15 13:15 ` [igt-dev] [PATCH i-g-t 3/4] tests/kms_invalid_mode: Test various bogus timings Ville Syrjala
2019-11-15 13:15 ` [igt-dev] [PATCH i-g-t 4/4] tests/kms_invalid_mode: Allow the test on !i915 Ville Syrjala
2019-11-15 13:41 ` [igt-dev] ✗ GitLab.Pipeline: failure for series starting with [i-g-t,1/4] tests/kms_invalid_dotclock: Rename to kms_invalid_mode Patchwork
2019-11-15 13:52 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2019-11-16 21:26 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox