public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/selinux] pr775-checkpolicy-revdeps: do not run the anon_inode test on s390x machines
@ 2026-09-11 13:21 Milos Malik
  0 siblings, 0 replies; only message in thread
From: Milos Malik @ 2026-09-11 13:21 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 12c66e8685d25efefa10d3bcc9eab879e31fc44e
            Author : Milos Malik <mmalik@redhat.com>
            Date   : 2024-06-19T13:42:52+02:00
            Stats  : +4/-0 in 2 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/12c66e8685d25efefa10d3bcc9eab879e31fc44e?branch=pr775-checkpolicy-revdeps

            Log:
            do not run the anon_inode test on s390x machines

The automated test causes problems when executed on s390x machines.
From now on, the test should not be executed there.

---
diff --git a/selinux-policy/anon_inode-and-similar/Makefile b/selinux-policy/anon_inode-and-similar/Makefile
index e6d8ba8..9efa34d 100644
--- a/selinux-policy/anon_inode-and-similar/Makefile
+++ b/selinux-policy/anon_inode-and-similar/Makefile
@@ -60,6 +60,7 @@ $(METADATA): Makefile
 	@echo "License:         GPLv2" >> $(METADATA)
 	@echo "Confidential:    no" >> $(METADATA)
 	@echo "Destructive:     no" >> $(METADATA)
+	@echo "Architectures:   aarch64 ppc64le x86_64" >> $(METADATA)
 	@echo "Environment:     AVC_ERROR=+no_avc_check" >> $(METADATA)
 	@echo "Releases:        -RHEL4" >> $(METADATA)
 	@echo "Bug:             1954145" >> $(METADATA) # RHEL-9

diff --git a/selinux-policy/anon_inode-and-similar/main.fmf b/selinux-policy/anon_inode-and-similar/main.fmf
index 632ca36..a94c107 100644
--- a/selinux-policy/anon_inode-and-similar/main.fmf
+++ b/selinux-policy/anon_inode-and-similar/main.fmf
@@ -43,6 +43,9 @@ adjust:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8
     because: the anon_inode class is not defined there
+  - enabled: false
+    when: distro == s390, s390x
+    because: the automated test gets stuck there
 extra-nitrate: TC#0612643
 extra-summary: /CoreOS/selinux-policy/Regression/anon_inode-and-similar
 extra-task: /CoreOS/selinux-policy/Regression/anon_inode-and-similar

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 13:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 13:21 [tests/selinux] pr775-checkpolicy-revdeps: do not run the anon_inode test on s390x machines Milos Malik

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