summaryrefslogtreecommitdiff
path: root/tests/random.pure.lisp
diff options
context:
space:
mode:
authorDouglas Katzman <dougk@google.com>2021-05-13 18:29:46 -0400
committerDouglas Katzman <dougk@google.com>2021-05-13 18:29:46 -0400
commitb240db6c8ad4663abfdc7695bf5bfe7ad44a3bd7 (patch)
treef62fa125b8dda6bcb9fe84705f35d177283c3ffb /tests/random.pure.lisp
parentab6956ff532ace96b414df9c46296ce74c89621b (diff)
ppc: Mark failing test
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))