r185797 - clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature 'shell-preserves-root'.
NAKAMURA Takumi
geek4civic at gmail.com
Sun Jul 7 23:45:16 PDT 2013
Author: chapuni
Date: Mon Jul 8 01:45:16 2013
New Revision: 185797
URL: http://llvm.org/viewvc/llvm-project?rev=185797&view=rev
Log:
clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature 'shell-preserves-root'.
FIXME: Could we introduce another feature for it?
Modified:
cfe/trunk/test/Misc/permissions.cpp
Modified: cfe/trunk/test/Misc/permissions.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Misc/permissions.cpp?rev=185797&r1=185796&r2=185797&view=diff
==============================================================================
--- cfe/trunk/test/Misc/permissions.cpp (original)
+++ cfe/trunk/test/Misc/permissions.cpp Mon Jul 8 01:45:16 2013
@@ -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
More information about the cfe-commits
mailing list