https://sourceware.org/bugzilla/show_bug.cgi?id=24589
Mingli changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
: general
Assignee: unassigned at sourceware dot org
Reporter: mingli.yu at windriver dot com
CC: elfutils-devel at sourceware dot org
Target Milestone: ---
backtrace: ../../elfutils-0.176/tests/backtrace.c:114: callback_verify:
Assertion `symname != NULL &&
From: Mingli Yu
Skip the tests which depend on gcc when
gcc not deployed.
Signed-off-by: Mingli Yu
---
tests/run-disasm-x86-64.sh | 2 ++
tests/run-disasm-x86.sh| 2 ++
tests/run-strip-g.sh | 2 ++
tests/run-strip-nothing.sh | 2 ++
4 files changed, 8 insertions(+)
diff --git a/test
From: Mingli Yu
Both run-disasm-x86-64.sh and run-disasm-x86.sh
need gcc, so check gcc before run the test.
Signed-off-by: Mingli Yu
---
tests/run-disasm-x86-64.sh | 2 ++
tests/run-disasm-x86.sh| 2 ++
2 files changed, 4 insertions(+)
diff --git a/tests/run-disasm-x86-64.sh b/tests/run-d