[igt-dev] [PATCH i-g-t 1/3] stm-ci: Add STM blacklist

Raphael Gallais-Pou raphael.gallais-pou at foss.st.com
Fri Aug 5 10:16:52 UTC 2022


This blacklist contains all tests that do not run on STM platforms.
This list is inspired from intel-ci 'blacklist.txt'.

Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou at foss.st.com>
---
 tests/meson.build              |  2 ++
 tests/stm-ci/blacklist-stm.txt | 41 ++++++++++++++++++++++++++++++++++
 tests/stm-ci/meson.build       |  6 +++++
 3 files changed, 49 insertions(+)
 create mode 100644 tests/stm-ci/blacklist-stm.txt
 create mode 100644 tests/stm-ci/meson.build

diff --git a/tests/meson.build b/tests/meson.build
index b548dc3b..99c59152 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -473,3 +473,5 @@ image_files = [
 install_data(sources : image_files, install_dir : datadir)
 
 subdir('intel-ci')
+
+subdir('stm-ci')
diff --git a/tests/stm-ci/blacklist-stm.txt b/tests/stm-ci/blacklist-stm.txt
new file mode 100644
index 00000000..bd4bb21f
--- /dev/null
+++ b/tests/stm-ci/blacklist-stm.txt
@@ -0,0 +1,41 @@
+###############################################
+# Broadcom
+###############################################
+igt at vc4_.*
+igt at v3d_.*
+###############################################
+# AMD
+###############################################
+igt at amdgpu/.*
+###############################################
+# Panfrost
+###############################################
+igt at panfrost_.*
+###############################################
+# Qualcomm
+###############################################
+igt at msm_.*
+###############################################
+# Intel
+###############################################
+igt at i915_.*
+igt@(.*)i915.*
+igt at gen3_.*
+igt at gen7_.*
+igt at gen9_.*
+###############################################
+# GEM
+###############################################
+igt at gem_.*
+###############################################
+# Hibernate: not configured correctly on CI
+###############################################
+igt at .*@.*-hibernate
+###############################################
+# pipe-b to pipe-f no current HW support
+###############################################
+igt at .*@.*pipe-b($|-.*)
+igt at .*@.*pipe-c($|-.*)
+igt at .*@.*pipe-d($|-.*)
+igt at .*@.*pipe-e($|-.*)
+igt at .*@.*pipe-f($|-.*)
diff --git a/tests/stm-ci/meson.build b/tests/stm-ci/meson.build
new file mode 100644
index 00000000..43f94a27
--- /dev/null
+++ b/tests/stm-ci/meson.build
@@ -0,0 +1,6 @@
+
+stmci_files = [
+  'blacklist-stm.txt',
+]
+
+install_data(sources : stmci_files, install_dir : datadir)
-- 
2.25.1



More information about the igt-dev mailing list