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_ctypes on Windows prints unnecessary information #115567

Closed
Eclips4 opened this issue Feb 16, 2024 · 0 comments
Closed

test_ctypes on Windows prints unnecessary information #115567

Eclips4 opened this issue Feb 16, 2024 · 0 comments
Labels
3.12 bugs and security fixes 3.13 bugs and security fixes OS-windows tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@Eclips4
Copy link
Member

Eclips4 commented Feb 16, 2024

Bug report

Bug description:

 ./python -m test -R 3:3 test_ctypes
Running Debug|x64 interpreter...
Using random seed: 212491410
0:00:00 Run 1 test sequentially
0:00:00 [1/1] test_ctypes
beginning 6 repetitions
123456
a=5, b=10, c=15
a=5, b=10, c=15
.a=5, b=10, c=15
a=5, b=10, c=15
.a=5, b=10, c=15
a=5, b=10, c=15
.a=5, b=10, c=15
a=5, b=10, c=15
.a=5, b=10, c=15
a=5, b=10, c=15
.a=5, b=10, c=15
a=5, b=10, c=15
.

== Tests result: SUCCESS ==

1 test OK.

Total duration: 24.7 sec
Total tests: run=541 skipped=19
Total test files: run=1/1
Result: SUCCESS

CPython versions tested on:

3.12, CPython main branch

Operating systems tested on:

Windows

Linked PRs

@Eclips4 Eclips4 added type-bug An unexpected behavior, bug, or error tests Tests in the Lib/test dir OS-windows 3.12 bugs and security fixes 3.13 bugs and security fixes labels Feb 16, 2024
Eclips4 added a commit to Eclips4/cpython that referenced this issue Feb 16, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Feb 17, 2024
…rruption stdout output (pythonGH-115568)

(cherry picked from commit 265548a)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
serhiy-storchaka pushed a commit that referenced this issue Feb 17, 2024
…orruption stdout output (GH-115568) (GH-115609)

(cherry picked from commit 265548a)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
woodruffw pushed a commit to woodruffw-forks/cpython that referenced this issue Mar 4, 2024
diegorusso pushed a commit to diegorusso/cpython that referenced this issue Apr 17, 2024
LukasWoodtli pushed a commit to LukasWoodtli/cpython that referenced this issue Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 bugs and security fixes 3.13 bugs and security fixes OS-windows 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