Skip to content

Commit f767f23

Browse files
[Clang] Drop Shell Requirements (#165149)
These are basically synonymous with marking windows as an unsupported platform at this point and should be removed in favor of such annotations. Removing the remianing annotations which should further unblock removing the feature altogether now that everything minus compiler-rt is using the internal shell by default. These were missed when making the tests compatible with the internal shell.
1 parent ce61550 commit f767f23

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

clang/test/ClangScanDeps/resource_directory.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// REQUIRES: shell
1+
// Path seperator differences
2+
// UNSUPPORTED: system-windows
23

34
// RUN: rm -rf %t && mkdir %t
45
// RUN: cp %S/Inputs/resource_directory/* %t

clang/test/Driver/baremetal-multilib-custom-error.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# REQUIRES: shell
21
# UNSUPPORTED: system-windows
32

43
# RUN: %clang --multi-lib-config=%s -no-canonical-prefixes -print-multi-directory 2>&1 \

clang/test/Frontend/absolute-paths-symlinks.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
// CHECK-SAME: error: unknown type name
1313
This do not compile
1414

15-
// REQUIRES: shell
1615
// Don't make symlinks on Windows.
1716
// UNSUPPORTED: system-windows

clang/test/Tooling/clang-check-pwd.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@
1212
// CHECK: a type specifier is required
1313
// CHECK: .foobar/test.cpp
1414
invalid;
15-
16-
// REQUIRES: shell

0 commit comments

Comments
 (0)