-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Tests: Enable BasicsTests/FileSystem/* Tests on Windows (Swift Testing) #8450
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
base: main
Are you sure you want to change the base?
Tests: Enable BasicsTests/FileSystem/* Tests on Windows (Swift Testing) #8450
Conversation
@swift-ci test self hosted windows |
@swift-ci test windows |
eba83b8
to
bcda027
Compare
@swift-ci test self hosted windows |
@swift-ci please test |
@swift-ci test windows |
@swift-ci test self hosted windows |
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.
note: this was copied from IntegrationTests\Sources\IntegrationTestSupport
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 is introduced in #8476
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.
note: this was copied from IntegrationTests\Sources\IntegrationTestSupport
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 is introduced in #8476
bcda027
to
6e1d9c4
Compare
@swift-ci test |
@swift-ci test self hosted windows |
@swift-ci test windows |
6e1d9c4
to
1e8687d
Compare
@swift-ci test |
@swift-ci test self hosted windows |
1e8687d
to
b437931
Compare
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 is introduced in #8476
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 is introduced in #8476
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.
Changes to this file come from #8476
@swift-ci test |
@swift-ci test self hosted windows |
b437931
to
642e54c
Compare
Until swiftlang#8223 is fixed copy some helpers from `IntergrationTests/Source/IntegrationTests` to `Test/_InternalTestSupport` so we can re-use the functionality. Also, to workaround a Build preset issue, add a dependency on Swift Testing when we are building using local dependencies. 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
Enable more tests on Windows that are currently passing in Basics/FileSystem/*.swift Depends on: swiftlang#8448 Partially Addresses: swiftlang#8433 Issue: rdar://148248105
642e54c
to
8754cfc
Compare
Convert test from XCTest to Swift Testing, while updating to ensuring we mark the tests that currently fail on windows..
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
Depends on #8476
Partially Addresses: #8433
Issue: rdar://148248105