forked from pool/elfutils
Accepting request 615774 from home:Andreas_Schwab:Factory
- disable-tests-with-ptrace.patch: Rediff OBS-URL: https://build.opensuse.org/request/show/615774 OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=111
This commit is contained in:
parent
9a41c7f04a
commit
6440ea25f6
@ -1,11 +1,11 @@
|
||||
qemu-linux-user does not support ptrace, disable tests that depend on it
|
||||
/proc/self/auxv is not properly abstracted away
|
||||
|
||||
Index: elfutils-0.170/tests/Makefile.am
|
||||
Index: elfutils-0.171/tests/Makefile.am
|
||||
===================================================================
|
||||
--- elfutils-0.170.orig/tests/Makefile.am
|
||||
+++ elfutils-0.170/tests/Makefile.am
|
||||
@@ -99,7 +99,7 @@ TESTS = run-arextract.sh run-arsymtest.s
|
||||
--- elfutils-0.171.orig/tests/Makefile.am
|
||||
+++ elfutils-0.171/tests/Makefile.am
|
||||
@@ -102,7 +102,7 @@ TESTS = run-arextract.sh run-arsymtest.s
|
||||
run-native-test.sh run-bug1-test.sh \
|
||||
run-debuglink.sh run-debugaltlink.sh run-buildid.sh \
|
||||
dwfl-bug-addr-overflow run-addrname-test.sh \
|
||||
@ -14,8 +14,8 @@ Index: elfutils-0.170/tests/Makefile.am
|
||||
run-dwfl-bug-offline-rel.sh run-dwfl-addr-sect.sh \
|
||||
run-disasm-x86.sh run-disasm-x86-64.sh \
|
||||
run-early-offscn.sh run-dwarf-getmacros.sh run-dwarf-ranges.sh \
|
||||
@@ -128,8 +128,8 @@ TESTS = run-arextract.sh run-arsymtest.s
|
||||
run-stack-demangled-test.sh run-readelf-zx.sh run-readelf-zp.sh \
|
||||
@@ -134,8 +134,8 @@ TESTS = run-arextract.sh run-arsymtest.s
|
||||
run-readelf-types.sh \
|
||||
run-readelf-dwz-multi.sh run-allfcts-multi.sh run-deleted.sh \
|
||||
run-linkmap-cut.sh run-aggregate-size.sh run-peel-type.sh \
|
||||
- vdsosyms run-readelf-A.sh \
|
||||
@ -25,10 +25,10 @@ Index: elfutils-0.170/tests/Makefile.am
|
||||
elfshphehdr run-lfs-symbols.sh run-dwelfgnucompressed.sh \
|
||||
run-elfgetchdr.sh \
|
||||
run-elfgetzdata.sh run-elfputzdata.sh run-zstrptr.sh \
|
||||
Index: elfutils-0.170/tests/backtrace-subr.sh
|
||||
Index: elfutils-0.171/tests/backtrace-subr.sh
|
||||
===================================================================
|
||||
--- elfutils-0.170.orig/tests/backtrace-subr.sh
|
||||
+++ elfutils-0.170/tests/backtrace-subr.sh
|
||||
--- elfutils-0.171.orig/tests/backtrace-subr.sh
|
||||
+++ elfutils-0.171/tests/backtrace-subr.sh
|
||||
@@ -106,6 +106,11 @@ check_native_unsupported()
|
||||
fi
|
||||
;;
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 10 09:35:13 UTC 2018 - schwab@suse.de
|
||||
|
||||
- disable-tests-with-ptrace.patch: Rediff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 4 07:19:12 UTC 2018 - mliska@suse.cz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user