Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 377704 Details for
Bug 427616
dev-lisp/sbcl-1.0.55-r1 fails tests: sb-posix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Skips failing tests SB-POSIX-TESTS::STAT.2, SB-POSIX-TESTS::STAT.4
patch-posix-tests.patch.1 (text/plain), 684 bytes, created by
Stefan Huber
on 2014-05-27 11:46:37 UTC
(
hide
)
Description:
Skips failing tests SB-POSIX-TESTS::STAT.2, SB-POSIX-TESTS::STAT.4
Filename:
MIME Type:
Creator:
Stefan Huber
Created:
2014-05-27 11:46:37 UTC
Size:
684 bytes
patch
obsolete
>--- a/contrib/sb-posix/posix-tests.lisp 2009-10-25 09:24:59.000000000 +0100 >+++ b/contrib/sb-posix/posix-tests.lisp 2010-01-06 13:08:14.000000000 +0100 >@@ -233,7 +233,7 @@ > (logand mode (logior sb-posix::s-iread sb-posix::s-iwrite sb-posix::s-iexec))) > #.(logior sb-posix::s-iread sb-posix::s-iwrite sb-posix::s-iexec)) > >-#-win32 >+#-(or win32 linux) > (deftest stat.2 > (let* ((stat (sb-posix:stat "/")) > (mode (sb-posix::stat-mode stat))) >@@ -254,7 +254,7 @@ > (< (- atime unix-now) 10)) > t) > >-#-win32 >+#-(or win32 linux) > (deftest stat.4 > (let* ((stat (sb-posix:stat (make-pathname :directory '(:absolute :up)))) > (mode (sb-posix::stat-mode stat)))
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 427616
: 377704