From: Cyrus Harmon Date: Mon, 21 Jan 2013 01:24:24 +0000 (-0800) Subject: disable sb-sprof test on darwin X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=b9691ef5009d3669c4f87f4dfbd2baf4538e60f8;p=sbcl.git disable sb-sprof test on darwin restore buildability by disabling failing test for the moment. --- 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)