Skip to content

Commit 955e590

Browse files
Merge pull request #84497 from adrian-prantl/move-xfail-config-6.2
[windows] move llvm test overrides to the llvm-project repository
2 parents 232511f + 459a692 commit 955e590

File tree

2 files changed

+1
-187
lines changed

2 files changed

+1
-187
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@ function Test-Compilers([Hashtable] $Platform, [switch] $TestClang, [switch] $Te
18121812
$Targets += @("check-lldb")
18131813

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

18171817
# Transitive dependency of _lldb.pyd
18181818
$RuntimeBinaryCache = Get-ProjectBinaryCache $BuildPlatform Runtime

utils/windows-llvm-lit-test-overrides.txt

Lines changed: 0 additions & 186 deletions
This file was deleted.

0 commit comments

Comments
 (0)