Skip to content

Commit e934afa

Browse files
[Clang] Redisable two tests on Windows
These two tests started failing after being enabled again on Windows due to the removal of their shell requirements now that they can execute with lit's internal shell. However, they use forward slashes in file paths in FileCheck assertions, which has been leading to failures on certain bots. https://lab.llvm.org/buildbot/#/builders/46/builds/22798 https://lab.llvm.org/buildbot/#/builders/193/builds/10297
1 parent 5877baf commit e934afa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

clang/test/Driver/env.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Some assertions in this test use Linux style (/) file paths.
2+
// UNSUPPORTED: system-windows
13
// The PATH variable is heavily used when trying to find a linker.
24
// RUN: env -i LC_ALL=C LD_LIBRARY_PATH="$LD_LIBRARY_PATH" CLANG_NO_DEFAULT_CONFIG=1 \
35
// RUN: %clang %s -### -o %t.o --target=i386-unknown-linux \

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// REQUIRES: crash-recovery
22
// UNSUPPORTED: ms-sdk, target={{.*-(ps4|ps5)}}
3+
// Some assertions in this test use Linux style (/) file paths.
4+
// UNSUPPORTED: system-windows
35

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

0 commit comments

Comments
 (0)