diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-24 03:48:40 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-24 03:48:40 +0000 |
| commit | c8919dd7fde1205019879fa750a09ff0c18b3596 (patch) | |
| tree | a4f81432510adef0638c003e540b843d433680ea /llvm/unittests/Support/Path.cpp | |
| parent | 787ea1f3cc1c89329b6ecfea9b063287db7358cc (diff) | |
| download | bcm5719-llvm-c8919dd7fde1205019879fa750a09ff0c18b3596.tar.gz bcm5719-llvm-c8919dd7fde1205019879fa750a09ff0c18b3596.zip | |
unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.FileMapping for now.
llvm-svn: 159099
Diffstat (limited to 'llvm/unittests/Support/Path.cpp')
| -rw-r--r-- | llvm/unittests/Support/Path.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/unittests/Support/Path.cpp b/llvm/unittests/Support/Path.cpp index 660d612e647..a071a5a8d69 100644 --- a/llvm/unittests/Support/Path.cpp +++ b/llvm/unittests/Support/Path.cpp @@ -340,6 +340,7 @@ TEST_F(FileSystemTest, Permissions) { } #endif +#if !defined(_WIN32) // FIXME: temporary suppressed. TEST_F(FileSystemTest, FileMapping) { // Create a temp file. int FileDescriptor; @@ -376,6 +377,7 @@ TEST_F(FileSystemTest, FileMapping) { MappedMemory = NULL; Memory = NULL; } +#endif } // anonymous namespace |

