File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6161 || ''
6262 }}.txt handle_segv=0" >> "$GITHUB_ENV"
6363 else
64- echo "UBSAN_OPTIONS=${SAN_LOG_OPTION} suppressions=${GITHUB_WORKSPACE}/Tools/ubsan/suppressions.txt" >> "$GITHUB_ENV"
64+ echo "UBSAN_OPTIONS=${SAN_LOG_OPTION} halt_on_error=1 suppressions=${GITHUB_WORKSPACE}/Tools/ubsan/suppressions.txt" >> "$GITHUB_ENV"
6565 fi
6666 echo "CC=clang" >> "$GITHUB_ENV"
6767 echo "CXX=clang++" >> "$GITHUB_ENV"
8585 run : make pythoninfo
8686 - name : Tests
8787 run : >-
88- UBSAN_OPTIONS="${UBSAN_OPTIONS} halt_on_error=1"
8988 ./python -m test
9089 ${{ inputs.sanitizer == 'TSan' && '--tsan' || '' }}
9190 ${{ inputs.sanitizer == 'UBSan' && '-x test_capi' || '' }}
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ null:Objects/object.c
88bool:Objects/memoryobject.c
99
1010# Modules/binascii.c:1243:42: runtime error: left shift of 128 by 24 places cannot be represented in type 'int'
11- shift:Modules/binascii.c
11+ shift-base :Modules/binascii.c
1212
1313# Modules/_ctypes/cfield.c:644:1: runtime error: left shift of 1 by 63 places cannot be represented in type 'int64_t' (aka 'long')
14- shift:Modules/_ctypes/cfield.c
14+ shift-base :Modules/_ctypes/cfield.c
1515
1616# Modules/_zstd/decompressor.c:598:56: runtime error: applying non-zero offset 18446744073709551615 to null pointer
1717pointer-overflow:Modules/_zstd/decompressor.c
You can’t perform that action at this time.
0 commit comments