[PATCH 0/2] perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in

James Clark posted 2 patches 1 year, 11 months ago
tools/perf/builtin-version.c                    | 1 +
tools/perf/tests/shell/test_arm_callgraph_fp.sh | 6 ++++++
2 files changed, 7 insertions(+)
[PATCH 0/2] perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in
Posted by James Clark 1 year, 11 months ago
The first commit outputs the unwinding feature definition in perf
version so that the script can gate on it. And then skip the test if
it's not present.

I didn't add any fixes tags because it's modifying the perf version
output, requires both commits, and it's just for a test skip change so
I don't think backporting makes sense.

James Clark (2):
  perf version: Display availability of HAVE_DWARF_UNWIND_SUPPORT
  perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in

 tools/perf/builtin-version.c                    | 1 +
 tools/perf/tests/shell/test_arm_callgraph_fp.sh | 6 ++++++
 2 files changed, 7 insertions(+)

-- 
2.34.1
Re: [PATCH 0/2] perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in
Posted by Namhyung Kim 1 year, 11 months ago
On Tue, 23 Jan 2024 16:39:00 +0000, James Clark wrote:
> The first commit outputs the unwinding feature definition in perf
> version so that the script can gate on it. And then skip the test if
> it's not present.
> 
> I didn't add any fixes tags because it's modifying the perf version
> output, requires both commits, and it's just for a test skip change so
> I don't think backporting makes sense.
> 
> [...]

Applied to perf-tools-next, thanks!

Best regards,
-- 
Namhyung Kim <namhyung@kernel.org>