rpms/dietlibc/devel runtests-X.sh,1.3,1.4

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sun Apr 13 17:11:18 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/dietlibc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22042

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



Index: runtests-X.sh
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/devel/runtests-X.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- runtests-X.sh	13 Apr 2008 14:02:33 -0000	1.3
+++ runtests-X.sh	13 Apr 2008 17:10:42 -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 scm-commits mailing list