diff --git a/unittests/Support/Path.cpp b/unittests/Support/Path.cpp index 660d612e647..a071a5a8d69 100644 --- a/unittests/Support/Path.cpp +++ b/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