tests: Disable Address Sanitizer SIGSEGV handler for intentional SIGSEGV.
[pspp] / tests / ui / terminal / main.at
index a67447e48ebdc6f7796bde016f9859e486d72c62..9da187fa45f3b52f915903cfd65dc9f3edcd48e6 100644 (file)
@@ -38,6 +38,10 @@ AT_CHECK([pspp main.sps & sleep 1; kill $!; wait $!], [143], [], [ignore])
 AT_CLEANUP
 
 AT_SETUP([SIGSEGV yields error report])
+
+# This test intentionally causes SIGSEGV, so make Address Sanitizer ignore it.
+ASAN_OPTIONS=$ASAN_OPTIONS:handle_segv=0; export ASAN_OPTIONS
+
 AT_CHECK([[echo 'host command=["kill -SEGV $PPID"].' | pspp -O format=csv]],
   [139], [], [stderr])