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-
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
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
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
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
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