summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-03-01 22:26:23 +0000
committerSam James <sam@gentoo.org>2024-03-01 22:26:23 +0000
commitbbaaa35438dd514ad6b4a5bad932c2fef6fd6ca6 (patch)
treeaa02316d1a48a8618c611760a57224508bdf354a /dev-libs/elfutils/files/elfutils-0.189-skip-DT_RELR-failing-tests.patch
parentdev-libs/elfutils: Stabilize 0.190 hppa, #920120 (diff)
downloadgentoo-bbaaa35438dd514ad6b4a5bad932c2fef6fd6ca6.tar.gz
gentoo-bbaaa35438dd514ad6b4a5bad932c2fef6fd6ca6.tar.bz2
gentoo-bbaaa35438dd514ad6b4a5bad932c2fef6fd6ca6.zip
dev-libs/elfutils: drop 0.189-r4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/elfutils/files/elfutils-0.189-skip-DT_RELR-failing-tests.patch')
-rw-r--r--dev-libs/elfutils/files/elfutils-0.189-skip-DT_RELR-failing-tests.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-libs/elfutils/files/elfutils-0.189-skip-DT_RELR-failing-tests.patch b/dev-libs/elfutils/files/elfutils-0.189-skip-DT_RELR-failing-tests.patch
deleted file mode 100644
index 0ffe75d93d31..000000000000
--- a/dev-libs/elfutils/files/elfutils-0.189-skip-DT_RELR-failing-tests.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-We know these tests fail with DT_RELR (https://sourceware.org/bugzilla/show_bug.cgi?id=28495)
-so skip for now.
---- a/tests/run-elflint-self.sh
-+++ b/tests/run-elflint-self.sh
-@@ -18,5 +18,8 @@
-
- . $srcdir/test-subr.sh
-
-+# XFAIL b/c no DT_RELR support yet (https://sourceware.org/bugzilla/show_bug.cgi?id=28495)
-+exit 77
-+
- testrun_on_self ${abs_top_builddir}/src/elflint --quiet --gnu-ld
- testrun_on_self_compressed ${abs_top_builddir}/src/elflint --quiet --gnu-ld
---- a/tests/run-strip-strmerge.sh
-+++ b/tests/run-strip-strmerge.sh
-@@ -17,6 +17,9 @@
-
- . $srcdir/test-subr.sh
-
-+# XFAIL b/c no DT_RELR support yet (https://sourceware.org/bugzilla/show_bug.cgi?id=28495)
-+exit 77
-+
- # Generate a file with merged .shstrtab/.strtab table.
- # strip and unstrip it. Check all files with elflint.
-
-diff --git a/tests/run-reverse-sections-self.sh b/tests/run-reverse-sections-self.sh
-index 71afd6a..87de933 100755
---- a/tests/run-reverse-sections-self.sh
-+++ b/tests/run-reverse-sections-self.sh
-@@ -17,6 +17,9 @@
-
- . $srcdir/test-subr.sh
-
-+# XFAIL b/c no DT_RELR support yet (https://sourceware.org/bugzilla/show_bug.cgi?id=28495)
-+exit 77
-+
- test_reverse_self ()
- {
- in_file="$1"