From 4696def45d683f1b1ebed8d85688f4c31fce6258 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 22 Mar 2014 00:27:17 +0000 Subject: Suppress SupportTests.LockFileManagerTest on win32 for investigating. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204533 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Support/LockFileManagerTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unittests/Support') diff --git a/unittests/Support/LockFileManagerTest.cpp b/unittests/Support/LockFileManagerTest.cpp index 91339ff38d..79f4519614 100644 --- a/unittests/Support/LockFileManagerTest.cpp +++ b/unittests/Support/LockFileManagerTest.cpp @@ -44,6 +44,7 @@ TEST(LockFileManagerTest, Basic) { ASSERT_FALSE(EC); } +#if !defined(_WIN32) TEST(LockFileManagerTest, LinkLockExists) { SmallString<64> TmpDir; error_code EC; @@ -112,5 +113,6 @@ TEST(LockFileManagerTest, RelativePath) { chdir(OrigPath); } +#endif } // end anonymous namespace -- cgit v1.2.3