History log of /freebsd-current/lib/libexecinfo/tests/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# df1ea588 27-Jul-2023 Dmitry Chagin <dchagin@FreeBSD.org>

tests: Test libexecinfo backtrace call througth signal trampoline

It should fails on Aarch64 until https://reviews.llvm.org/D155066
is not merged.

Reviewed by:
Differential Revision: https://reviews.freebsd.org/D41129


# dd4c0b5a 29-Oct-2019 Conrad Meyer <cem@FreeBSD.org>

libexecinfo test: Don't strip installed test

It turns out that a test of backtrace symbol resolution and formatting
requires symbols. Another option mightt be building with -rdynamic instead,
but this works for now.

Re-enabled skipped CI test, as it should now pass.

PR: 241562
Submitted by: lwhsu
Reported by: lwhsu
X-MFC-With: r354126, r354135, r354144


# 43e9023f 26-Oct-2019 Conrad Meyer <cem@FreeBSD.org>

libexecinfo: Integrate NetBSD test into FreeBSD