]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Skip several analyzer socket tests on hppa*-*-hpux*
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 14 Jan 2024 18:23:51 +0000 (18:23 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 14 Jan 2024 18:23:51 +0000 (18:23 +0000)
2024-01-14  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

PR analyzer/113150
* c-c++-common/analyzer/fd-glibc-byte-stream-socket.c: Skip
on hppa*-*-hpux*.
* c-c++-common/analyzer/fd-manpage-getaddrinfo-client.c: Likewise.
* c-c++-common/analyzer/fd-mappage-getaddrinfo-server.c: Likewise.
* c-c++-common/analyzer/fd-symbolic-socket.c: Likewise.
* gcc.dg/analyzer/fd-glibc-byte-stream-connection-server.c: Likewise.

gcc/testsuite/c-c++-common/analyzer/fd-glibc-byte-stream-socket.c
gcc/testsuite/c-c++-common/analyzer/fd-manpage-getaddrinfo-client.c
gcc/testsuite/c-c++-common/analyzer/fd-mappage-getaddrinfo-server.c
gcc/testsuite/c-c++-common/analyzer/fd-symbolic-socket.c
gcc/testsuite/gcc.dg/analyzer/fd-glibc-byte-stream-connection-server.c

index d9666f99edd5cf8ea82b08b584fa68b31864be5b..fab8426acb926f3c903d42f12c8c89b787bca129 100644 (file)
@@ -1,6 +1,6 @@
 /* Example from glibc manual (16.9.6).  */
 /* { dg-require-effective-target sockets } */
-/* { dg-skip-if "" { powerpc*-*-aix* } } */
+/* { dg-skip-if "" { hppa*-*-hpux* powerpc*-*-aix* } } */
 
 #include <stdio.h>
 #include <string.h>
index 16da9333074a3de2077d049484721b51b353f871..21dfe977db813fe908fea9e9bd34eda7f66e6635 100644 (file)
@@ -28,7 +28,7 @@ the source, must acknowledge the copyright and authors of this work.
 
 /* { dg-require-effective-target sockets } */
 /* { dg-additional-options "-Wno-analyzer-too-complex" } */
-/* { dg-skip-if "" { powerpc*-*-aix* } } */
+/* { dg-skip-if "" { hppa*-*-hpux* powerpc*-*-aix* } } */
 
 #include <sys/types.h>
 #include <sys/socket.h>
index c02ee6ff6437ffccaff77095be730ab095110634..2e9cec4abf0223ca402146331536e333fe557186 100644 (file)
@@ -27,7 +27,7 @@ the source, must acknowledge the copyright and authors of this work.
 */
 
 /* { dg-require-effective-target sockets } */
-/* { dg-skip-if "" { powerpc*-*-aix* } } */
+/* { dg-skip-if "" { hppa*-*-hpux* powerpc*-*-aix* } } */
 
 #include <sys/types.h>
 #include <stdio.h>
index d7dc46a2d47c555df972816945e9e9a058437d0d..32264fd9701318d5c19fbaf0dd658cca74e10fbf 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-require-effective-target sockets } */
-/* { dg-skip-if "" { powerpc*-*-aix* } } */
+/* { dg-skip-if "" { hppa*-*-hpux* powerpc*-*-aix* } } */
 
 #include <string.h>
 #include <sys/socket.h>
index d8b697d323eec5a2e65533bb3e528d72ab22d32e..fcbcc740170e67201d7efc867ff08532d7eb8713 100644 (file)
@@ -1,7 +1,7 @@
 /* Example from glibc manual (16.9.7).  */
 /* { dg-require-effective-target sockets } */
 /* { dg-additional-options "-Wno-analyzer-too-complex" } */
-/* { dg-skip-if "" { powerpc*-*-aix* } } */
+/* { dg-skip-if "" { hppa*-*-hpux* powerpc*-*-aix* } } */
 
 #include <stdio.h>
 #include <errno.h>