Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471870 - dev-python/xvfbwrapper-0.2.2 fails test
Summary: dev-python/xvfbwrapper-0.2.2 fails test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2013-05-31 04:25 UTC by Mike Gilbert
Modified: 2018-04-21 19:15 UTC (History)
2 users (show)

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 Mike Gilbert gentoo-dev 2013-05-31 04:25:28 UTC
It seem to expect xvfb to fail when passed an invalid nolisten arg, but this does not happen.

======================================================================
FAIL: test_start_with_bad_kwarg_param (xvfbwrapper.test_xvfb.TestXvfb)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "xvfbwrapper/test_xvfb.py", line 62, in test_start_with_bad_kwarg_param
    self.assertEqual(orig_display, os.environ['DISPLAY'])
AssertionError: ':0' != ':4859'

----------------------------------------------------------------------
Ran 7 tests in 0.692s

FAILED (failures=1)
Comment 1 Pacho Ramos gentoo-dev 2017-05-29 14:09:16 UTC
Also 0.2.8 is affected by this
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-04-21 19:15:58 UTC
Tests seem to pass with the newest version.