enable --catch-write-textsegment and --catch-outerspace

This commit is contained in:
2026-04-16 22:36:48 +02:00
parent 329014aada
commit 3563a810a1

View File

@ -90,6 +90,8 @@ client module:
-Wf,--server-port={{ FAIL_SERVER_PORT }} \ -Wf,--server-port={{ FAIL_SERVER_PORT }} \
-Wf,--state-dir={{ BUILD_DIR }}-{{ module }}/state \ -Wf,--state-dir={{ BUILD_DIR }}-{{ module }}/state \
-Wf,--trap \ -Wf,--trap \
-Wf,--catch-write-textsegment \
-Wf,--catch-outerspace \
-Wf,--timeout=500000 \ -Wf,--timeout=500000 \
-Wf,--ok-marker=fail_marker_positive \ -Wf,--ok-marker=fail_marker_positive \
-Wf,--fail-marker=fail_marker_negative \ -Wf,--fail-marker=fail_marker_negative \