Suppress SupportTests.LockFileManagerTest on win32 for investigating.

llvm-svn: 204533
This commit is contained in:
NAKAMURA Takumi 2014-03-22 00:27:17 +00:00
parent f5fc7c7dab
commit 9679bf89c9

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