Skip to content

Commit 08b3544

Browse files
committed
gh-148286: Run test_capi and test_faulthandler on GHA UBSan
1 parent 3a8bebd commit 08b3544

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/reusable-san.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,10 @@ jobs:
8282
run: make -j4
8383
- name: Display build info
8484
run: make pythoninfo
85-
# test_{capi,faulthandler} are skipped under UBSan because
86-
# they raise signals that UBSan with halt_on_error=1 intercepts.
8785
- name: Tests
8886
run: >-
8987
./python -m test
9088
${{ inputs.sanitizer == 'TSan' && '--tsan' || '' }}
91-
${{ inputs.sanitizer == 'UBSan' && '-x test_capi -x test_faulthandler' || '' }}
9289
-j4 -W
9390
- name: Parallel tests
9491
if: >-

0 commit comments

Comments
 (0)