Skip to content

test_ctypes on Windows prints unnecessary information #115567

Closed
@Eclips4

Description

@Eclips4

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.12only security fixes3.13bugs and security fixesOS-windowstestsTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions