Disable gnat.dg/socket1.adb on hppa*-*-hpux*.

2020-02-29  John David Anglin  <danglin@gcc.gnu.org>

	PR ada/91100
	* gnat.dg/socket1.adb: Disable on hppa*-*-hpux*.
This commit is contained in:
John David Anglin 2020-02-29 20:39:09 +00:00
parent d3a2867484
commit 11d93ca76c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2020-02-29 John David Anglin <danglin@gcc.gnu.org>
PR ada/91100
* gnat.dg/socket1.adb: Disable on hppa*-*-hpux*.
2020-02-26 Peter Bergner <bergner@linux.ibm.com>
PR target/93913

View 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