[igt-dev] [i-g-t] tests/intel-ci: Add display blacklist for XE

Bhanuprakash Modem bhanuprakash.modem at intel.com
Thu May 18 11:28:58 UTC 2023


Add display blacklist for XE, until we complete the testplan
documentation.

This will unblock the CI to enable the XE full run, once testplan
documentation changes got landed, we can revert this patch.

Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
 tests/intel-ci/meson.build      |  1 +
 tests/intel-ci/xe.blacklist.txt | 37 +++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 tests/intel-ci/xe.blacklist.txt

diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build
index bbbd55700..b16765172 100644
--- a/tests/intel-ci/meson.build
+++ b/tests/intel-ci/meson.build
@@ -6,6 +6,7 @@ intelci_files = [
   'blacklist.txt',
   'blacklist-pre-merge.txt',
   'xe-fast-feedback.testlist',
+  'xe.blacklist.txt',
 ]
 
 install_data(sources : intelci_files, install_dir : datadir)
diff --git a/tests/intel-ci/xe.blacklist.txt b/tests/intel-ci/xe.blacklist.txt
new file mode 100644
index 000000000..4285881be
--- /dev/null
+++ b/tests/intel-ci/xe.blacklist.txt
@@ -0,0 +1,37 @@
+##################################################################
+#Pipe E, F, G and H
+##################################################################
+igt at .*@.*pipe-(e|f|g|h).*
+##################################################################
+# Multidisplay
+##################################################################
+igt at kms_bw@.*-(5|6|7|8)-displays-.*
+##################################################################
+igt at kms_draw_crc@draw-method-(mmap-cpu|mmap-gtt|pwrite)
+igt at kms_draw_crc@fill-fb
+igt at kms_pipe_b_c_ivb@.*
+igt at kms_pwrite_crc
+igt at kms_ccs@.*
+igt at kms_frontbuffer_tracking@.*
+igt at kms_fbcon_fbt@(fbc|psr)(-suspend)
+igt at kms_fence_pin_leak
+igt at kms_busy@.*
+igt at kms_psr@.*_mmap_(cpu|gtt)
+igt at kms_legacy_colorkey@basic
+igt at kms_legacy_colorkey@invalid-plane
+igt at kms_flip_scaled_crc@flip-(32|64)bpp-(4|x|y|yf)tile-.*
+igt at kms_big_fb@(4|x|y|yf)-tiled-.*
+igt at kms_flip@2x-flip-vs-fences
+igt at kms_flip@flip-vs-fences(-interruptible)
+igt at kms_addfb_basic@clobberred-modifier
+igt at kms_addfb_basic@.*-tiling
+igt at kms_addfb_basic@.*-(4|x|y|yf)-.*
+igt at kms_async_flips@.*
+igt at kms_plane_multiple@tiling-(4|x|y|yf)
+igt at kms_cursor_legacy@flip-vs-cursor-busy-crc-(atomic|legacy)
+igt at kms_rotation_crc@primary-(4|x|y|yf)-tiled-.*
+igt at kms_rotation_crc@exhaust-fences
+igt at kms_force_connector_basic@force-load-detect
+igt at kms_getfb@.*-ccs
+igt at kms_plane_lowres@tiling-(4|x|y|yf)
+##################################################################
-- 
2.40.0



More information about the igt-dev mailing list