Skip to content

Commit

Permalink
Disable path-sensitive test on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-prantl committed Apr 24, 2020
1 parent 0cc063a commit b9c7e27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lldb/unittests/Utility/XcodeSDKTest.cpp
Expand Up @@ -59,6 +59,7 @@ TEST(XcodeSDKTest, MergeTest) {
EXPECT_EQ(empty.GetString(), llvm::StringRef("MacOSX10.14.Internal.sdk"));
}

#ifndef _WIN32
TEST(XcodeSDKTest, SDKSupportsModules) {
std::string base = "/Applications/Xcode.app/Contents/Developer/Platforms/";
EXPECT_TRUE(XcodeSDK::SDKSupportsModules(
Expand All @@ -82,6 +83,7 @@ TEST(XcodeSDKTest, SDKSupportsModules) {
XcodeSDK::Type::MacOSX,
FileSpec(base + "MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk")));
}
#endif

TEST(XcodeSDKTest, GetCanonicalName) {
XcodeSDK::Info info;
Expand Down

0 comments on commit b9c7e27

Please sign in to comment.