]> granicus.if.org Git - graphviz/commitdiff
CI: include a stack trace on UBSan failures
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Jun 2022 21:14:54 +0000 (14:14 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Jun 2022 03:04:35 +0000 (20:04 -0700)
.gitlab-ci.yml

index 126474245b218df3c496902c524b47d3acb03240..43558ee3bb6a7fbdeb6bf368b3ecf2ee37e5cb69 100644 (file)
@@ -231,6 +231,7 @@ portable-source:
         # Many of the tests run by pytest currently trigger ASan
         # memory leak detections. Disable those for now.
         - export ASAN_OPTIONS=detect_leaks=0
+        - export UBSAN_OPTIONS=print_stacktrace=1
         - python3 -m pytest --verbose --junitxml=report.xml ci/tests.py tests
         - ci/test_coverage.py --analyze
     # enable test coverage visualization in MR diff view