From: Daniel Vetter <daniel.vetter@ffwll.ch>
To: IGT development <igt-dev@lists.freedesktop.org>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Subject: [igt-dev] [PATCH i-g-t 3/4] tests: s/core_prop_blob/kms_prop_blob
Date: Thu, 28 Feb 2019 18:17:22 +0100 [thread overview]
Message-ID: <20190228171723.31331-3-daniel.vetter@ffwll.ch> (raw)
In-Reply-To: <20190228171723.31331-1-daniel.vetter@ffwll.ch>
It's a kms test, name it accordingly. Also sort the build lists while
at it, one test got misplaced.
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
tests/Makefile.sources | 4 ++--
tests/intel-ci/fast-feedback.testlist | 2 +-
tests/{core_prop_blob.c => kms_prop_blob.c} | 0
tests/meson.build | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
rename tests/{core_prop_blob.c => kms_prop_blob.c} (100%)
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 35c79592bfee..71ccf00af256 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -16,7 +16,6 @@ TESTS_progs = \
core_getclient \
core_getstats \
core_getversion \
- core_prop_blob \
core_setmaster_vs_auth \
debugfs_test \
drm_import_export \
@@ -60,6 +59,7 @@ TESTS_progs = \
kms_plane_lowres \
kms_plane_multiple \
kms_plane_scaling \
+ kms_prop_blob \
kms_properties \
kms_psr \
kms_psr2_su \
@@ -67,13 +67,13 @@ TESTS_progs = \
kms_rmfb \
kms_rotation_crc \
kms_selftest \
+ kms_sequence \
kms_setmode \
kms_sysfs_edid_timing \
kms_tv_load_detect \
kms_universal_plane \
kms_vblank \
kms_vrr \
- kms_sequence \
meta_test \
perf \
perf_pmu \
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index 2d22c2c1cc1e..9b71194670da 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -1,7 +1,6 @@
# Keep alphabetically sorted by default
igt@core_auth@basic-auth
-igt@core_prop_blob@basic
igt@debugfs_test@read_all_entries
igt@gem_basic@bad-close
igt@gem_basic@create-close
@@ -185,6 +184,7 @@ igt@kms_chamelium@hdmi-crc-fast
igt@kms_chamelium@vga-hpd-fast
igt@kms_chamelium@vga-edid-read
igt@kms_chamelium@common-hpd-after-suspend
+igt@kms_prop_blob@basic
igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic
igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy
igt@kms_cursor_legacy@basic-flip-after-cursor-atomic
diff --git a/tests/core_prop_blob.c b/tests/kms_prop_blob.c
similarity index 100%
rename from tests/core_prop_blob.c
rename to tests/kms_prop_blob.c
diff --git a/tests/meson.build b/tests/meson.build
index f4bd4a109dbb..9015f809ed05 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -3,7 +3,6 @@ test_progs = [
'core_getclient',
'core_getstats',
'core_getversion',
- 'core_prop_blob',
'core_setmaster_vs_auth',
'debugfs_test',
'drm_import_export',
@@ -47,6 +46,7 @@ test_progs = [
'kms_plane_lowres',
'kms_plane_multiple',
'kms_plane_scaling',
+ 'kms_prop_blob',
'kms_properties',
'kms_psr',
'kms_psr2_su',
@@ -54,8 +54,8 @@ test_progs = [
'kms_rmfb',
'kms_rotation_crc',
'kms_selftest',
- 'kms_setmode',
'kms_sequence',
+ 'kms_setmode',
'kms_sysfs_edid_timing',
'kms_tv_load_detect',
'kms_universal_plane',
--
2.14.4
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2019-02-28 17:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-28 17:17 [igt-dev] [PATCH i-g-t 1/4] tests/kms_addfb_basic: Check that only the owner can rmfb Daniel Vetter
2019-02-28 17:17 ` [igt-dev] [PATCH i-g-t 2/4] tests:core_prop_blob: Drop local_ prefixes Daniel Vetter
2019-02-28 17:17 ` Daniel Vetter [this message]
2019-02-28 17:17 ` [igt-dev] [PATCH i-g-t 4/4] tests: Use igt_device_set/drop_master Daniel Vetter
2019-02-28 17:53 ` Chris Wilson
2019-03-01 7:55 ` Daniel Vetter
2019-02-28 17:47 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/4] tests/kms_addfb_basic: Check that only the owner can rmfb Patchwork
2019-02-28 20:42 ` [igt-dev] ✓ Fi.CI.IGT: " 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=20190228171723.31331-3-daniel.vetter@ffwll.ch \
--to=daniel.vetter@ffwll.ch \
--cc=daniel.vetter@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