summaryrefslogtreecommitdiff
path: root/tests/random.pure.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/random.pure.lisp')
-rw-r--r--tests/random.pure.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/random.pure.lisp b/tests/random.pure.lisp
index b6c343729..b37b7a84e 100644
--- a/tests/random.pure.lisp
+++ b/tests/random.pure.lisp
@@ -181,6 +181,7 @@
(assert (not (find 0.0d0 values :test-not #'=))))))
(with-test (:name :float-no-consing
+ :fails-on :ppc
:skipped-on :interpreter)
(let ((fun (checked-compile `(lambda ()
(declare (optimize speed))