Skip to content
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

test_builtin.PtyTests.test_input_tty hangs on macOS #122439

Closed
Eclips4 opened this issue Jul 30, 2024 · 1 comment
Closed

test_builtin.PtyTests.test_input_tty hangs on macOS #122439

Eclips4 opened this issue Jul 30, 2024 · 1 comment
Labels
3.13 bugs and security fixes 3.14 new features, bugs and security fixes OS-mac tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@Eclips4
Copy link
Member

Eclips4 commented Jul 30, 2024

Bug report

Bug description:

./python.exe -m test -v test_builtin -m test_input_tty
== CPython 3.14.0a0 (heads/main:11ad731f4fa, Jul 30 2024, 07:55:09) [Clang 15.0.0 (clang-1500.3.9.4)]
== macOS-14.5-arm64-arm-64bit-Mach-O little-endian
== Python build: debug
== cwd: /Users/admin/Projects/cpython/build/test_python_worker_3797æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources: all test resources are disabled, use -u option to unskip tests

Using random seed: 3279392138
0:00:00 load avg: 2.79 Run 1 test sequentially in a single process
0:00:00 load avg: 2.79 [1/1] test_builtin
test_input_tty (test.test_builtin.PtyTests.test_input_tty) ... ^C

== Tests result: INTERRUPTED ==

1 test omitted:
    test_builtin

Test suite interrupted by signal SIGINT.

Total duration: 16 min 52 sec
Total tests: run=0 (filtered)
Total test files: run=0/1 (filtered)
Result: INTERRUPTED

CPython versions tested on:

CPython main branch

Operating systems tested on:

macOS

@Eclips4 Eclips4 added type-bug An unexpected behavior, bug, or error tests Tests in the Lib/test dir OS-mac labels Jul 30, 2024
@ambv ambv added 3.13 bugs and security fixes 3.14 new features, bugs and security fixes labels Jul 30, 2024
@ambv
Copy link
Contributor

ambv commented Jul 30, 2024

This is a duplicate of #116402.

@ambv ambv closed this as not planned Won't fix, can't repro, duplicate, stale Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes 3.14 new features, bugs and security fixes OS-mac tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants