Skip to content

Commit

Permalink
1.0.20.24: disable another hanging timer test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabor Melis committed Sep 23, 2008
1 parent 2c06e30 commit 7b2aeb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/timer.impure.lisp
Expand Up @@ -165,7 +165,9 @@
(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))
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -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"

0 comments on commit 7b2aeb8

Please sign in to comment.