fix: disable some abi conflict tests on FreeBSD
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 17 May 2021 15:24:47 +0000 (11:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 17 May 2021 15:55:36 +0000 (11:55 -0400)
commit453e66aa6dd796c74a0cb23f3b9ed63a0da2317a
tree9b6c404a021a8d8efd254c733b6721690b4d2f3b
parent79ed5fd9255c1871dfa68776e86715c381326be9
fix: disable some abi conflict tests on FreeBSD

On FreeBSD, symbol resolution when dlopening a shared object will always
favor symbols local to this shared object and thus our canary function will
never be called which breaks our abi conflict detection when abi1 is loaded
first.

Disable the test cases with this scenario on FreeBSD as we have no way
to fix this at the moment.

Change-Id: Ic0451ce61e21f94ece55429b41bf76db3ad74b3a
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/lib/lttng-ust/lttng-ust-comm.c
tests/regression/abi0-conflict/test_abi0_conflict
tests/utils/utils.sh
This page took 0.024377 seconds and 4 git commands to generate.