aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2023-12-26 16:44:09 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>2023-12-26 16:44:09 +0000
commit86f535cb4664fcaf96ff12942887db949beef27d (patch)
treedc0a006b6f536fe30c84fec09bb77311f6e83f66 /gcc
parenta004a59f1cba02c55770f94340993b7a4e158fde (diff)
downloadgcc-86f535cb4664fcaf96ff12942887db949beef27d.zip
gcc-86f535cb4664fcaf96ff12942887db949beef27d.tar.gz
gcc-86f535cb4664fcaf96ff12942887db949beef27d.tar.bz2
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 <dje.gcc@gmail.com>
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-17.c1
-rw-r--r--gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-18.c1
2 files changed, 2 insertions, 0 deletions
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 <string.h>
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 <string.h>