]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45200: Ignore test_multiprocessing_* in ASAN build due to false positives (GH...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 21 Sep 2021 16:28:13 +0000 (17:28 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Sep 2021 16:28:13 +0000 (17:28 +0100)
.github/workflows/build.yml

index 1ed35b57593d6be8d74dd5585d02daf66e754f96..b0a18913bf6a09150cb22ae7c6f4c59a36b2772a 100644 (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"