rpms/dietlibc/F-8 runtests-X.sh,1.3,1.4

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Jun 21 13:57:52 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/dietlibc/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24865

Modified Files:
	runtests-X.sh 
Log Message:
added 'gethostbyname' to list of bogus checks



Index: runtests-X.sh
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/F-8/runtests-X.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- runtests-X.sh	21 Jun 2008 13:51:17 -0000	1.3
+++ runtests-X.sh	21 Jun 2008 13:57:05 -0000	1.4
@@ -3,6 +3,8 @@
 eval $(grep '^\(TESTPROGRAMS\|SUBDIRS\)=' runtests.sh)
 
 FAILURES_BOGUS=(
+  ":gethostbyname"		# network test; net might not be available in test environment
+
   ":stdlib:tst-environ"		# test uses environ function in unsupported ways (dup keys)
   ":stdlib:tst-rand48"		# platform dependent; does not give reliable results
   ":stdlib:tst-strtod"		# must be investigated further...




More information about the fedora-extras-commits mailing list