mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 17:31:50 +00:00
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:
parent
e25ab8e305
commit
4696def45d
@ -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…
Reference in New Issue
Block a user