1.0.34.2: Make threads.pure.lisp symbol-value-in-thread.[78] tests more reliable.
authorAlastair Bridgewater <lisphacker@users.sourceforge.net>
Wed, 30 Dec 2009 22:54:27 +0000 (22:54 +0000)
committerAlastair Bridgewater <lisphacker@users.sourceforge.net>
Wed, 30 Dec 2009 22:54:27 +0000 (22:54 +0000)
commitc6346430e15ab44471e8740ffd7e5e581f933f36
treeb0371f7cd26829943945f9277d7196a99473a309
parent542c7e4216c4179d0527dd5ffec3162bdc273622
1.0.34.2: Make threads.pure.lisp symbol-value-in-thread.[78] tests more reliable.

  * Actually assert that an error occurred (setf won't signal an
unbound-variable if the thread still lives).

  * Join the thread before attempting to access the value (no more race
condition).
tests/threads.pure.lisp
version.lisp-expr