Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449960 - =dev-python/sphinx-1.1.3-r3 test failure in test_autodoc.py
Summary: =dev-python/sphinx-1.1.3-r3 test failure in test_autodoc.py
Status: RESOLVED DUPLICATE of bug 451940
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL: https://bugs.pypy.org/issue1358
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2013-01-03 09:55 UTC by Ian Delaney (RETIRED)
Modified: 2013-01-14 11:05 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 Ian Delaney (RETIRED) gentoo-dev 2013-01-03 09:55:19 UTC
Test restriction lifted in ebuild;

sphinx # USE_PYTHON="2.7 2.7-pypy-1.9" ebuild sphinx-1.1.3-r3.ebuild clean install
.......................................................................
>>> Source compiled.
 * Testing of dev-python/sphinx-1.1.3-r3 with CPython 2.7...
PYTHONPATH=lib nosetests --verbosity=1
.....................................................................................................................................................................................................SS......................
----------------------------------------------------------------------
Ran 221 tests in 54.657s

OK (SKIP=2)
 * Testing of dev-python/sphinx-1.1.3-r3 with PyPy 1.9 (Python 2.7)...
PYTHONPATH=lib nosetests --verbosity=1
....F...F............................................................................................................................................................................................SS......................

======================================================================
FAIL: test_autodoc.test_format_signature
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/pypy1.9/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/mnt/gen2/TmpDir/portage/dev-python/sphinx-1.1.3-r3/work/Sphinx-1.1.3/build-2.7-pypy-1.9/tests/test_autodoc.py", line 158, in test_format_signature
    assert formatsig('class', 'D', C, None, None) == ''
AssertionError

======================================================================
FAIL: test_autodoc.test_generate
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/pypy1.9/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/mnt/gen2/TmpDir/portage/dev-python/sphinx-1.1.3-r3/work/Sphinx-1.1.3/build-2.7-pypy-1.9/tests/test_autodoc.py", line 472, in test_generate
    all_members=True)
  File "/mnt/gen2/TmpDir/portage/dev-python/sphinx-1.1.3-r3/work/Sphinx-1.1.3/build-2.7-pypy-1.9/tests/test_autodoc.py", line 360, in assert_result_contains
    assert item in directive.result
AssertionError

----------------------------------------------------------------------
Ran 221 tests in 162.923s

FAILED (SKIP=2, failures=2)
 * ERROR: dev-python/sphinx-1.1.3-r3 failed (test phase):
 *   Testing failed with PyPy 1.9 (Python 2.7) in testing() function
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_test
 *   environment, line 5129:  Called python_execute_function 'testing'
 *   environment, line 3462:  Called die
 * The specific snippet of code:
 *                       die "${failure_message}";
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-14 11:05:04 UTC

*** This bug has been marked as a duplicate of bug 451940 ***