33 lines
1.0 KiB
Diff
33 lines
1.0 KiB
Diff
From 010cacd89b847659b3c666ac963269b06a8c5058 Mon Sep 17 00:00:00 2001
|
|
From: Aaron Merey <amerey@redhat.com>
|
|
Date: Tue, 28 Nov 2023 16:41:35 -0500
|
|
Subject: [PATCH] tests/run-strip-strmerge.sh: remove ET_REL unstrip and
|
|
elflint tests
|
|
|
|
These tests can fail on i386. Remove them for now since stripping and
|
|
unstripping an ET_REL file is obscure.
|
|
|
|
---
|
|
tests/run-strip-strmerge.sh | 6 ------
|
|
1 file changed, 6 deletions(-)
|
|
|
|
diff --git a/tests/run-strip-strmerge.sh b/tests/run-strip-strmerge.sh
|
|
index aa9c1eb..67543eb 100755
|
|
--- a/tests/run-strip-strmerge.sh
|
|
+++ b/tests/run-strip-strmerge.sh
|
|
@@ -69,11 +69,5 @@ echo elflint $stripped
|
|
testrun ${abs_top_builddir}/src/elflint --gnu $stripped
|
|
echo elflint $debugfile
|
|
testrun ${abs_top_builddir}/src/elflint --gnu -d $debugfile
|
|
-echo unstrip
|
|
-testrun ${abs_top_builddir}/src/unstrip -o $remerged $stripped $debugfile
|
|
-echo elflint $remerged
|
|
-testrun ${abs_top_builddir}/src/elflint --gnu $remerged
|
|
-echo elfcmp
|
|
-testrun ${abs_top_builddir}/src/elfcmp $merged $remerged
|
|
|
|
exit 0
|
|
--
|
|
2.41.0
|
|
|