Skip to content

Commit dfc40b7

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 a432266 commit dfc40b7

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)