bpo-45200: Ignore test_multiprocessing_* in ASAN build due to false positives (GH-28492)

This commit is contained in:
Pablo Galindo Salgado 2021-09-21 17:28:13 +01:00 committed by GitHub
parent 3e3ff09058
commit a356272362
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,4 +267,4 @@ jobs:
- name: Display build info
run: make pythoninfo
- name: Tests
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu -x test_ctypes test_crypt test_decimal test_faulthandler test_interpreters test___all__ test_idle test_tix test_tk test_ttk_guionly test_ttk_textonly"
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu -x test_ctypes test_crypt test_decimal test_faulthandler test_interpreters test___all__ test_idle test_tix test_tk test_ttk_guionly test_ttk_textonly test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn"