Skip to content

Commit 42bba7f

Browse files
[Clang] Reenable Tests on SystemZ/AIX Using env -u (#164816)
These were disabled when adjusting tests to work with the internal shell because the implementation on these systems of env did not support the -u option. Now that we have switched to the internal shell and env -u is implemented internally, these tests should work again.
1 parent 5dcf82d commit 42bba7f

File tree

6 files changed

+0
-24
lines changed

6 files changed

+0
-24
lines changed

clang/test/Driver/config-file3.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
// Needs symlinks
22
// UNSUPPORTED: system-windows
3-
// env -u is not supported on AIX.
4-
// TODO(boomanaiden154): Remove this once we have switched over to lit's
5-
// internal shell which does support env -u.
6-
// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
73
// REQUIRES: x86-registered-target
84

95
// RUN: rm -rf %t && mkdir %t

clang/test/Driver/config-zos.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
// Needs symlinks
22
// UNSUPPORTED: system-windows
3-
// env -u is not supported on AIX.
4-
// TODO(boomanaiden154): Remove this once we have switched over to lit's
5-
// internal shell which does support env -u.
6-
// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
73
// REQUIRES: systemz-registered-target
84

95
// RUN: rm -rf %t && mkdir %t

clang/test/Driver/config-zos1.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
// UNSUPPORTED: system-windows
2-
// env -u is not supported on AIX.
3-
// TODO(boomanaiden154): Remove this once we have switched over to lit's
4-
// internal shell which does support env -u.
5-
// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
62
// REQUIRES: systemz-registered-target
73

84
// RUN: export CLANG_CONFIG_PATH=%S/Inputs/config-zos

clang/test/Modules/crash-vfs-path-symlink-component.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
// Needs symlinks
22
// UNSUPPORTED: system-windows
3-
// env -u is not supported on AIX.
4-
// TODO(boomanaiden154): Remove this once we have switched over to lit's
5-
// internal shell which does support env -u.
6-
// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
73
// REQUIRES: crash-recovery
84

95
// FIXME: This XFAIL is cargo-culted from crash-report.c. Do we need it?

clang/test/Modules/crash-vfs-path-traversal.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
// UNSUPPORTED: ms-sdk, target={{.*-(ps4|ps5)}}
33
// Some assertions in this test use Linux style (/) file paths.
44
// UNSUPPORTED: system-windows
5-
// env -u is not supported on AIX.
6-
// TODO(boomanaiden154): Remove this once we have switched over to lit's
7-
// internal shell which does support env -u.
8-
// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
95

106
// FIXME: Canonicalizing paths to remove relative traversal components
117
// currenty fails a unittest on windows and is disable by default.

clang/test/Modules/crash-vfs-relative-overlay.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
// UNSUPPORTED: system-windows
22
// REQUIRES: crash-recovery
3-
// env -u is not supported on AIX.
4-
// TODO(boomanaiden154): Remove this once we have switched over to lit's
5-
// internal shell which does support env -u.
6-
// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
73

84
// FIXME: This XFAIL is cargo-culted from crash-report.c. Do we need it?
95
// XFAIL: target={{.*-windows-gnu}}

0 commit comments

Comments
 (0)