disable sb-sprof test on darwin
authorCyrus Harmon <ch-github@bobobeach.com>
Mon, 21 Jan 2013 01:24:24 +0000 (17:24 -0800)
committerCyrus Harmon <ch-github@bobobeach.com>
Mon, 21 Jan 2013 01:24:24 +0000 (17:24 -0800)
  restore buildability by disabling failing test for the moment.

contrib/sb-sprof/test.lisp

index 4be5763..90c7905 100644 (file)
@@ -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)