Disable fast unwind in ASAN when running non-GUI tests too
This might help with LeakSanitizer crashes.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -196,6 +196,8 @@ jobs:
|
|||||||
python -m httpbin.core 2>&1 >httpbin.log &
|
python -m httpbin.core 2>&1 >httpbin.log &
|
||||||
export WX_TEST_WEBREQUEST_URL=http://localhost:5000
|
export WX_TEST_WEBREQUEST_URL=http://localhost:5000
|
||||||
|
|
||||||
|
export ASAN_OPTIONS=fast_unwind_on_malloc=0
|
||||||
|
|
||||||
# Explicitly use bash because /bin/sh doesn't have pipefail option
|
# Explicitly use bash because /bin/sh doesn't have pipefail option
|
||||||
/bin/bash -o pipefail -c './test 2>&1 | tee test.out' || rc=$?
|
/bin/bash -o pipefail -c './test 2>&1 | tee test.out' || rc=$?
|
||||||
if [ ${{ matrix.use_asan }} ]; then
|
if [ ${{ matrix.use_asan }} ]; then
|
||||||
|
Reference in New Issue
Block a user