ccf69e6969
- Add remove-run-large-elf-file.sh.patch in order to remove running run-large-elf-file.sh (it hit OOM). OBS-URL: https://build.opensuse.org/request/show/751253 OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=141
69 lines
2.9 KiB
Diff
69 lines
2.9 KiB
Diff
From e2b5eedefa1ed6a713a08e683eaaa5ae004492c3 Mon Sep 17 00:00:00 2001
|
|
From: Martin Liska <mliska@suse.cz>
|
|
Date: Wed, 27 Nov 2019 10:30:58 +0100
|
|
Subject: [PATCH] Remove run-large-elf-file.sh test as it fails due to OOM.
|
|
|
|
---
|
|
tests/Makefile.am | 2 --
|
|
tests/Makefile.in | 10 +---------
|
|
2 files changed, 1 insertion(+), 11 deletions(-)
|
|
|
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index 2ff7dfc..7cdbafc 100644
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -84,7 +84,6 @@ TESTS = run-arextract.sh run-arsymtest.sh run-ar.sh newfile test-nlist \
|
|
run-next-files.sh run-next-lines.sh \
|
|
run-get-pubnames.sh run-get-aranges.sh run-allfcts.sh \
|
|
run-show-abbrev.sh run-line2addr.sh hash \
|
|
- run-large-elf-file.sh \
|
|
newscn run-strip-test.sh run-strip-test2.sh \
|
|
run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \
|
|
run-strip-test6.sh run-strip-test7.sh run-strip-test8.sh \
|
|
@@ -427,7 +426,6 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh run-ar.sh \
|
|
testfile-riscv64-core.bz2 \
|
|
run-reverse-sections.sh run-reverse-sections-self.sh \
|
|
run-copyadd-sections.sh run-copymany-sections.sh \
|
|
- run-large-elf-file.sh \
|
|
run-typeiter-many.sh run-strip-test-many.sh \
|
|
testfile-debug-rel-ppc64-g.o.bz2 \
|
|
testfile-debug-rel-ppc64-z.o.bz2 \
|
|
diff --git a/tests/Makefile.in b/tests/Makefile.in
|
|
index 258dd64..fe9641f 100644
|
|
--- a/tests/Makefile.in
|
|
+++ b/tests/Makefile.in
|
|
@@ -141,7 +141,7 @@ TESTS = run-arextract.sh run-arsymtest.sh run-ar.sh newfile$(EXEEXT) \
|
|
run-get-files.sh run-get-lines.sh run-next-files.sh \
|
|
run-next-lines.sh run-get-pubnames.sh run-get-aranges.sh \
|
|
run-allfcts.sh run-show-abbrev.sh run-line2addr.sh \
|
|
- hash$(EXEEXT) run-large-elf-file.sh newscn$(EXEEXT) \
|
|
+ hash$(EXEEXT) newscn$(EXEEXT) \
|
|
run-strip-test.sh run-strip-test2.sh run-strip-test3.sh \
|
|
run-strip-test4.sh run-strip-test5.sh run-strip-test6.sh \
|
|
run-strip-test7.sh run-strip-test8.sh run-strip-test9.sh \
|
|
@@ -1423,7 +1423,6 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh run-ar.sh \
|
|
testfile-riscv64-core.bz2 \
|
|
run-reverse-sections.sh run-reverse-sections-self.sh \
|
|
run-copyadd-sections.sh run-copymany-sections.sh \
|
|
- run-large-elf-file.sh \
|
|
run-typeiter-many.sh run-strip-test-many.sh \
|
|
testfile-debug-rel-ppc64-g.o.bz2 \
|
|
testfile-debug-rel-ppc64-z.o.bz2 \
|
|
@@ -2581,13 +2580,6 @@ hash.log: hash$(EXEEXT)
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
-run-large-elf-file.sh.log: run-large-elf-file.sh
|
|
- @p='run-large-elf-file.sh'; \
|
|
- b='run-large-elf-file.sh'; \
|
|
- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
- --log-file $$b.log --trs-file $$b.trs \
|
|
- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
- "$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
newscn.log: newscn$(EXEEXT)
|
|
@p='newscn$(EXEEXT)'; \
|
|
b='newscn'; \
|
|
--
|
|
2.24.0
|
|
|