Skip to content

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Oct 16, 2024

We need to print to stdout on Windows because printing to stderr causes XCTest execution to deadlock when running tests in parallel on Windows.

But printing to stdout causes XCTest to interleave process output with its own output, which creates hard-to-read log. To avoid this, print to stderr on all other platforms.

We need to print to stdout on Windows because printing to stderr causes XCTest execution to deadlock when running tests in parallel on Windows.

But printing to stdout causes XCTest to interleave process output with its own output, which creates hard-to-read log. To avoid this, print to stderr on all other platforms.
@ahoppen
Copy link
Member Author

ahoppen commented Oct 16, 2024

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Oct 16, 2024

Closing in favor of #1765

@ahoppen ahoppen closed this Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants