Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 295066 - Stabilize dev-lang/python-2.6.4 and dev-python/python-docs-2.6.4
Summary: Stabilize dev-lang/python-2.6.4 and dev-python/python-docs-2.6.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2009-11-29 17:32 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2010-05-08 18:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-11-29 17:32:46 UTC
Stabilize dev-lang/python-2.6.4 and dev-python/python-docs-2.6.4.
Comment 1 Markus Meier gentoo-dev 2009-12-03 11:02:12 UTC
amd64/arm/x86 stable
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2009-12-04 16:07:44 UTC
Stable for HPPA.
Comment 3 nixnut (RETIRED) gentoo-dev 2009-12-09 18:57:23 UTC
ppc stable
Comment 4 Brent Baude (RETIRED) gentoo-dev 2009-12-16 17:04:46 UTC
is it possible that some of these test failures might be due to running in a chroot?

test_authorization (test.test_httpservers.CGIHTTPServerTestCase) ... Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.6.4/work/Python-2.6.4/Lib/CGIHTTPServer.py", line 255, in run_cgi
OSError: [Errno 13] Permission denied
FAIL
test_headers_and_content (test.test_httpservers.CGIHTTPServerTestCase) ... Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.6.4/work/Python-2.6.4/Lib/CGIHTTPServer.py", line 255, in run_cgi
OSError: [Errno 13] Permission denied
FAIL
test_invaliduri (test.test_httpservers.CGIHTTPServerTestCase) ... ok
test_post (test.test_httpservers.CGIHTTPServerTestCase) ... Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.6.4/work/Python-2.6.4/Lib/CGIHTTPServer.py", line 255, in run_cgi
OSError: [Errno 13] Permission denied
FAIL

======================================================================
FAIL: test_get (test.test_httpservers.SimpleHTTPServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.6.4/work/Python-2.6.4/Lib/test/test_httpservers.py", line 243, in test_get
    self.check_status_and_reason(response, 404)
  File "/var/tmp/portage/dev-lang/python-2.6.4/work/Python-2.6.4/Lib/test/test_httpservers.py", line 219, in check_status_and_reason
    self.assertEquals(response.status, status)
AssertionError: 200 != 404

======================================================================
FAIL: test_authorization (test.test_httpservers.CGIHTTPServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.6.4/work/Python-2.6.4/Lib/test/test_httpservers.py", line 340, in test_authorization
    (res.read(), res.getheader('Content-type'), res.status))
AssertionError: ('Hello World\n', 'text/html', 200) != ("Exception happened during processing of request from ('127.0.0.1', 40702)\n----------------------------------------\n", None, 200)

======================================================================
FAIL: test_headers_and_content (test.test_httpservers.CGIHTTPServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.6.4/work/Python-2.6.4/Lib/test/test_httpservers.py", line 321, in test_headers_and_content
    (res.read(), res.getheader('Content-type'), res.status))
AssertionError: ('Hello World\n', 'text/html', 200) != ("Exception happened during processing of request from ('127.0.0.1', 37867)\n----------------------------------------\n", None, 200)

======================================================================
FAIL: test_post (test.test_httpservers.CGIHTTPServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.6.4/work/Python-2.6.4/Lib/test/test_httpservers.py", line 328, in test_post
    self.assertEquals(res.read(), '1, python, 123456\n')
AssertionError: "Exception happened during processing of request from ('127.0.0.1', 35619)\n----------------------------------------\n" != '1, python, 123456\n'

----------------------------------------------------------------------
Comment 5 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-12-19 22:00:20 UTC
(In reply to comment #4)

These tests have been disabled (bug #293201).
Comment 6 Raúl Porcel (RETIRED) gentoo-dev 2009-12-20 16:23:20 UTC
alpha/ia64/m68k/s390/sh/sparc stable
Comment 7 Brent Baude (RETIRED) gentoo-dev 2009-12-21 19:25:08 UTC
How about this one?

FAIL: test_keys (test.test_dbm.DbmTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.6.4/work/Python-2.6.4/Lib/test/test_dbm.py", line 24, in test_keys
    self.assert_(k in self.d)
AssertionError
Comment 8 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-12-23 00:17:50 UTC
(In reply to comment #7)

Post the output of:
emerge --info
emerge -ptv python:2.6 db
Comment 9 Brent Baude (RETIRED) gentoo-dev 2010-01-01 17:24:02 UTC
ppc64 done