diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2023-07-11 13:54:15 -0400 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 2023-07-11 19:08:41 -0400 |
commit | 6726bca472645cdc91ae596a9f71de43a8158bbc (patch) | |
tree | 849f4e4eaf71d43a8dec73a008360f1feb77ac1c | |
parent | 3b2c523ae31b68fc3b8363b458a55eec53a44365 (diff) | |
download | gcc-6726bca472645cdc91ae596a9f71de43a8158bbc.zip gcc-6726bca472645cdc91ae596a9f71de43a8158bbc.tar.gz gcc-6726bca472645cdc91ae596a9f71de43a8158bbc.tar.bz2 |
testsuite: Skip failing analyzer tests on AIX.
Some of the analyzer out-of-bounds-diagram tests fail on AIX.
gcc/testsuite/ChangeLog:
* gcc.dg/analyzer/out-of-bounds-diagram-4.c: Skip on AIX.
* gcc.dg/analyzer/out-of-bounds-diagram-5-ascii.c: Same.
* gcc.dg/analyzer/out-of-bounds-diagram-5-unicode.c: Same.
* gcc.dg/analyzer/out-of-bounds-diagram-7.c: Same.
* gcc.dg/analyzer/out-of-bounds-diagram-13.c: Same.
* gcc.dg/analyzer/out-of-bounds-diagram-15.c: Same.
6 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-13.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-13.c index dcd1263..9b2d6b304 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-13.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-13.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-15.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-15.c index e2a6381..411b84c 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-15.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-15.c @@ -1,6 +1,7 @@ /* Regression test for ICE with short values of --param=analyzer-text-art-string-ellipsis-threshold=. */ /* { dg-additional-options "-fdiagnostics-text-art-charset=unicode --param=analyzer-text-art-string-ellipsis-threshold=0" } */ +/* { dg-skip-if "" { powerpc-ibm-aix* } } */ #include <string.h> diff --git a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-4.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-4.c index ec8e4ab..d5d7248 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-4.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-4.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-5-ascii.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-ascii.c index e82bce9..a0cdcbe 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-ascii.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-ascii.c @@ -1,4 +1,5 @@ /* { dg-additional-options "-fdiagnostics-text-art-charset=ascii" } */ +/* { dg-skip-if "" { powerpc-ibm-aix* } } */ #include <string.h> diff --git a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-unicode.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-unicode.c index 48fa12f..3111a6f 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-unicode.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-unicode.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-7.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-7.c index 25a9acc..5e3f9a7 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-7.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-7.c @@ -1,4 +1,5 @@ /* { dg-additional-options "-fdiagnostics-text-art-charset=unicode" } */ +/* { dg-skip-if "" { powerpc-ibm-aix* } } */ #include <string.h> |