From a9980f60ce083fa6d5fd03c12c58ca0b293e3d60 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Tue, 10 Sep 2019 00:50:32 +0000 Subject: Remove REQUIRES:shell from tests that pass for me on Windows I see in the history for some of these tests REQUIRES:shell was used as a way to disable tests on Windows because they are flaky there. I tried not to re-enable such tests, but it's possible that I missed some and this will re-enable flaky tests on Windows. If so, we should disable them with UNSUPPORTED:system-windows and add a comment that they are flaky there. So far as I can tell, the lit internal shell is capable of running all of these tests, and we shouldn't use REQUIRES:shell as a proxy for Windows. llvm-svn: 371478 --- clang/test/OpenMP/task_firstprivate_codegen.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/test/OpenMP/task_firstprivate_codegen.cpp') diff --git a/clang/test/OpenMP/task_firstprivate_codegen.cpp b/clang/test/OpenMP/task_firstprivate_codegen.cpp index 0517ec145be..e9c6d6d7385 100644 --- a/clang/test/OpenMP/task_firstprivate_codegen.cpp +++ b/clang/test/OpenMP/task_firstprivate_codegen.cpp @@ -13,8 +13,6 @@ // RUN: %clang_cc1 -verify -fopenmp-simd -x c++ -std=c++11 -DARRAY -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck --check-prefix SIMD-ONLY0 %s // SIMD-ONLY0-NOT: {{__kmpc|__tgt}} // expected-no-diagnostics -// It doesn't pass on win32. -// REQUIRES: shell #ifndef ARRAY #ifndef HEADER #define HEADER -- cgit v1.2.3