]> granicus.if.org Git - clang/commitdiff
clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature 'shell-preser...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 8 Jul 2013 06:45:16 +0000 (06:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 8 Jul 2013 06:45:16 +0000 (06:45 +0000)
FIXME: Could we introduce another feature for it?

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185797 91177308-0d34-0410-b5e6-96231b3b80d8

test/Misc/permissions.cpp

index 83f6c5720809c54960c97202a5c671cf1e90f40b..5b89eabcf287a43927c90a7bce2f4a18a372cd08 100644 (file)
@@ -1,5 +1,9 @@
 // REQUIRES: shell
 
+// MSYS doesn't emulate umask.
+// FIXME: Could we introduce another feature for it?
+// REQUIRES: shell-preserves-root'
+
 // RUN: umask 000
 // RUN: %clang_cc1 -emit-llvm-bc %s -o %t
 // RUN: ls -l %t | FileCheck --check-prefix=CHECK000 %s