Skip to content

Commit 7a304c8

Browse files
authored
Merge branch 'main' into hgh/libcxx/P3223R2-Making-std_istream_ignore-less-surprising
2 parents 5b52868 + e934afa commit 7a304c8

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)