chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #691: number/string-conversion tests fail on Windows


From: Chicken Trac
Subject: [Chicken-janitors] #691: number/string-conversion tests fail on Windows (mingw-msys)
Date: Wed, 14 Sep 2011 10:19:15 -0000

#691: number/string-conversion tests fail on Windows (mingw-msys)
--------------------------------------+-------------------------------------
 Reporter:  felix                     |       Owner:  sjamaan
     Type:  defect                    |      Status:  new    
 Priority:  major                     |   Milestone:  4.8.0  
Component:  core libraries            |     Version:  4.7.x  
 Keywords:  number-string conversion  |  
--------------------------------------+-------------------------------------
 The tests fail in the following places:

 {{{
 -> Fractions
 -----------------------------------------------------
 OK                  ("1/2" (/ 1 2) "0.5" ".5" "500.0e-3")
 SERIALIZATION ERROR ("10/2" 5. "5.0") => "5."
 OK                  ("-1/2" (- (/ 1 2)) "-0.5" "-.5" "-500.0e-3")
 OK                  ("1/-2" #f)
 OK                  ("1.0/2" #f)
 OK                  ("1/2.0" #f)
 OK                  ("1/2e2" #f)
 OK                  ("1/2e2" #f)
 OK                  ("1#/2" 5. 7.5 "5.0" "5." "7.5")
 SERIALIZATION ERROR ("1/2#" 5.e-002 "0.05" ".05" "50.0e-3") => "5.e-002"
 OK                  ("1#/#" #f)
 OK                  ("1/" #f)
 OK                  ("1/+" #f)
 OK                  ("+/1" #f)
 OK                  ("/1" #f)
 OK                  ("/" #f)
 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/691>
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]