The branch "master" has been updated in SBCL:
via b9691ef5009d3669c4f87f4dfbd2baf4538e60f8 (commit)
from 91ab8b634b86ea43a985d35c7fa58e7432f1a28a (commit)
- Log -----------------------------------------------------------------
commit b9691ef5009d3669c4f87f4dfbd2baf4538e60f8
Author: Cyrus Harmon <ch-github@...>
Date: Sun Jan 20 17:24:24 2013 -0800
disable sb-sprof test on darwin
restore buildability by disabling failing test for the moment.
---
contrib/sb-sprof/test.lisp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/sb-sprof/test.lisp b/contrib/sb-sprof/test.lisp
index 4be5763..90c7905 100644
--- a/contrib/sb-sprof/test.lisp
+++ b/contrib/sb-sprof/test.lisp
@@ -1,7 +1,7 @@
(in-package :cl-user)
(require :sb-sprof)
-#-win32 ;not yet
+#-(or win32 darwin) ;not yet
(sb-sprof::test)
#-win32 ;not yet
(sb-sprof::consing-test)
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL
|