mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.Permissions for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159098 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a1c8420f1b
commit
ebbd6fef84
@ -312,7 +312,7 @@ TEST_F(FileSystemTest, Magic) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#if !defined(_WIN32) // FIXME: Win32 has different permission schema.
|
||||
TEST_F(FileSystemTest, Permissions) {
|
||||
// Create a temp file.
|
||||
int FileDescriptor;
|
||||
@ -338,6 +338,7 @@ TEST_F(FileSystemTest, Permissions) {
|
||||
AnyWriteBits = (Status.permissions() & AllWrite);
|
||||
EXPECT_TRUE(AnyWriteBits);
|
||||
}
|
||||
#endif
|
||||
|
||||
TEST_F(FileSystemTest, FileMapping) {
|
||||
// Create a temp file.
|
||||
|
Loading…
Reference in New Issue
Block a user