summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/task_private_codegen.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-10-20 23:11:45 +0000
committerReid Kleckner <rnk@google.com>2016-10-20 23:11:45 +0000
commitd1535f4c814d3cab2169f435cd57061cb65551bf (patch)
treece445c756adb8a65e6790de86fe4547b4e239a32 /test/OpenMP/task_private_codegen.cpp
parent5dce7bf343a14f2f527ea198c5fb3b1b96530e98 (diff)
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
Diffstat (limited to 'test/OpenMP/task_private_codegen.cpp')
-rw-r--r--test/OpenMP/task_private_codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/OpenMP/task_private_codegen.cpp b/test/OpenMP/task_private_codegen.cpp
index 97155a73f1..2e2ae844d2 100644
--- a/test/OpenMP/task_private_codegen.cpp
+++ b/test/OpenMP/task_private_codegen.cpp
@@ -7,7 +7,7 @@
// expected-no-diagnostics
// REQUIRES: x86-registered-target
// It doesn't pass on win32. Investigating.
-// REQUIRES: shell
+// XFAIL: win32
#ifndef ARRAY
#ifndef HEADER