Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.6.2-r1.ebuild ChangeLog python-3.1.1.ebuild
Date: Wed, 26 Aug 2009 20:31:59
Message-Id: E1MgJmp-00030P-98@stork.gentoo.org
1 arfrever 09/08/26 14:47:43
2
3 Modified: python-2.6.2-r1.ebuild ChangeLog
4 python-3.1.1.ebuild
5 Log:
6 Skip test_math.py on alpha (bug #282786).
7 (Portage version: 14161-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 dev-lang/python/python-2.6.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild?r1=1.8&r2=1.9
15
16 Index: python-2.6.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- python-2.6.2-r1.ebuild 25 Aug 2009 01:26:59 -0000 1.8
23 +++ python-2.6.2-r1.ebuild 26 Aug 2009 14:47:42 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild,v 1.8 2009/08/25 01:26:59 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild,v 1.9 2009/08/26 14:47:42 arfrever Exp $
29
30 # NOTE about python-portage interactions :
31 # - Do not add a pkg_setup() check for a certain version of portage
32 @@ -190,9 +190,10 @@
33 # (See bug #67970)
34 local skip_tests="distutils global httpservers mimetools minidom mmap posix pyexpat sax strptime subprocess syntax tcl time urllib urllib2 xml_etree"
35
36 - # test_pow fails on alpha.
37 + # test_math and test_pow fail on alpha.
38 + # https://bugs.gentoo.org/show_bug.cgi?id=282786
39 # https://bugs.python.org/issue756093
40 - [[ ${ARCH} == "alpha" ]] && skip_tests+=" pow"
41 + [[ ${ARCH} == "alpha" ]] && skip_tests+=" math pow"
42
43 # test_ctypes fails with PAX kernel (bug #234498).
44 host-is-pax && skip_tests+=" ctypes"
45 @@ -208,7 +209,7 @@
46 mv "${T}"/test_${test}.py "${S}"/Lib/test/test_${test}.py
47 done
48
49 - elog "Portage skipped the following tests which aren't able to run from emerge:"
50 + elog "The following tests have been skipped:"
51 for test in ${skip_tests}; do
52 elog "test_${test}.py"
53 done
54
55
56
57 1.406 dev-lang/python/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.406&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.406&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.405&r2=1.406
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
66 retrieving revision 1.405
67 retrieving revision 1.406
68 diff -u -r1.405 -r1.406
69 --- ChangeLog 25 Aug 2009 01:26:59 -0000 1.405
70 +++ ChangeLog 26 Aug 2009 14:47:42 -0000 1.406
71 @@ -1,6 +1,10 @@
72 # ChangeLog for dev-lang/python
73 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.405 2009/08/25 01:26:59 arfrever Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.406 2009/08/26 14:47:42 arfrever Exp $
76 +
77 + 26 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
78 + python-2.6.2-r1.ebuild, python-3.1.1.ebuild:
79 + Skip test_math.py on alpha (bug #282786).
80
81 25 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
82 python-2.6.2-r1.ebuild, python-3.1.1.ebuild:
83
84
85
86 1.5 dev-lang/python/python-3.1.1.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1.ebuild?rev=1.5&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1.ebuild?rev=1.5&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1.ebuild?r1=1.4&r2=1.5
91
92 Index: python-3.1.1.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1.ebuild,v
95 retrieving revision 1.4
96 retrieving revision 1.5
97 diff -u -r1.4 -r1.5
98 --- python-3.1.1.ebuild 25 Aug 2009 01:27:00 -0000 1.4
99 +++ python-3.1.1.ebuild 26 Aug 2009 14:47:42 -0000 1.5
100 @@ -1,6 +1,6 @@
101 # Copyright 1999-2009 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1.ebuild,v 1.4 2009/08/25 01:27:00 arfrever Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1.ebuild,v 1.5 2009/08/26 14:47:42 arfrever Exp $
105
106 EAPI="2"
107
108 @@ -175,9 +175,10 @@
109 # socket.error: [Errno 104] Connection reset by peer
110 skip_tests+=" telnetlib"
111
112 - # test_pow fails on alpha.
113 + # test_math and test_pow fail on alpha.
114 + # https://bugs.gentoo.org/show_bug.cgi?id=282786
115 # https://bugs.python.org/issue756093
116 - [[ ${ARCH} == "alpha" ]] && skip_tests+=" pow"
117 + [[ ${ARCH} == "alpha" ]] && skip_tests+=" math pow"
118
119 # test_ctypes fails with PAX kernel (bug #234498).
120 host-is-pax && skip_tests+=" ctypes"
121 @@ -193,7 +194,7 @@
122 mv "${T}"/test_${test}.py "${S}"/Lib/test/test_${test}.py
123 done
124
125 - elog "Portage skipped the following tests due to various reasons:"
126 + elog "The following tests have been skipped:"
127 for test in ${skip_tests}; do
128 elog "test_${test}.py"
129 done