Skip to content

Tests: Use -o instead of stdout redirect in async_sequence_existential.swift #80685

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

Merged

Conversation

tshortli
Copy link
Contributor

@tshortli tshortli commented Apr 9, 2025

This will hopefully prevent random line breaks from being inserted into the -dump-ast output and interfering with FileCheck's matching.

Resolves rdar://148855879.

…l.swift.

This will hopefully prevent random line breaks from being inserted into the
`-dump-ast` output and interfering with FileCheck's matching.

Resolves rdar://148855879.
@tshortli tshortli requested a review from ktoso as a code owner April 9, 2025 17:22
@tshortli tshortli requested a review from artemcm April 9, 2025 17:22
@tshortli
Copy link
Contributor Author

tshortli commented Apr 9, 2025

@swift-ci please smoke test

@artemcm
Copy link
Contributor

artemcm commented Apr 9, 2025

@swift-ci please smoke test

@tshortli
Copy link
Contributor Author

@swift-ci please smoke test macOS

@tshortli tshortli merged commit 8762f48 into swiftlang:main Apr 10, 2025
3 checks passed
@tshortli tshortli deleted the async-sequence-existential-dump-output branch April 10, 2025 15:36
tshortli added a commit to tshortli/swift that referenced this pull request Apr 15, 2025
The fix in swiftlang#80685 (using `-o` to write
the output to a file, instead of relying on stdout/stderr redirection) seems to
have addressed this issue on other bots.

Resolves swiftlang#80582.
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.

Concurrency/async_sequence_existential.swift is failing on main build
3 participants