projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91ab8b6
)
disable sb-sprof test on darwin
author
Cyrus Harmon
<ch-github@bobobeach.com>
Mon, 21 Jan 2013 01:24:24 +0000
(17:24 -0800)
committer
Cyrus 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
patch
|
blob
|
history
diff --git
a/contrib/sb-sprof/test.lisp
b/contrib/sb-sprof/test.lisp
index
4be5763
..
90c7905
100644
(file)
--- 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)