You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it reproducible with SwiftPM command-line tools: swift build, swift test, swift package etc?
Confirmed reproduction steps with SwiftPM CLI. The description text must include reproduction steps with either of command-line SwiftPM commands, swift build, swift test, swift package etc.
Description
There are a few AsyncProcessTests that are disabled on Windows. This issue is to track re-enabling those tests.
Expected behavior
The tests pass, or a skipped test references a more specific open GitHub issue
Actual behavior
When #8500 is merged, a few AsyncProcessTests remain disabled on Windows.
Steps to reproduce
n/a
Swift Package Manager version/commit hash
n/a
Swift & OS version (output of swift --version ; uname -a)
n/a
The text was updated successfully, but these errors were encountered:
Is it reproducible with SwiftPM command-line tools:
swift build
,swift test
,swift package
etc?swift build
,swift test
,swift package
etc.Description
There are a few
AsyncProcessTests
that are disabled on Windows. This issue is to track re-enabling those tests.Expected behavior
The tests pass, or a skipped test references a more specific open GitHub issue
Actual behavior
When #8500 is merged, a few
AsyncProcessTests
remain disabled on Windows.Steps to reproduce
n/a
Swift Package Manager version/commit hash
n/a
Swift & OS version (output of
swift --version ; uname -a
)n/a
The text was updated successfully, but these errors were encountered: