[gcc r14-6840] testsuite: Skip analyzer out-of-bounds-diagram on AIX.
David Edelsohn
dje@gcc.gnu.org
Tue Dec 26 16:46:30 GMT 2023
https://gcc.gnu.org/g:86f535cb4664fcaf96ff12942887db949beef27d
commit r14-6840-g86f535cb4664fcaf96ff12942887db949beef27d
Author: David Edelsohn <dje.gcc@gmail.com>
Date: Tue Dec 26 16:44:09 2023 +0000
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>
Diff:
---
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(+)
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 d46159e56d6..62234a91d0e 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 f54cd80c338..3fcf18a4ad7 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>
More information about the Gcc-cvs
mailing list