mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
XFAIL SDKDependencies test in Windows.
Windows paths attack again. Some paths from the dependency tracker have mixed folder separators, so comparing textually fail. Additionally some paths seems to be extended paths (\\?\) which seems not to be liked by LLVM path utilities.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// RUN: %empty-directory(%t)
|
||||
|
||||
// XFAIL: OS=windows-msvc
|
||||
|
||||
// 1) Build a prebuilt cache for our SDK
|
||||
//
|
||||
// RUN: mkdir %t/MCP %t/prebuilt-cache %t/my-sdk
|
||||
|
||||
Reference in New Issue
Block a user