More reliable test for asynchronous aborts in semaphore operations
[sbcl.git] / tests / threads.pure.lisp
2013-11-14 Paul KhuongMore reliable test for asynchronous aborts in semaphore...
2013-09-11 Christophe Rhodesmore restrictive test naming
2013-06-28 Jan MoringenIn MAKE-THREAD, use WITH-SYSTEM-MUTEX for locking ...
2012-10-05 David LichteblauUpdate tests for threaded windows builds
2012-09-18 Paul KhuongKill leftover threads after each test
2012-09-18 David LichteblauReduce the numbers of threads in test ATOMIC-UPDATE...
2012-09-15 Nikodemus Siivolatimeouts for WITH-MUTEX and WITH-RECURSIVE-LOCK
2012-07-19 David Lichteblauwin32: Mark all currently failing tests as such
2012-06-09 Nikodemus Siivolaa few more tests to skip on unithreaded builds
2012-05-21 Nikodemus Siivolaimplement ATOMIC-UPDATE
2012-04-29 Nikodemus Siivolaredesign exiting SBCL
2012-04-12 Juho SnellmanAdd workaround to a flaky semaphore timeout test.
2011-12-05 Nikodemus Siivolaenable previously-broken thread tests on Darwin
2011-12-05 Nikodemus Siivolamore robust deadlock detection
2011-12-01 Nikodemus Siivolafix bug in semaphore notification objects on TRY-SEMAPHORE
2011-11-23 Joshua ElsasserAvoid a reader error in threads.pure.lisp with non...
2011-11-17 Nikodemus Siivolasemaphore notification objects
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...
2011-11-09 Nikodemus Siivolakilling lutexes, adding timeouts
2011-10-28 Nikodemus Siivolawaiting for arbitrary events SB-EXT:WAIT-FOR
2011-06-11 Paul KhuongMAKE-THREAD accepts :ARGUMENTS to pass to the thread...
2011-06-07 Nikodemus Siivolafix whitespace in tests
2011-06-06 Jim WiseRework test infrastructure to keep track of tests which...
2011-05-14 Nikodemus Siivola1.0.48.16: deadlock detection fixes
2011-05-11 Nikodemus Siivola1.0.48.12: fix bugs in deadlock detection and tests
2011-05-11 Nikodemus Siivola1.0.48.10: add deadlock detection to spinlocks and...
2011-02-15 Nikodemus Siivola1.0.45.34: #+sb-thread the new waitqueue printing test
2011-02-11 Nikodemus Siivola1.0.45.15: make waitqueue printing prettier
2009-12-30 Alastair Bridgewater1.0.34.2: Make threads.pure.lisp symbol-value-in-thread...
2009-06-18 Nikodemus Siivola1.0.29.19: robustify SYMBOL-VALUE-IN-THREAD
2009-06-18 Nikodemus Siivola1.0.29.17: SYMBOL-VALUE-IN-THREAD
2009-03-16 Gabor Melis1.0.26.4: less pessimal waitqueues
2008-12-03 Nikodemus Siivola1.0.23.15: GET-MUTEX to set new mutex owner unithreaded...
2008-09-19 Nikodemus Siivola1.0.20.10: semaphore and condition variable fixes
2008-03-14 Nikodemus Siivola1.0.15.31: thread-safe FIND-CLASS -- really this time
2008-03-13 Nikodemus Siivola1.0.15.30: thread-safe FIND-CLASS
2007-07-03 Nikodemus Siivola1.0.7.11: fix test WITHOUT-INTERRUPTS+GET-MUTEX
2007-07-01 Nikodemus Siivola1.0.7.6: additional test case that fails under SB-LUTEX
2007-07-01 Nikodemus Siivola1.0.7.5: allow WITH-INTERRUPTS inside "system locked...