Skip to content

Commit 403ee8c

Browse files
committed
Disable test on Windows
The expected output is reliant on the syntax of file hierarchy. This varies significantly between Linux and Windows. Following what other multilib tests do, I am disabling the test on Windows.
1 parent 131a8ca commit 403ee8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# UNSUPPORTED: system-windows
2+
13
# RUN: %clang --multi-lib-config=%s -no-canonical-prefixes -x c %s -### -o /dev/null 2>&1 \
24
# RUN: --target=thumbv8m.main-none-eabi -mfpu=none --sysroot= \
35
# RUN: | FileCheck --check-prefix=CHECK-DEFAULT %s

0 commit comments

Comments
 (0)