mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 10:30:30 +00:00
Suppress SupportTests.LockFileManagerTest on win32 for investigating.
llvm-svn: 204533
This commit is contained in:
parent
f5fc7c7dab
commit
9679bf89c9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user