Skip to content

[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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

charles-zablit
Copy link
Contributor

This patch moves the file windows-llvm-lit-test-overrides.txt from 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.

Copy link
Member

@weliveindetail weliveindetail left a 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
@@ -2028,7 +2028,7 @@ function Test-Compilers([Hashtable] $Platform, [string] $Variant, [switch] $Test
$Targets += @("check-lldb")

# Override test filter for known issues in downstream LLDB
Load-LitTestOverrides $PSScriptRoot/windows-llvm-lit-test-overrides.txt
Load-LitTestOverrides [IO.Path]::GetFullPath([IO.Path]::Combine($PSScriptRoot, "..", "..", "llvm-project", "lldb", "test", "windows-llvm-lit-test-overrides.txt"))
Copy link
Member

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

Copy link
Contributor Author

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

@charles-zablit charles-zablit force-pushed the charles-zablit/windows/move-llvm-overrides-to-llvm-repo branch from ec1a0fe to 312ac1b Compare August 7, 2025 13:38
Copy link
Member

@compnerd compnerd left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Windows Platform: Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants