From d1535f4c814d3cab2169f435cd57061cb65551bf Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 20 Oct 2016 23:11:45 +0000 Subject: Remove 24 instances of 'REQUIRES: shell' Tests fall into one of the following categories: - The requirement was unnecessary - Additional quoting was required for backslashes in paths (see "sed -e 's/\\/\\\\/g'") in the sanitizer tests. - OpenMP used 'REQUIRES: shell' as a proxy for the test failing on Windows. Those tests fail there reliably, so use XFAIL instead. I tried not to remove shell requirements that were added to suppress flaky test failures, but if I screwed up, we can add it back as needed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284793 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/PCH/debug-info-pch-path.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/PCH') diff --git a/test/PCH/debug-info-pch-path.c b/test/PCH/debug-info-pch-path.c index 402d44da91..015086f726 100644 --- a/test/PCH/debug-info-pch-path.c +++ b/test/PCH/debug-info-pch-path.c @@ -1,5 +1,3 @@ -// REQUIRES: shell -// // RUN: rm -rf %t // RUN: mkdir %t // RUN: cd %t -- cgit v1.2.1