File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 6868 PYTHONDEVMODE=1 PYTHONASYNCIODEBUG=1 PYTHONWARNINGS=error PYTHONMALLOC=malloc_debug \
6969 UBSAN_OPTIONS="halt_on_error=1" ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
7070 make check TESTARGS="-platform offscreen"
71+
72+ - name : Run memory tests with sanitizers
73+ run : |
74+ QT_VERSION_FULL=$(qmake -query QT_VERSION)
75+ if [[ $QT_VERSION_FULL == 5.12* ]]; then
76+ export LSAN_OPTIONS="suppressions=leak:QPlatformIntegrationFactory::create"
77+ fi
78+ PYTHONDEVMODE=1 PYTHONASYNCIODEBUG=1 PYTHONWARNINGS=error PYTHONMALLOC=malloc_debug \
79+ UBSAN_OPTIONS="halt_on_error=1" ASAN_OPTIONS="detect_leaks=1:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
80+ PYTHONQT_RUN_ONLY_MEMORY_TESTS="true" make check TESTARGS="-platform minimal"
7181
7282 - name : Generate Wrappers
7383 run : |
You can’t perform that action at this time.
0 commit comments