From 86f535cb4664fcaf96ff12942887db949beef27d Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Tue, 26 Dec 2023 16:44:09 +0000 Subject: 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 --- gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-17.c | 1 + gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-18.c | 1 + 2 files changed, 2 insertions(+) (limited to 'gcc') 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 d46159e..62234a9 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 f54cd80..3fcf18a 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 -- cgit v1.1