Disable gnat.dg/socket1.adb on hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 29 Feb 2020 20:36:49 +0000 (20:36 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 29 Feb 2020 20:36:49 +0000 (20:36 +0000)
2020-02-29  John David Anglin  <danglin@gcc.gnu.org>

PR ada/91100
* gnat.dg/socket1.adb: Disable on hppa*-*-hpux*.

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/socket1.adb

index b6c59c6..2d0d9c6 100644 (file)
@@ -1,5 +1,8 @@
 2020-02-29  John David Anglin  <danglin@gcc.gnu.org>
 
+       PR ada/91100
+       * gnat.dg/socket1.adb: Disable on hppa*-*-hpux*.
+
        * g++.dg/pr90981.C: Skip on hppa*-*-hpux*.
        * gcc.dg/gnu2x-attrs-1.c: Add dg-require-alias.
        * gcc.dg/pr90756.c: Add -fno-common option on hppa*-*-hpux*.
index a6bdade..154a7af 100644 (file)
@@ -1,4 +1,4 @@
--- { dg-do run { target { ! "*-*-solaris2*" } } }
+-- { dg-do run { target { ! { hppa*-*-hpux* *-*-solaris2* } } } }
 
 with GNAT.Sockets; use GNAT.Sockets;
 procedure socket1 is