Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40971 Details for
Bug 66194
sbcl-0.8.15 update
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
simple update to sbcl-no-tests-gentoo.patch
sbcl-no-tests-gentoo.patch (text/plain), 2.66 KB, created by
ejohnson
on 2004-10-03 02:48:03 UTC
(
hide
)
Description:
simple update to sbcl-no-tests-gentoo.patch
Filename:
MIME Type:
Creator:
ejohnson
Created:
2004-10-03 02:48:03 UTC
Size:
2.66 KB
patch
obsolete
>diff -ur sbcl-0.8.15.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd sbcl-0.8.15/contrib/sb-bsd-sockets/sb-bsd-sockets.asd >--- sbcl-0.8.15.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd 2004-02-11 05:00:40.000000000 -0600 >+++ sbcl-0.8.15/contrib/sb-bsd-sockets/sb-bsd-sockets.asd 2004-07-11 15:30:52.230966464 -0500 >@@ -103,14 +103,3 @@ > (defmethod perform :after ((o load-op) (c (eql (find-system :sb-bsd-sockets)))) > (provide 'sb-bsd-sockets)) > >-(defmethod perform ((o test-op) (c (eql (find-system :sb-bsd-sockets)))) >- (operate 'load-op 'sb-bsd-sockets-tests) >- (operate 'test-op 'sb-bsd-sockets-tests)) >- >-(defsystem sb-bsd-sockets-tests >- :depends-on (sb-rt sb-bsd-sockets sb-posix) >- :components ((:file "tests"))) >- >-(defmethod perform ((o test-op) (c (eql (find-system :sb-bsd-sockets-tests)))) >- (or (funcall (intern "DO-TESTS" (find-package "SB-RT"))) >- (error "test-op failed"))) >Only in sbcl-0.8.15/contrib/sb-bsd-sockets: sb-bsd-sockets.asd~ >diff -ur sbcl-0.8.15.orig/contrib/sb-posix/sb-posix.asd sbcl-0.8.15/contrib/sb-posix/sb-posix.asd >--- sbcl-0.8.15.orig/contrib/sb-posix/sb-posix.asd 2003-11-29 14:41:47.000000000 -0600 >+++ sbcl-0.8.15/contrib/sb-posix/sb-posix.asd 2004-07-11 15:52:38.766342896 -0500 >@@ -86,34 +86,3 @@ > "constants" > :package :sb-posix :depends-on ("defpackage")) > (:file "interface" :depends-on ("constants" "macros" "designator" "alien")))) >- >-(defsystem sb-posix-tests >- :depends-on (sb-rt) >- :components ((:file "posix-tests"))) >- >-(defmethod perform :after ((o load-op) (c (eql (find-system :sb-posix)))) >- (provide 'sb-posix)) >- >-(defmethod perform ((o test-op) (c (eql (find-system :sb-posix)))) >- (operate 'load-op 'sb-posix-tests) >- (operate 'test-op 'sb-posix-tests)) >- >-(defmethod perform ((o test-op) (c (eql (find-system :sb-posix-tests)))) >- (funcall (intern "DO-TESTS" (find-package "SB-RT"))) >- (let ((failures (funcall (intern "PENDING-TESTS" "SB-RT"))) >- (ignored-failures (loop for sym being the symbols of :sb-posix-tests >- if (search ".ERROR" (symbol-name sym)) >- collect sym))) >- (cond >- ((null failures) >- t) >- ((null (set-difference failures ignored-failures)) >- (warn "~@<some POSIX implementations return incorrect error values for ~ >- failing calls, but there is legitimate variation between ~ >- implementations too. If you think the errno ~ >- from your platform is valid, please contact the sbcl ~ >- developers; otherwise, please submit a bug report to your ~ >- kernel distributor~@:>") >- t) >- (t >- (error "non-errno tests failed!"))))) >Only in sbcl-0.8.15/contrib/sb-posix: sb-posix.asd~
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 66194
:
40970
| 40971