Skip to content

Reference leaks in test suite on current main #122704

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Eclips4 opened this issue Aug 5, 2024 · 1 comment
Closed

Reference leaks in test suite on current main #122704

Eclips4 opened this issue Aug 5, 2024 · 1 comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@Eclips4
Copy link
Member

Eclips4 commented Aug 5, 2024

Bug report

Bug description:

./python -m test -R 3:3 -j 32
...many lines
== Tests result: FAILURE ==

37 tests skipped:
    test.test_asyncio.test_windows_events
    test.test_asyncio.test_windows_utils test.test_gdb.test_backtrace
    test.test_gdb.test_cfunction test.test_gdb.test_cfunction_full
    test.test_gdb.test_misc test.test_gdb.test_pretty_print
    test_android test_bz2 test_ctypes test_dbm_gnu test_dbm_ndbm
    test_dbm_sqlite3 test_devpoll test_free_threading test_gzip
    test_idle test_kqueue test_launcher test_lzma test_msvcrt
    test_readline test_smtpnet test_sqlite3 test_ssl
    test_stable_abi_ctypes test_startfile test_tcl test_tkinter
    test_ttk test_ttk_textonly test_turtle test_winapi
    test_winconsoleio test_winreg test_wmi test_zlib

8 tests skipped (resource denied):
    test_curses test_peg_generator test_pyrepl test_socketserver
    test_urllib2net test_urllibnet test_winsound test_zipfile64

6 tests failed:
    test.test_concurrent_futures.test_shutdown test_dataclasses
    test_enum test_type_aliases test_typing test_xml_etree_c

428 tests OK.

Total duration: 14 min 35 sec
Total tests: run=41,650 skipped=2,520
Total test files: run=471/479 failed=6 skipped=37 resource_denied=8
Result: FAILURE

CPython versions tested on:

CPython main branch

Operating systems tested on:

Linux

Linked PRs

@Eclips4
Copy link
Member Author

Eclips4 commented Aug 6, 2024

Fixed in 94a4bd7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant