aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2021-09-21 17:28:13 +0100
committerGitHub <noreply@github.com>2021-09-21 17:28:13 +0100
commita356272362c15f2561872f3206baf5e9a0543997 (patch)
treed831fdcdc14ee38e9bb83ca5b8db8d824854518e
parentbpo-44958: Fix ref. leak introduced in GH-27844 (GH-28490) (diff)
downloadcpython-a356272362c15f2561872f3206baf5e9a0543997.tar.gz
cpython-a356272362c15f2561872f3206baf5e9a0543997.tar.bz2
cpython-a356272362c15f2561872f3206baf5e9a0543997.zip
bpo-45200: Ignore test_multiprocessing_* in ASAN build due to false positives (GH-28492)
-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 1ed35b57593..b0a18913bf6 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"