Fix make-array transforms.
[sbcl.git] / tests /
2013-06-02 Lutz EulerFix expected result for a character comparison test...
2013-05-31 Stas BoukarevFix a regression in APPEND type derivation.
2013-05-31 Paul KhuongStricter precondition when strength reducing variable...
2013-05-27 Paul KhuongCompute single-value-type correctly in the absence...
2013-05-27 Christophe Rhodesfix CHAR-EQUALity of non-ascii caseful characters
2013-05-25 Lutz EulerSkip unicode normalization tests on non-unicode builds.
2013-05-24 Paul KhuongRevert "Fix (aref vector (+ i constant)) with i negativ...
2013-05-24 Paul KhuongFix (aref vector (+ i constant)) with i negative on...
2013-05-23 Christophe Rhodesfix build with #!-SB-UNICODE
2013-05-22 Paul KhuongSimpler word-sized variable right shifts on x86 and...
2013-05-22 Paul KhuongEvaluate global inline functions via their fdefinition
2013-05-22 Paul KhuongTruthful error reporting for complicated compile-time...
2013-05-21 Paul KhuongSB-SIMD-PACK on x86-64
2013-05-21 Paul KhuongEnable (type-directed) constant folding for LOGTEST...
2013-05-20 Paul KhuongFix (CONCATENATE 'null ...) for generic sequences
2013-05-20 Paul KhuongPrint intermediate evaluation results for some ASSERTed...
2013-05-19 Stas BoukarevMake ir1-convert-hairy-lambda safe for non-local exits.
2013-05-19 Paul KhuongMore robust FILTER-LVAR through CASTs
2013-05-18 Christophe Rhodesimplement primary and canonical composition, and hence...
2013-05-18 Christophe Rhodesactually run Part3 of Unicode Normalization tests
2013-05-18 Christophe Rhodesfinish handling NormalizationTest test vectors
2013-05-18 Christophe Rhodesfirst cut at testing unicode normalization
2013-05-18 Paul KhuongComplete cut-to-width
2013-05-18 Paul KhuongInsert typechecks before RAW-INSTANCE-INIT in structure...
2013-05-18 Paul KhuongMore robust erroneous local call detection
2013-05-18 Paul KhuongCOMPILE-FILE shouldn't "attempt to dump invalid structu...
2013-05-18 Paul KhuongRecover full backtraces with generic arithmetic on...
2013-05-05 Stas BoukarevBetter type derivation for APPEND, NCONC, LIST.
2013-05-01 Alastair Bridgewatertests/dynamic-extent.impure.lisp: One of the dx-vector...
2013-05-01 Alastair BridgewaterAdd test cases for non-consing WITHOUT-GCING and WITH...
2013-05-01 Jim Wisebacktrace-interrupted-condition-wait now passes on...
2013-04-29 Lutz EulerFaster ISQRT on small (about fixnum sized) numbers.
2013-04-29 Lutz EulerImprove scaling of type derivation for LOG{AND,IOR...
2013-04-29 Stas BoukarevAdd :directory argument to sb-ext:run-program.
2013-04-20 Paul KhuongSubstitute constants with modular equivalents more...
2013-04-14 Christophe Rhodesremove stray debugging code from condition-related...
2013-04-12 Jan MoringenHandle :ALLOCATION of condition slots correctly
2013-04-12 Jan MoringenEvaluate condition default initargs once, even after...
2013-04-12 Jan MoringenUse AMOP representation of canonicalized default initar...
2013-04-08 Stas BoukarevDon't signal an error on (setf (documentation nil ...
2013-04-01 Stas BoukarevCheck bounds of ELT on &more in safe code.
2013-03-31 Paul KhuongStop emitting references to inexistant #n= forms in...
2013-03-31 Paul KhuongFix a compilation failure on svref of a symbol macro
2013-03-26 Christophe Rhodestest environment fix for 64-bit PowerPC/Linux
2013-03-22 Jan MoringenFix SEQUENCE:SEARCH, test seq. functions with user...
2013-03-17 Stas Boukarevmake-array transform error on unknown element-type.
2013-03-14 Stas BoukarevAccessing &MORE arguments checks bounds.
2013-03-14 Stas BoukarevBetter errors for package operations.
2013-03-10 Stas Boukarevformat: Signal an error for ~<~@>
2013-03-03 Stas BoukarevFix a test-case in threads.impure.lisp on -sb-thread.
2013-03-02 Lutz EulerImprove the failure output of the test :range-reduction...
2013-03-02 Lutz EulerSilence a warning from the test harness for unthreaded...
2013-02-21 Nikodemus Siivolaprohibit adding name of a package to itself as a local...
2013-02-21 Nikodemus Siivolasuffix PACKAGE-LOCALLY-NICKNAMED-BY with -LIST
2013-02-07 Nikodemus Siivolait's print-read consistency, not read/print consistency
2013-02-05 Stas BoukarevTest-suite results colorization.
2013-02-04 Stas BoukarevFix (documentation closure) test.
2013-02-04 Stas BoukarevFix (documentation #'function t)
2013-02-01 Nikodemus Siivolaprettier backtraces
2013-02-01 Nikodemus Siivolabetter debug name for secondary GF dispatch functions
2013-02-01 Stas BoukarevFix win32-foreign-stack-unwind.impure test.
2013-02-01 Nikodemus Siivolarestore old behaviour as the default for package variance
2013-02-01 Nikodemus Siivolapackage local nicknames
2013-02-01 Nikodemus Siivolaremove deleted packages from implementation-packages...
2013-02-01 Nikodemus SiivolaDEFPACKAGE at variance restarts
2013-02-01 Nikodemus Siivolanicer name-conflict restarts for common cases
2013-01-20 Nikodemus Siivolabetter initial value for LOOP variables of-type CHARACTER
2013-01-20 Nikodemus Siivolanote FIRST fix in NEWS, fix stupid typo in tests
2013-01-20 Nikodemus Siivolafix open coding of FIRST
2013-01-18 Christophe Rhodesfix constant-list-related initargs in CTOR optimization
2013-01-11 Stas Boukarevformat: ~R should check a type only if base is not...
2013-01-10 Stas Boukarevformat: Check types for ~C and ~R.
2013-01-05 Stas Boukarevadjust-array: Make sure that :initial-element is used.
2013-01-04 Stas BoukarevFix reading `#3(x).
2012-12-21 David LichteblauPreserve superclass structure accessors in infodb
2012-12-21 David LichteblauSupport building without PSEUDO-ATOMIC on POSIX safepoints
2012-12-05 David LichteblauRemove a few :FAILS-ON test flags for Windows
2012-12-05 David LichteblauSupport long file names on Windows; more CRT function...
2012-12-05 David LichteblauUpdate tests for 64 bit Windows builds
2012-12-04 Christophe Rhodesfix a bug in signed modular arithmetic
2012-12-04 Christophe Rhodesfix direct execution of (shebanged) fasls
2012-11-13 David LichteblauPowerPC safepoints
2012-11-08 Alastair BridgewaterThou shalt not MAKE-OTHER-IMMEDIATE-TYPE.
2012-11-02 David LichteblauExtend use of the linkage table to static symbols
2012-11-02 David LichteblauAllow synchronous win32 I/O to be interrupted, too
2012-10-07 Francois-Rene Rideaumake it possible to run tests on an installed SBCL
2012-10-07 Nikodemus Siivolateach NODE-CONSERVATIVE-TYPE about union types
2012-10-06 Lutz EulerFix some tests for builds without sb-eval.
2012-10-06 Nikodemus Siivolause SB-EXT:EXIT in expect.sh instead of QUIT
2012-10-06 Nikodemus Siivolafix PARSE-NATIVE-NAMESTRING :JUNK-ALLOWED T
2012-10-06 SANO Masatoshifix GC-LOGFILE when none has been set
2012-10-06 Nikodemus Siivolamake walker tests happier
2012-10-06 Nikodemus Siivolafix structure stack allocation for high-debug code
2012-10-05 David LichteblauUpdate tests for threaded windows builds
2012-10-05 David LichteblauDo not trash registers in tests/win32-stack-unwind.c
2012-10-05 David LichteblauSPARC gencgc
2012-09-30 David LichteblauTry to make test :deferrables-unblocked-by-lock more...
2012-09-19 David LichteblauNew predicate THREAD-EPHEMERAL-P for certain system...
2012-09-18 Paul KhuongKill leftover threads after each test
2012-09-18 Paul KhuongFix "exit from normal thread" test
next