Index: clang/test/Misc/permissions.cpp =================================================================== --- clang/test/Misc/permissions.cpp +++ clang/test/Misc/permissions.cpp @@ -1,5 +1,8 @@ // REQUIRES: shell +// RUN: setfacl -bn %T || true +// RUN: chmod -R o+rx %T || true + // RUN: umask 000 // RUN: %clang_cc1 -emit-llvm-bc %s -o %t // RUN: ls -l %t | FileCheck --check-prefix=CHECK000 %s Index: llvm/test/Other/umask.ll =================================================================== --- llvm/test/Other/umask.ll +++ llvm/test/Other/umask.ll @@ -1,6 +1,9 @@ ; REQUIRES: shell ; XFAIL: windows-gnu +; RUN: setfacl -bn %T || true +; RUN: chmod -R o+rx %T || true + ; RUN: umask 000 ; RUN: rm -f %t.000 ; RUN: llvm-as %s -o %t.000