-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Tests: Convert Basics/FileSystem/* to Swift Testing #8448
Tests: Convert Basics/FileSystem/* to Swift Testing #8448
Conversation
@swift-ci please test |
@swift-ci test self hosted windows |
Recreating part of #8093 |
f77a6f1
to
304833a
Compare
@swift-ci test |
@swift-ci test self hosted windows |
@swift-ci test windows |
Update the Basics/FileSystem/*.swift test to enable more tests that pass on Windows - Update function name to get a sense of which tests are passing on Windows Fixes: swiftlang#8433 Issue: rdar://148248105 Depends on: swiftlang#8448
304833a
to
c7673b6
Compare
@swift-ci please test |
@swift-ci test self hosted windows |
Update the Basics/FileSystem/*.swift test to enable more tests that pass on Windows - Update function name to get a sense of which tests are passing on Windows Fixes: swiftlang#8433 Issue: rdar://148248105 Depends on: swiftlang#8448
Update the Basics/FileSystem/*.swift test to enable more tests that pass on Windows - Update function name to get a sense of which tests are passing on Windows Depends on: swiftlang#8448 Partially Addresses: swiftlang#8433 Issue: rdar://148248105
Enable more tests on Windows that are currently passing in Basics/FileSystem/*.swift Depends on: swiftlang#8448 Partially Addresses: swiftlang#8433 Issue: rdar://148248105
Enable more tests on Windows that are currently passing in Basics/FileSystem/*.swift Depends on: swiftlang#8448 Partially Addresses: swiftlang#8433 Issue: rdar://148248105
import class Foundation.ProcessInfo | ||
import Testing | ||
|
||
extension Trait where Self == Testing.ConditionTrait { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given Testing.ConditionTrait
conforms to Trait
, can't we simply write this instead?
extension Testing.ConditionTrait {
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file was a direct copy from IntegartionTests/Sources/IntegrationTests
. I want to avoid changing it drastically until #8223 is completed
Until $8223 is fixed copy some helpers from `IntergrationTests/Source/IntegrationTests`` to `Test/_InternalTestSupport` so we can re-use the functionality. Related to: swiftlang#8433 rdar://148248105
Convert test from XCTest to Swift Testing. - Tests/BasicsTests/FileSystem/FileSystemTests.swift - Tests/BasicsTests/FileSystem/PathShimTests.swift - Tests/BasicsTests/FileSystem/PathTests.swift - Tests/BasicsTests/FileSystem/TemporaryFileTests.swift - Tests/BasicsTests/FileSystem/VFSTests.swift relates to: swiftlang#8433
c7673b6
to
a07e0b1
Compare
Enable more tests on Windows that are currently passing in Basics/FileSystem/*.swift Depends on: swiftlang#8448 Partially Addresses: swiftlang#8433 Issue: rdar://148248105
@swift-ci test |
@swift-ci test self hosted windows |
Convert test from XCTest to Swift Testing.
relates to: #8433
depends on #8467