public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milos Malik <mmalik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: mark tests which are failing on RHEL-10
Date: Fri, 11 Sep 2026 13:21:58 GMT [thread overview]
Message-ID: <178913291815.1.207988375207336337.tests-selinux-28a763c2e01e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : 28a763c2e01eb3b0be54512d7b82e27e28545949
Author : Milos Malik <mmalik@redhat.com>
Date : 2024-09-12T15:53:29+02:00
Stats : +12/-1 in 12 file(s)
URL : https://src.fedoraproject.org/tests/selinux/c/28a763c2e01eb3b0be54512d7b82e27e28545949?branch=pr775-checkpolicy-revdeps
Log:
mark tests which are failing on RHEL-10
Tests which require the EPEL repository are tagged with rhel10-epel.
Tests which fail for other reasons are tagged with rhel10_broken.
---
diff --git a/libselinux/selabel-functions/main.fmf b/libselinux/selabel-functions/main.fmf
index f079f81..0a89a8f 100644
--- a/libselinux/selabel-functions/main.fmf
+++ b/libselinux/selabel-functions/main.fmf
@@ -17,6 +17,7 @@ tag:
- TierCandidatesPASS
- f33friendly
- targeted
+ - rhel10_broken
link:
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=1390909
adjust:
diff --git a/selinux-policy/bgpd-and-similar/main.fmf b/selinux-policy/bgpd-and-similar/main.fmf
index 2a836ea..c84edb6 100644
--- a/selinux-policy/bgpd-and-similar/main.fmf
+++ b/selinux-policy/bgpd-and-similar/main.fmf
@@ -31,6 +31,7 @@ tag:
- epel
- rhel8-epel
- rhel9-epel
+ - rhel10-epel
- targeted
- NoRHIVOS
tier: '2'
diff --git a/selinux-policy/boinc-and-similar/main.fmf b/selinux-policy/boinc-and-similar/main.fmf
index a3dcc0a..3d3bf7c 100644
--- a/selinux-policy/boinc-and-similar/main.fmf
+++ b/selinux-policy/boinc-and-similar/main.fmf
@@ -34,6 +34,7 @@ tag:
- epel
- rhel8-epel
- rhel9-epel
+ - rhel10-epel
- NoRHIVOS
link:
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=1618683
diff --git a/selinux-policy/bz533007-unable-to-start-kdump-service/main.fmf b/selinux-policy/bz533007-unable-to-start-kdump-service/main.fmf
index 9f4ecbc..0714eaa 100644
--- a/selinux-policy/bz533007-unable-to-start-kdump-service/main.fmf
+++ b/selinux-policy/bz533007-unable-to-start-kdump-service/main.fmf
@@ -36,6 +36,7 @@ tag:
- failinfedora
- targeted
- NoRHIVOS
+ - rhel10_broken
link:
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=533007
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=533366
diff --git a/selinux-policy/cups-pdf-and-similar/main.fmf b/selinux-policy/cups-pdf-and-similar/main.fmf
index 7f64dc5..fd859d9 100644
--- a/selinux-policy/cups-pdf-and-similar/main.fmf
+++ b/selinux-policy/cups-pdf-and-similar/main.fmf
@@ -35,6 +35,7 @@ tag:
- epel
- rhel8-epel
- rhel9-epel
+ - rhel10-epel
- NoRHIVOS
link:
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=560220
diff --git a/selinux-policy/exim-and-similar/main.fmf b/selinux-policy/exim-and-similar/main.fmf
index 0d2cbac..e2ed297 100644
--- a/selinux-policy/exim-and-similar/main.fmf
+++ b/selinux-policy/exim-and-similar/main.fmf
@@ -35,6 +35,7 @@ tag:
- epel
- rhel8-epel
- rhel9-epel
+ - rhel10-epel
- NoRHIVOS
link:
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=1025315
diff --git a/selinux-policy/ntpsec-and-similar/main.fmf b/selinux-policy/ntpsec-and-similar/main.fmf
index e8ee0f3..bee3455 100644
--- a/selinux-policy/ntpsec-and-similar/main.fmf
+++ b/selinux-policy/ntpsec-and-similar/main.fmf
@@ -29,6 +29,7 @@ tag:
- NoRHEL8
- epel
- rhel9-epel
+ - rhel10-epel
- targeted
- NoRHIVOS
tier: '3'
diff --git a/selinux-policy/nvme-stas-and-similar/main.fmf b/selinux-policy/nvme-stas-and-similar/main.fmf
index f58450e..e5b5cf7 100644
--- a/selinux-policy/nvme-stas-and-similar/main.fmf
+++ b/selinux-policy/nvme-stas-and-similar/main.fmf
@@ -36,7 +36,7 @@ link:
- verifies: https://issues.redhat.com/browse/RHEL-1557
adjust:
- enabled: false
- when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8
+ when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8, rhel-10, centos-stream-10
because: the nvme-stas package is not available there
extra-summary: /CoreOS/selinux-policy/Regression/nvme-stas-and-similar
extra-task: /CoreOS/selinux-policy/Regression/nvme-stas-and-similar
diff --git a/selinux-policy/opensmtpd-and-similar/main.fmf b/selinux-policy/opensmtpd-and-similar/main.fmf
index 35120f9..36bf0e7 100644
--- a/selinux-policy/opensmtpd-and-similar/main.fmf
+++ b/selinux-policy/opensmtpd-and-similar/main.fmf
@@ -31,6 +31,7 @@ tag:
- epel
- rhel8-epel
- rhel9-epel
+ - rhel10-epel
- NoRHIVOS
link:
- verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2208696
diff --git a/selinux-policy/snapd-and-similar/main.fmf b/selinux-policy/snapd-and-similar/main.fmf
index cb3e6d8..9715cbd 100644
--- a/selinux-policy/snapd-and-similar/main.fmf
+++ b/selinux-policy/snapd-and-similar/main.fmf
@@ -32,6 +32,7 @@ tag:
- epel
- rhel8-epel
- rhel9-epel
+ - rhel10-epel
- NoRHIVOS
link:
- verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2207725
diff --git a/selinux-policy/tlp-and-similar/main.fmf b/selinux-policy/tlp-and-similar/main.fmf
index 010d91b..9144304 100644
--- a/selinux-policy/tlp-and-similar/main.fmf
+++ b/selinux-policy/tlp-and-similar/main.fmf
@@ -35,6 +35,7 @@ tag:
- epel
- rhel8-epel
- rhel9-epel
+ - rhel10-epel
- NoRHIVOS
link:
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=1460481
diff --git a/setools/apol/main.fmf b/setools/apol/main.fmf
index 3ec5295..199523b 100644
--- a/setools/apol/main.fmf
+++ b/setools/apol/main.fmf
@@ -25,6 +25,7 @@ tag:
- NoRHEL6
- NoRHEL7
- targeted
+ - rhel10_broken
link:
- relates: https://issues.redhat.com/browse/RHEL-29967
adjust:
reply other threads:[~2026-09-11 13:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178913291815.1.207988375207336337.tests-selinux-28a763c2e01e@fedoraproject.org \
--to=mmalik@redhat.com \
--cc=git-commits@fedoraproject.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