summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2021-09-21 16:28:13 (GMT)
committerGitHub <noreply@github.com>2021-09-21 16:28:13 (GMT)
commita356272362c15f2561872f3206baf5e9a0543997 (patch)
treed831fdcdc14ee38e9bb83ca5b8db8d824854518e /.github
parent3e3ff09058a71b92c32d1d7dc32470c0cf49300c (diff)
downloadcpython-a356272362c15f2561872f3206baf5e9a0543997.zip
cpython-a356272362c15f2561872f3206baf5e9a0543997.tar.gz
cpython-a356272362c15f2561872f3206baf5e9a0543997.tar.bz2
bpo-45200: Ignore test_multiprocessing_* in ASAN build due to false positives (GH-28492)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1ed35b5..b0a1891 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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"