| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3a4c15b commit ce7d667
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -306,4 +306,9 @@ jobs: | |||
| 306 | 306 | - name: Display build info | |
| 307 | 307 | run: make pythoninfo | |
| 308 | 308 | - name: Tests | |
| 309 | - 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" | ||
| 309 | + # Skip test_tools test_peg_generator test_concurrent_futures because | ||
| 310 | + # there are too slow: between 5 and 20 minutes on this CI. | ||
| 311 | + # | ||
| 312 | + # Skip multiprocessing and concurrent.futures tests which are affected by | ||
| 313 | + # bpo-45200 bug: libasan dead lock in pthread_create(). | ||
| 314 | + 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 test_tools test_peg_generator test_concurrent_futures" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments