Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl/files: bsd-sockets-test-1.2.patch
Date: Sun, 03 Aug 2014 04:29:16
Message-Id: 20140803042910.E274320035@flycatcher.gentoo.org
1 grozin 14/08/03 04:29:08
2
3 Added: bsd-sockets-test-1.2.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
8
9 Revision Changes Path
10 1.1 dev-lisp/sbcl/files/bsd-sockets-test-1.2.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/files/bsd-sockets-test-1.2.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/files/bsd-sockets-test-1.2.patch?rev=1.1&content-type=text/plain
14
15 Index: bsd-sockets-test-1.2.patch
16 ===================================================================
17 diff -r -U1 sbcl-1.2.2.orig/contrib/sb-bsd-sockets/tests.lisp sbcl-1.2.2/contrib/sb-bsd-sockets/tests.lisp
18 --- sbcl-1.2.2.orig/contrib/sb-bsd-sockets/tests.lisp 2014-07-28 17:15:05.000000000 +0700
19 +++ sbcl-1.2.2/contrib/sb-bsd-sockets/tests.lisp 2014-08-01 19:48:30.011931081 +0700
20 @@ -31,11 +31,11 @@
21 ;;; for unknown protocols...
22 -#-(and freebsd sb-thread)
23 -#-(and dragonfly sb-thread)
24 -(deftest get-protocol-by-name/error
25 - (handler-case (get-protocol-by-name "nonexistent-protocol")
26 - (unknown-protocol ()
27 - t)
28 - (:no-error ()
29 - nil))
30 - t)
31 +;#-(and freebsd sb-thread)
32 +;#-(and dragonfly sb-thread)
33 +;(deftest get-protocol-by-name/error
34 +; (handler-case (get-protocol-by-name "nonexistent-protocol")
35 +; (unknown-protocol ()
36 +; t)
37 +; (:no-error ()
38 +; nil))
39 +; t)