Suppress SupportTests.LockFileManagerTest on win32 for investigating.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204533 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-03-22 00:27:17 +00:00
parent e25ab8e305
commit 4696def45d

View File

@ -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