[COMMITTED] tests: Use -N for run-readelf-self.sh.

2023-06-17 Thread Mark Wielaard
The test doesn't really need to resolve all addresses and -N is really slow. * tests/run-readelf-self.sh: Add -N. Signed-off-by: Mark Wielaard --- tests/run-readelf-self.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-readelf-self.sh b/tests/run-readelf-

[COMMITTED] tests: Split up run-strip-reloc.sh test in three subtests

2023-06-17 Thread Mark Wielaard
This test can take a very long time under valgrind (on s390x). Split it into three tests for kernel modules, self-test and ppc64. That way the tests can run in parallel and each individual test produces a result (so the buildbot won't time out). Also change the comparison to elfcmp instead of doin

☺ Buildbot (Sourceware): elfutils - build successful (master)

2023-06-17 Thread builder--- via Elfutils-devel
A restored build has been detected on builder elfutils-fedora-s390x while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/43/builds/202 Build state: build successful Revision: 4ef4fea4a8c3ae69cb3259f073dfc53d261b263b Worker: fedora-s390x Bu

☺ Buildbot (Sourceware): elfutils - build successful (master)

2023-06-17 Thread builder--- via Elfutils-devel
A restored build has been detected on builder elfutils-gentoo-sparc while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/225/builds/76 Build state: build successful Revision: 4ef4fea4a8c3ae69cb3259f073dfc53d261b263b Worker: gentoo-sparc Bu

[COMMITTED] tests: Really split run-copymany-sections.sh into separate tests

2023-06-17 Thread Mark Wielaard
The previous commit 4fac1627c "tests: Split run-copymany-sections.sh into separate tests" duplicated the tests because they were still also done in the new test-copymany-subr.sh. Remove them really this time. Also don't source test-subr.sh twice, test-copymany-subr.sh already sources it, so the sub

[COMMITTED] tests: Split run-copymany-sections.sh into separate tests

2023-06-17 Thread Mark Wielaard
This test can take a very long time under valgrind (on s390x). Split it into four tests for big/little endian, 32/64 bit. That way the tests can run in parallel and each individual test produces a result (so the buildbot won't time out). * tests/run-copymany-sections.sh: Delete and move