1.0.20.24: disable another hanging timer test
authorGabor Melis <mega@hotpop.com>
Tue, 23 Sep 2008 16:07:39 +0000 (16:07 +0000)
committerGabor Melis <mega@hotpop.com>
Tue, 23 Sep 2008 16:07:39 +0000 (16:07 +0000)
tests/timer.impure.lisp
version.lisp-expr

index 21ec58f..3cea11c 100644 (file)
         (loop
            (assert (eq wanted (subtypep type1 type2))))))))
 
-#+sb-thread
+;;; Disabled. Hangs occasionally at least on x86. See comment before
+;;; the next test case.
+#+(and nil sb-thread)
 (with-test (:name (:timer :parallel-unschedule))
   (let ((timer (sb-ext:make-timer (lambda () 42) :name "parallel schedulers"))
         (other nil))
index a9c44f0..648ad9e 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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".)
-"1.0.20.23"
+"1.0.20.24"