-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[windows] move windows-llvm-lit-test-overrides.txt to the llvm-project repository #83588
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
[windows] move windows-llvm-lit-test-overrides.txt to the llvm-project repository #83588
Conversation
weliveindetail
left a comment
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.
Seems reasonable
utils/build.ps1
Outdated
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.
Maybe the new name should reflect that the overrides are Swift specific
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.
Fixed, thanks! This is now windows-swift-llvm-lit-test-overrides.txt
ec1a0fe to
312ac1b
Compare
compnerd
left a comment
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.
Sure, seems reasonable enough
|
@swift-ci please smoke test |
|
@swift-ci please test windows |
312ac1b to
873cb00
Compare
|
@swift-ci please smoke test |
|
@swift-ci please test |
|
@swift-ci please test windows |
1 similar comment
|
@swift-ci please test windows |
873cb00 to
2ecb65d
Compare
|
@swift-ci please test |
|
@swift-ci please smoke test |
|
@swift-ci please test macOS |
|
@swift-ci please test windows |
This patch moves the file
windows-llvm-lit-test-overrides.txtfrom swiftlang/swift to swiftlang/llvm-project.As it controls the failing and skipped tests of LLVM, this will make it easier to remove tests that are no longer failing as we improve the test coverage of LLDB on Windows.
This should be merged after swiftlang/llvm-project#11143.