Improve some test cases for fixnum-width independence
authorAlastair Bridgewater <nyef_sbcl@lisphacker.com>
Mon, 28 Dec 2009 16:40:24 +0000 (11:40 -0500)
committerAlastair Bridgewater <nyef@virtdev-1.lisphacker.com>
Wed, 19 Oct 2011 19:49:32 +0000 (15:49 -0400)
commita53e74a650cf42012d8c66835e450acdf73c23d6
treeb1dc52b05897ec936b2f5c0aa4f99448b5de64ba
parentdd04bd449535e9016b5652a708a3cac2ca24c87d
Improve some test cases for fixnum-width independence

  * In arith.pure.lisp, some test cases were defined in terms of
n-lowtag-bits instead of n-fixnum-tag-bits.

  * In sb-aclrepl, the bignum used for testing fit within an
(signed-byte 63), the largest possible fixnum type on a 64-bit system.

  * Thanks to Paul Khuong for finding and fixing the arith.pure.lisp
tests.
contrib/sb-aclrepl/tests.lisp
tests/arith.pure.lisp