summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorPankaj Bharadiya <pankaj.laxminarayan.bharadiya@intel.com>2020-07-28 20:53:21 +0530
committerPetri Latvala <petri.latvala@intel.com>2020-10-07 12:07:57 +0300
commit33f07391e5f6a8d9323e471c81db3f29f91ed4d7 (patch)
treeefa8401dcac763cb9966b5d50f65afd3e6155b24 /tests/meson.build
parent0e4fbc60ca5ad6585e642d2ddf8313f3c738426e (diff)
tests: Remove kms_crtc_background_color test
BACKGROUND_COLOR property is not supported in kernel as of now. Following patch attempted to add support but never got merged due to lack of userspace support. https://patchwork.freedesktop.org/patch/333632/?series=67424&rev=1 This test case is always skipped, as it does not find the BACKGROUND_COLOR prop support hence remove it. Signed-off-by: Pankaj Bharadiya <pankaj.laxminarayan.bharadiya@intel.com> Acked-by: Martin Peres <martin.peres@linux.intel.com> Acked-by: Matt Roper <matthew.d.roper@intel.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 32f011e9..08200f26 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -26,7 +26,6 @@ test_progs = [
'kms_ccs',
'kms_concurrent',
'kms_content_protection',
- 'kms_crtc_background_color',
'kms_cursor_crc',
'kms_cursor_edge_walk',
'kms_cursor_legacy',