From 43a657db6975c749fa830bca7c34e73c04340f0a Mon Sep 17 00:00:00 2001 From: Alexandre Ganea Date: Fri, 10 Jan 2020 21:05:59 -0500 Subject: [PATCH] Remove umask tests These tests were added in 18627115f4d2db5dc73207e0b5312f52536be7dd and e08b59f81d950bd5c8b8528fcb3ac4230c7b736c for validating a refactoring. Removing because they break on ACL-controlled folders on Ubuntu, and their added value is low. Differential Revision: https://reviews.llvm.org/D70854 --- test/Other/umask.ll | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 test/Other/umask.ll diff --git a/test/Other/umask.ll b/test/Other/umask.ll deleted file mode 100644 index 413458006a5..00000000000 --- a/test/Other/umask.ll +++ /dev/null @@ -1,14 +0,0 @@ -; REQUIRES: shell -; XFAIL: windows-gnu - -; RUN: umask 000 -; RUN: rm -f %t.000 -; RUN: llvm-as %s -o %t.000 -; RUN: ls -l %t.000 | FileCheck --check-prefix=CHECK000 %s -; CHECK000: rw-rw-rw - -; RUN: umask 002 -; RUN: rm -f %t.002 -; RUN: llvm-as %s -o %t.002 -; RUN: ls -l %t.002 | FileCheck --check-prefix=CHECK002 %s -; CHECK002: rw-rw-r-