[Bug general/24589] run-backtrace-native.sh failed

2019-05-22 Thread mingli.yu at windriver dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24589 Mingli changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug general/24589] New: run-backtrace-native.sh failed

2019-05-21 Thread mingli.yu at windriver dot com
: 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 &&

[PATCH v2] skip the test when gcc not deployed

2019-05-21 Thread mingli.yu
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

[PATCH] tests: check gcc

2019-05-21 Thread mingli.yu
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