projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebbd6fe
)
unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.FileMapping for now.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Sun, 24 Jun 2012 03:48:40 +0000
(
03:48
+0000)
committer
NAKAMURA 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
patch
|
blob
|
history
diff --git
a/unittests/Support/Path.cpp
b/unittests/Support/Path.cpp
index 660d612e6474cd5c44abdc99ef513d1342a3eb7c..a071a5a8d694cf23f8bf11c4e0e85988ef3cb61a 100644
(file)
--- 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