Skip to content
Snippets Groups Projects
Commit d8810696 authored by pfdietz's avatar pfdietz
Browse files

I've removed the conditionalization of an ASH case. This increases the number...

I've removed the conditionalization of an ASH case.  This increases the number of failures under cmucl so that (test-random-integer-forms 100 3 ...) fails about 5% of the iterations there.  Also added an ASH example to misc.lsp
parent 2b358d4a
No related branches found
No related tags found
No related merge requests found
......@@ -943,3 +943,9 @@
(rem c (min -1 0))))
87723029763)
0)
(deftest misc.74
(funcall (compile nil '(lambda ()
(declare (optimize (safety 3) (speed 0) (debug 0)))
(ash 6916244 (min 42 -185236061640)))))
0)
......@@ -151,7 +151,6 @@
`(,op ,(make-random-integer-form (1- size)))))
(2 `(isqrt (abs ,(make-random-integer-form (- size 2)))))
#-cmu
(2
(destructuring-bind (s1 s2)
(random-partition (- size 2) 2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment