clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature 'shell-preserves-root'.

FIXME: Could we introduce another feature for it?
llvm-svn: 185797
This commit is contained in:
NAKAMURA Takumi 2013-07-08 06:45:16 +00:00
parent 9250b05696
commit c7fa08d5eb
1 changed files with 4 additions and 0 deletions

View 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