Merge these cases again now that the xfails are fixed.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 28 Nov 2018 16:55:06 +0000 (16:55 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 30 Nov 2018 06:53:14 +0000 (06:53 +0000)
tests/runtime/test-flonum.scm

index bf949d2512fb39c2b8e11b2b98fa0fda55884f45..83c5f3cc0959f2c79d3a2bb73f3ccdaeccb0c9e0 100644 (file)
@@ -368,18 +368,7 @@ USA.
     (+inf.0 #t #f)
     (+nan.0 #f #f)))
 
-(define-lconstcomp-test '>=/lconst flo:safe>= flo:>= 0.
-  `((-inf.0 #t #f)
-    (-1. #t #f)
-    (,subnormal- #t #f)
-    (-0. #t #t)
-    (+0. #t #t)
-    (,subnormal+ #f #t)
-    (+1. #f #t)
-    (+inf.0 #f #t)
-    (+nan.0 #f #f)))
-
-(define-rconstcomp-test '>=/rconst flo:safe>= flo:>= 0.
+(define-constcomp-test '>= flo:safe>= flo:>= 0.
   `((-inf.0 #t #f)
     (-1. #t #f)
     (,subnormal- #t #f)
@@ -434,18 +423,7 @@ USA.
     (+inf.0 #t #f)
     (+nan.0 #f #f)))
 
-(define-lconstcomp-test '>=/lconst flo:safe>= flo:>= 1.
-  `((-inf.0 #t #f)
-    (-1. #t #f)
-    (,subnormal- #t #f)
-    (-0. #t #f)
-    (+0. #t #f)
-    (,subnormal+ #t #f)
-    (+1. #t #t)
-    (+inf.0 #f #t)
-    (+nan.0 #f #f)))
-
-(define-rconstcomp-test '>=/rconst flo:safe>= flo:>= 1.
+(define-constcomp-test '>= flo:safe>= flo:>= 1.
   `((-inf.0 #t #f)
     (-1. #t #f)
     (,subnormal- #t #f)