[dietlibc] updated comment about failing tst-strtod test whitespace cleanups

ensc ensc at fedoraproject.org
Mon Jan 10 18:44:24 UTC 2011


commit dc82a0df5a0259d9af3b9aea37338b00f34e1baa
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Sun Jan 9 15:16:36 2011 +0100

    updated comment about failing tst-strtod test
    whitespace cleanups

 runtests-X.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/runtests-X.sh b/runtests-X.sh
index eaa2d93..a0dbfc4 100644
--- a/runtests-X.sh
+++ b/runtests-X.sh
@@ -7,7 +7,7 @@ FAILURES_BOGUS=(
 
   ":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...
+  ":stdlib:tst-strtod"		# infinite recursion in __dtostr()
   ":time:tst-mktime"		# dietlibc does not support $TZ env
   ":time:tst-posixtz"		# dietlibc does not support $TZ env
   ":time:tst-strftime"		# dietlibc does not support glibc specific format specifications
@@ -51,7 +51,7 @@ for p in $TESTPROGRAMS; do
       (false:true:true)		res='OK (bogus)';;
       (false:true:false)	res="OK (unexpected)"; let ++rc;;
       (true:*:true)		res='FAIL (bogus)';;
-      (true:true:*)       	res="FAIL (known)";;
+      (true:true:*)		res="FAIL (known)";;
       (true:false:*)		res='FAIL'; let ++rc;;
     esac
 
@@ -68,7 +68,7 @@ for d in $SUBDIRS; do
     let RUNTEST_INDENT+=2
     old_ns=$RUNTEST_NS
     RUNTEST_NS=$RUNTEST_NS:$d
-    
+
     cd $d && bash ./runtests-X.sh || let ++rc
 
     RUNTEST_NS=$old_ns


More information about the scm-commits mailing list