diff --git a/clang/test/3C/3d-allocation.c b/clang/test/3C/3d-allocation.c index 050fc5f2b1bf..77402dde96d3 100644 --- a/clang/test/3C/3d-allocation.c +++ b/clang/test/3C/3d-allocation.c @@ -1,3 +1,4 @@ +// UNSUPPORTED: system-windows // RUN: 3c -alltypes -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" %s // RUN: 3c -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s // RUN: 3c -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null - diff --git a/clang/test/3C/basic.c b/clang/test/3C/basic.c index 37ff7fad5a66..ecaee9b3f0b3 100644 --- a/clang/test/3C/basic.c +++ b/clang/test/3C/basic.c @@ -1,3 +1,4 @@ +// UNSUPPORTED: system-windows // RUN: 3c -alltypes %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" %s // RUN: 3c %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s // RUN: 3c %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null - diff --git a/clang/test/3C/definedType.c b/clang/test/3C/definedType.c index c589ec1be091..c612d3a94910 100644 --- a/clang/test/3C/definedType.c +++ b/clang/test/3C/definedType.c @@ -1,3 +1,4 @@ +// UNSUPPORTED: system-windows // RUN: 3c -addcr -alltypes %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" %s // RUN: 3c -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s // RUN: 3c -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null - diff --git a/clang/test/3C/dont_rewrite_header.c b/clang/test/3C/dont_rewrite_header.c index 51df9572eb69..43e3073805c8 100644 --- a/clang/test/3C/dont_rewrite_header.c +++ b/clang/test/3C/dont_rewrite_header.c @@ -1,3 +1,4 @@ +// UNSUPPORTED: system-windows // RUN: 3c -alltypes -addcr --output-postfix=checked %S/dont_rewrite_header.c %S/dont_rewrite_header.h // RUN: FileCheck -match-full-lines -check-prefixes="CHECK" %S/dont_rewrite_header.checked.c < %S/dont_rewrite_header.checked.c // RUN: test ! -f %S/dont_rewrite_header.checked.h diff --git a/clang/test/3C/extstructfields.c b/clang/test/3C/extstructfields.c index 076b824aa483..fe24cfe5f55f 100644 --- a/clang/test/3C/extstructfields.c +++ b/clang/test/3C/extstructfields.c @@ -1,3 +1,4 @@ +// UNSUPPORTED: system-windows // RUN: 3c -alltypes -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" %s // RUN: 3c -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s // RUN: 3c -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null - diff --git a/clang/test/3C/graphs.c b/clang/test/3C/graphs.c index 84652ddcfc7c..c69baa869420 100644 --- a/clang/test/3C/graphs.c +++ b/clang/test/3C/graphs.c @@ -1,3 +1,4 @@ +// UNSUPPORTED: system-windows // RUN: 3c -alltypes -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" %s // RUN: 3c -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s // RUN: 3c -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null - diff --git a/clang/test/3C/graphs2.c b/clang/test/3C/graphs2.c index 6c342052d8dc..a94c2b38e7df 100644 --- a/clang/test/3C/graphs2.c +++ b/clang/test/3C/graphs2.c @@ -1,3 +1,4 @@ +// UNSUPPORTED: system-windows // RUN: 3c -alltypes -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" %s // RUN: 3c -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s // RUN: 3c -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null - diff --git a/clang/test/3C/linkedlist.c b/clang/test/3C/linkedlist.c index 31c642281aa7..8cb1b8b29756 100644 --- a/clang/test/3C/linkedlist.c +++ b/clang/test/3C/linkedlist.c @@ -1,3 +1,4 @@ +// UNSUPPORTED: system-windows // RUN: 3c -alltypes -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" %s // RUN: 3c -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s // RUN: 3c -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null - diff --git a/clang/test/3C/multivardecls.c b/clang/test/3C/multivardecls.c index f1c9d5be48ab..7995dea1be33 100644 --- a/clang/test/3C/multivardecls.c +++ b/clang/test/3C/multivardecls.c @@ -1,3 +1,4 @@ +// UNSUPPORTED: system-windows // RUN: 3c -addcr -alltypes %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" %s // RUN: 3c -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s // RUN: 3c -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null - diff --git a/clang/test/3C/rewrite_header.c b/clang/test/3C/rewrite_header.c index 7d0b844dfa01..20e30c66ccf7 100644 --- a/clang/test/3C/rewrite_header.c +++ b/clang/test/3C/rewrite_header.c @@ -1,3 +1,4 @@ +// UNSUPPORTED: system-windows // RUN: 3c -alltypes -addcr --output-postfix=checked %S/rewrite_header.c %S/rewrite_header.h // RUN: FileCheck -match-full-lines -check-prefixes="CHECK" %S/rewrite_header.checked.c < %S/rewrite_header.checked.c // RUN: FileCheck -match-full-lines -check-prefixes="CHECK" %S/rewrite_header.checked.h < %S/rewrite_header.checked.h diff --git a/clang/test/3C/root_cause.c b/clang/test/3C/root_cause.c index a00450f3c5d8..3841fb5b1771 100644 --- a/clang/test/3C/root_cause.c +++ b/clang/test/3C/root_cause.c @@ -1,3 +1,4 @@ +// UNSUPPORTED: system-windows // RUN: 3c -extra-arg="-Wno-everything" -alltypes -warn-root-cause %s 2>&1 1>/dev/null | FileCheck %s #include