unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.FileMapping for now.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 24 Jun 2012 03:48:40 +0000 (03:48 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 24 Jun 2012 03:48:40 +0000 (03:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159099 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Support/Path.cpp

index 660d612e6474cd5c44abdc99ef513d1342a3eb7c..a071a5a8d694cf23f8bf11c4e0e85988ef3cb61a 100644 (file)
@@ -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