chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #822: numbers-string-conversion-test fails for window


From: Chicken Trac
Subject: [Chicken-janitors] #822: numbers-string-conversion-test fails for windows
Date: Fri, 04 May 2012 10:38:39 -0000

#822: numbers-string-conversion-test fails for windows
----------------------------+-----------------------------------------------
 Reporter:  felix           |       Owner:  sjamaan
     Type:  defect          |      Status:  new    
 Priority:  major           |   Milestone:  4.8.0  
Component:  core libraries  |     Version:  4.7.x  
 Keywords:                  |  
----------------------------+-----------------------------------------------
 One case from the numbers-string-conversion test fails:

 diff --git a/tests/numbers-string-conversion-tests.scm b/tests/numbers-
 string-conversion-tests.scm
 index 09d8ee8..7abfd9d 100644
 --- a/tests/numbers-string-conversion-tests.scm
 +++ b/tests/numbers-string-conversion-tests.scm
 @@ -209,7 +209,8 @@
   ("-1/2" (- (/ 1 2)) "-0.5" "-.5" "-500.0e-3")
   ("1/-2" #f)
   ("10/0" +inf.0 "+inf.0")
 - ("0/10" 0.0 "0.0")
 +;XXX fails on Windows
 +; ("0/10" 0.0 "0.0")
   ("#e0/10" 0 "0")
   ("#e1#/2" 5 "5")
   ("#e1/2#" #f)

 Can I just add a "0." to the result list in the line above?

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/822>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]