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:20 +0000 (11:55 -0400)
commitef9cd5c799d6a7dade15a0e1c5e18831d0ac534b
treecd788d7271e1f7095ed09a596499feb86cfafbcb
parentdbbb73968ec9af48c2b0b9ea65a4b03843109f7d
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.024218 seconds and 4 git commands to generate.