We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5877baf commit e934afaCopy full SHA for e934afa
clang/test/Driver/env.c
@@ -1,3 +1,5 @@
1
+// Some assertions in this test use Linux style (/) file paths.
2
+// UNSUPPORTED: system-windows
3
// The PATH variable is heavily used when trying to find a linker.
4
// RUN: env -i LC_ALL=C LD_LIBRARY_PATH="$LD_LIBRARY_PATH" CLANG_NO_DEFAULT_CONFIG=1 \
5
// RUN: %clang %s -### -o %t.o --target=i386-unknown-linux \
clang/test/Modules/crash-vfs-path-traversal.m
@@ -1,5 +1,7 @@
// REQUIRES: crash-recovery
// UNSUPPORTED: ms-sdk, target={{.*-(ps4|ps5)}}
6
// FIXME: Canonicalizing paths to remove relative traversal components
7
// currenty fails a unittest on windows and is disable by default.
0 commit comments