Remove REQUIRES:shell from tests that pass for me on Windows
authorReid Kleckner <rnk@google.com>
Tue, 10 Sep 2019 00:50:32 +0000 (00:50 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 10 Sep 2019 00:50:32 +0000 (00:50 +0000)
commita9980f60ce083fa6d5fd03c12c58ca0b293e3d60
treeb86d892872da874b71c667ea818f81de2e3bd3b2
parentfcbc512f80a94516a6337a655ff1b13cbf67011e
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
25 files changed:
clang/test/Analysis/crash-trace.c
clang/test/CodeGen/thinlto_backend.ll
clang/test/Driver/check-time-trace-sections.cpp
clang/test/Driver/check-time-trace.cpp
clang/test/Driver/clang-offload-bundler.c
clang/test/Driver/crash-report-crashfile.m
clang/test/Driver/rewrite-map-in-diagnostics.c
clang/test/Format/style-on-command-line.cpp
clang/test/Frontend/dependency-gen-has-include.c
clang/test/Index/crash-recovery-modules.m
clang/test/Modules/at-import-in-framework-header.m
clang/test/Modules/builtins.m
clang/test/Modules/dependency-dump-dependent-module.m
clang/test/Modules/dependency-dump.m
clang/test/Modules/implicit-invalidate-common.c
clang/test/OpenMP/task_firstprivate_codegen.cpp
clang/test/OpenMP/task_private_codegen.cpp
clang/test/OpenMP/taskloop_firstprivate_codegen.cpp
clang/test/OpenMP/taskloop_lastprivate_codegen.cpp
clang/test/OpenMP/taskloop_private_codegen.cpp
clang/test/OpenMP/taskloop_simd_firstprivate_codegen.cpp
clang/test/OpenMP/taskloop_simd_lastprivate_codegen.cpp
clang/test/OpenMP/taskloop_simd_private_codegen.cpp
clang/test/PCH/modified-header-error.c
clang/test/Parser/crash-report.c