Skip to content

Commit

Permalink
Disable embiggen.lisp test, it's intermittently failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
stassats committed May 10, 2018
1 parent b600a92 commit 61770d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/heap-reloc/embiggen.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;;; But the test's entire purpose is to assign noncanonical bignums
;;; (that are equivalent to fixnums) into every layout.
;;;
#-immobile-space
#-(or immobile-space (and));; FIXME: it's breaking something
(let ((ht (make-hash-table :test 'eql)))
(flet ((bignumify (int)
(or (gethash int ht)
Expand Down

0 comments on commit 61770d6

Please sign in to comment.