]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Skip analyzer out-of-bounds-diagram on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 26 Dec 2023 16:44:09 +0000 (16:44 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Tue, 26 Dec 2023 16:44:09 +0000 (16:44 +0000)
The out-of-bounds diagram tests fail on AIX.

gcc/testsuite/ChangeLog:
* gcc.dg/analyzer/out-of-bounds-diagram-17.c: Skip on AIX.
* gcc.dg/analyzer/out-of-bounds-diagram-18.c: Same.

Signed-off-by: David Edelsohn <dje.gcc@gmail.com>
gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-17.c
gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-18.c

index d46159e56d6f8bd5188340307e6d845a1946bcc4..62234a91d0e901258e250ac3de67d7d6bc5c7815 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-additional-options "-fdiagnostics-text-art-charset=unicode" } */
+/* { dg-skip-if "" { powerpc-ibm-aix* } } */
 
 #include <string.h>
 
index f54cd80c338cbff06cc38c412fc1ff71fefeff56..3fcf18a4ad7559ad51290f4763d71e7b183a4e42 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-additional-options "-fdiagnostics-text-art-charset=unicode" } */
+/* { dg-skip-if "" { powerpc-ibm-aix* } } */
 
 #include <string.h>