backport: socket1.adb: Disable on *-*-solaris2*.

Backport from mainline:
	2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* gnat.dg/socket1.adb: Disable on *-*-solaris2*.

From-SVN: r160179
This commit is contained in:
Rainer Orth 2010-06-02 17:41:33 +00:00 committed by Rainer Orth
parent 88d0b1d04f
commit 8843688a8e
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2010-06-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Backport from mainline:
2010-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gnat.dg/socket1.adb: Disable on *-*-solaris2*.
2010-06-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Backport from mainline:

View File

@ -1,4 +1,4 @@
-- { dg-do run }
-- { dg-do run { target { ! "*-*-solaris2*" } } }
with GNAT.Sockets; use GNAT.Sockets;
procedure socket1 is