diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-03-22 00:27:17 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-03-22 00:27:17 +0000 |
| commit | d1c22bef6f012cb2549bd2c7fc3f2c8d7eefc728 (patch) | |
| tree | 3d19e5791d3bd2f01c39349afd3dec333305221f /llvm/unittests/Support | |
| parent | 7b622ca9d99e94a2ba37b4ae87a2af7008970a9d (diff) | |
| download | bcm5719-llvm-d1c22bef6f012cb2549bd2c7fc3f2c8d7eefc728.tar.gz bcm5719-llvm-d1c22bef6f012cb2549bd2c7fc3f2c8d7eefc728.zip | |
Suppress SupportTests.LockFileManagerTest on win32 for investigating.
llvm-svn: 204533
Diffstat (limited to 'llvm/unittests/Support')
| -rw-r--r-- | llvm/unittests/Support/LockFileManagerTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/unittests/Support/LockFileManagerTest.cpp b/llvm/unittests/Support/LockFileManagerTest.cpp index 91339ff38da..79f4519614e 100644 --- a/llvm/unittests/Support/LockFileManagerTest.cpp +++ b/llvm/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 |

