X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=0b795f0ca5ef841c64f2fbb8383f938cd2e823f0;hb=d4f4b68910a64640f9b8c67560ffd7f4d57c54b9;hp=bc3eebd3aad9e7547ff835950eaa4899c7c52952;hpb=0302ff8f5d8557453b4b3c2032c224d95ddd4813;p=sbcl.git diff --git a/BUGS b/BUGS index bc3eebd..0b795f0 100644 --- a/BUGS +++ b/BUGS @@ -2042,18 +2042,6 @@ WORKAROUND: #.SB-EXT:SINGLE/DOUBLE-FLOAT-POSITIVE-INFINITY. These tests have been disabled on Darwin for now. -373: profiling issues on ppc/darwin - The following bit from smoke.impure.lisp fails on ppc/darwin: - (progn - (defun profiled-fun () - (random 1d0)) - (profile profiled-fun) - (loop repeat 100000 do (profiled-fun)) - (report)) - dropping into the debugger with a TYPE-ERROR: - The value -1073741382 is not of type UNSIGNED-BYTE. - The test has been disabled on Darwin till the bug is fixed. - 374: BIT-AND problem on ppc/darwin: The BIT-AND test in bit-vector.impure-cload.lisp results in fatal error encountered in SBCL pid 8356: @@ -2097,3 +2085,6 @@ WORKAROUND: Floating point traps are currently not enabled on the x86-64 port. This is true for at least overflow detection (as tested in float.pure.lisp) and divide-by-zero. + +379: TRACE :ENCAPSULATE NIL broken on ppc/darwin + See commented-out test-case in debug.impure.lisp.