From: David Edelsohn Date: Tue, 26 Dec 2023 16:44:09 +0000 (+0000) Subject: testsuite: Skip analyzer out-of-bounds-diagram on AIX. X-Git-Tag: basepoints/gcc-15~3299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86f535cb4664fcaf96ff12942887db949beef27d;p=thirdparty%2Fgcc.git testsuite: Skip analyzer out-of-bounds-diagram on AIX. 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 --- diff --git a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-17.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-17.c index d46159e56d6f..62234a91d0e9 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-17.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-17.c @@ -1,4 +1,5 @@ /* { dg-additional-options "-fdiagnostics-text-art-charset=unicode" } */ +/* { dg-skip-if "" { powerpc-ibm-aix* } } */ #include diff --git a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-18.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-18.c index f54cd80c338c..3fcf18a4ad75 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-18.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-18.c @@ -1,4 +1,5 @@ /* { dg-additional-options "-fdiagnostics-text-art-charset=unicode" } */ +/* { dg-skip-if "" { powerpc-ibm-aix* } } */ #include