Fix hash tests on non-threaded platforms (patch for Brian Mastenbrook)
(sb-thread::wait-on-semaphore ,sem)
(values-list ,values))))
+(defun take (&rest args)
+ (declare (ignore args)))
+
(with-test (:name (:hash-table :weakness :eql :numbers))
(flet ((random-number ()
(random 1000)))
(gc :full t)
(assert (= n (hash-table-count ht)))))))
-(defun take (&rest args)
- (declare (ignore args)))
-
(defun add-removable-stuff (ht &key (n 100) (size 10))
(flet ((unique-object ()
(make-array size :fill-pointer 0)))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.18.73"
+"0.9.18.74"