Files
libunwind/tests
Stephen Webb 7bc6cecda1 Fix some QNX test failures due to syscall name
Two tests were failing on QNX because they hard-code the syscall
function name for raising a signal and the hard-coded function name is
wrong for QNX OS.

Ran the relevant test code through clang-format and fixed additional
issues with Aarch64 scalable vector extension (SVE) on QNX.
2025-08-11 11:38:10 -04:00
..
2023-07-05 14:03:58 -04:00
2023-06-15 10:43:21 -04:00
2023-07-05 14:03:58 -04:00
2023-11-29 15:47:17 -05:00
2023-11-29 15:47:17 -05:00
2025-06-03 10:19:47 -04:00
2024-02-14 08:55:01 -05:00
2023-08-06 07:05:56 -04:00
2024-02-14 08:55:01 -05:00

Testing libunwind

Testing in the build tree

Testing in a self-hosted build environment is as simple as make check

Testing staged builds

$ STAGINGDIR=/tmp/gh-705
$ make install DESTDIR=$STAGINGDIR
$ LIBUNWIND=$STAGINGDIR/usr/lib/libunwind.so LIBUNWIND_GENERIC=$STAGINGDIR/usr/lib/libunwind-x86_64.so LD_LIBRARY_PATH=$STAGINGDIR/usr/lib $STAGINGDIR/usr/libexec/libunwind/test-runner

Testing installed builds

$ /usr/libexec/libunwind/test-runner