Fix ldb / %%ldb / rlwinm on PowerPC
[sbcl.git] / tests /
2012-04-23 Christophe RhodesFix ldb / %%ldb / rlwinm on PowerPC
2012-04-19 Nikodemus Siivolashow correct number of arguments for arg-count error...
2012-04-19 Nikodemus Siivolasanitize one of the recent c-string decoding tests
2012-04-19 Nikodemus Siivolaassociate stream decoding and encoding errors with...
2012-04-19 Nikodemus Siivolacorrect octets in c-string decoding errors
2012-04-14 Nikodemus Siivolagencgc: tune the recent "more aggressive GC" changes
2012-04-13 Stas Boukarevformat: Signal errors when colinc and mincol are not...
2012-04-13 Christophe RhodesFix bug in unsigned modular arithmetic using a signed...
2012-04-13 Christophe Rhodesminor fix to alien.impure.lisp test
2012-04-13 Stas Boukarevrun-program: proper handling of :if-input-does-not...
2012-04-13 Stas Boukarevpprint: Make sure that lists like (loop . 10) can be...
2012-04-13 Stas Boukarevensure-directory-exists: didn't work when *d-p-d* had...
2012-04-13 Nikodemus Siivolarobustify (deadlock-detection interrupts) test
2012-04-13 Nikodemus Siivolagencgc: reclaim space more aggressively
2012-04-13 Nikodemus SiivolaMAKE-LEXENV used NCONC on its arguments, which callers...
2012-04-13 Nikodemus Siivolamore conservative classoid-name clearing
2012-04-13 Nikodemus Siivolaplain T and OTHERWISE not allowed in CASE normal-clauses
2012-04-12 Juho SnellmanAdd workaround to a flaky semaphore timeout test.
2012-03-24 Christophe RhodesFixup fewer complaints about hairy lexical environments
2012-01-23 Nikodemus Siivolaweakening hairy integer types
2012-01-09 Juho SnellmanMark :no-consing :specialized-dx-vectors as failing...
2012-01-02 Nikodemus Siivolatwiddle script.test.sh
2011-12-30 Nikodemus Siivolapackage locks and compile-time effects of DEFCLASS
2011-12-29 Nikodemus Siivolastack-allocatable fill-initialized specialized arrays...
2011-12-29 Nikodemus Siivolafaster FIND and POSITION on bit-vectors
2011-12-15 Alastair Bridgewatertests: Raw instances shouldn't stack-allocate on most...
2011-12-13 Paul KhuongFix EQL constraint propagation on constant assigned...
2011-12-13 Jim Wise(NO-CONSING SPECIALIZED-DX-VECTORS) fails on sunos...
2011-12-12 Nikodemus Siivolaprotect against read-time package-lock circumvention...
2011-12-10 Nikodemus Siivolastack-allocatable fill-initialized specialized arrays...
2011-12-10 Nikodemus Siivolastack-allocatable fill-initialized specialized arrays
2011-12-09 Nikodemus Siivolafix errors from stack allocation compiler notes
2011-12-09 Nikodemus SiivolaWITH-SPINLOCK compatibility layer was broken
2011-12-09 Lutz EulerMake COERCE on characters more standard-conforming.
2011-12-09 Nikodemus Siivolatest for bug 308926
2011-12-09 Nikodemus Siivolatest for bug 308941
2011-12-09 Nikodemus Siivolamake TRIVIAL-LAMBDA-VAR-REF-P false for XEPs
2011-12-08 Lutz EulerSilence two style warnings from the test harness.
2011-12-08 Nikodemus Siivolafix tyop in ONLY-ONE-BOXED-CONSTANT-FOR-MULTIPLE-USES...
2011-12-08 Nikodemus Siivolarobustify ONLY-ONE-BOXED-CONSTANT-FOR-MULTIPLE-USES...
2011-12-08 Nikodemus Siivolause COMPONENT-TOPLEVELISH-P in CHECK-CONSISTENCY
2011-12-08 Luis Oliveiraexplicit :BIG-ENDIAN feature
2011-12-08 Stas BoukarevFix transform for SEARCH on vectors with :form-end t.
2011-12-08 Stas BoukarevFix transform for SEARCH on vectors.
2011-12-05 Nikodemus Siivolafix ONLY-ONE-BOXED-CONSTANT-FOR-MULTIPLE-USES test
2011-12-05 Nikodemus Siivolafix doubled unboxed constants when there is no immediat...
2011-12-05 Alastair BridgewaterImproved undefined-function backtrace on PPC.
2011-12-05 Alastair BridgewaterImproved undefined-function backtrace on non-x86oids.
2011-12-05 Alastair BridgewaterImproved undefined-function backtrace on x86oids.
2011-12-05 Nikodemus Siivolaenable previously-broken thread tests on Darwin
2011-12-05 Alastair Bridgewatertests: fix :skipped-on clause for weak hash-table tests.
2011-12-05 Alastair Bridgewatertests: Add --report-skipped-tests option to the test...
2011-12-05 Stas BoukarevFix my previous commit on setf expansions.
2011-12-05 Nikodemus Siivolaadjust the new MALLOC-FAILURE test for 32-bit builds
2011-12-05 Nikodemus Siivolaallow coercion of large fixnums to floats outside x86
2011-12-05 Nikodemus Siivolaadd support for package::form-read-in-package syntax
2011-12-05 Robert Brownprinting specialized arrays readably
2011-12-05 Nikodemus Siivolause *SUPPRESS-PRINT-ERRORS* for backtraces and DESCRIBE
2011-12-05 Nikodemus Siivoladefine SB-EXT:PRINT-UNREADABLY as a function
2011-12-05 Nikodemus Siivolasilent non-toplevel DEFSTRUCT
2011-12-05 Nikodemus Siivoladon't simplify (LET () ..) => (LOCALLY ...) in the...
2011-12-05 Nikodemus Siivolaless rebindings in defmethods
2011-12-05 Nikodemus Siivolamore conservative subtypep test for classoids
2011-12-05 Nikodemus SiivolaMAKE-ALIEN improvements
2011-12-05 Nikodemus Siivolastricter handling of declarations in DEFGENERIC
2011-12-05 Nikodemus Siivolafix style-warnings for condition slot-accessors used...
2011-12-05 Nikodemus Siivolause boxed constants for full calls
2011-12-05 Nikodemus Siivolafix misoptimization of TRUNCATE
2011-12-05 Nikodemus Siivolafix bug in typechecking calls with non-constant keywords
2011-12-05 Nikodemus Siivolafix treatment of signed zeroes in INTERVAL-DIV
2011-12-05 Nikodemus Siivolamore robust deadlock detection
2011-12-04 Juho Snellman:backtrace-interrupted-condition-wait fails on x86...
2011-12-01 Nikodemus Siivolafix bug in semaphore notification objects on TRY-SEMAPHORE
2011-12-01 Stas BoukarevFix clos.impure.lisp DOCUMENTATION test on #-sb-doc.
2011-11-30 Alastair Bridgewatertests: Skip stream.impure.lisp / BUG-657183 on non...
2011-11-30 Joshua ElsasserOops, remove a debugging printenv which snuck in.
2011-11-29 Nikodemus Siivolatry to robustify test for bug-309448
2011-11-27 Nikodemus Siivolatweak NAME-CONTEXT
2011-11-25 Lutz EulerTighter floating-point type constraints in some cases
2011-11-23 Joshua ElsasserInsure that the test for bug 881445 runs with a large...
2011-11-23 Joshua ElsasserSkip a known failure on openbsd.
2011-11-23 Joshua ElsasserAvoid a reader error in threads.pure.lisp with non...
2011-11-20 Lutz EulerMake EXPT use double-precision throughout in more cases
2011-11-20 Nikodemus Siivolaoops, SB-EXT:DYNAMIC-SPACE-SIZE broke a test
2011-11-19 Nikodemus Siivolabetter inner and anonymous function names
2011-11-19 Nikodemus Siivoladefault gen.bytes_consed_between_gc to same 5% of dynam...
2011-11-18 Nicolas Edelpass errno from exec() to parent in spawn()
2011-11-17 Nikodemus Siivolasemaphore notification objects
2011-11-15 Paul KhuongPlug two more CTYPE leaks into fasls
2011-11-15 Paul KhuongPlug a CTYPE leak into fasls via SETQ
2011-11-14 Nikodemus Siivolasymlinks and RENAME-FILE and DELETE-DIRECTORY
2011-11-13 Paul KhuongMore numerically stable %hypot (ABS of complex floats...
2011-11-12 Nikodemus Siivolaextensible CAS and CAS extensions
2011-11-11 Christophe Rhodesfix out-of-line structure predicates on obsolete standa...
2011-11-10 Alastair BridgewaterMake MAKE-LISP-OBJ pickier on CHENEYGC.
2011-11-10 Alastair Bridgewatergencgc: Make MAKE-LISP-OBJ of SIMPLE-FUN object address...
2011-11-10 Nikodemus Siivolatweak threads.impure.lisp tests
2011-11-10 Nikodemus Siivolaunify locks
2011-11-10 Nikodemus Siivolatimeouts on JOIN-THREAD
2011-11-10 Nikodemus Siivolatimeouts on semaphores and mailboxes, fix timeouts...
next