Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testsuite fails on i586 in test_xvfb.TestXvfb.test_start_fails_with_unknown_kwargs #36

Open
mcepl opened this issue Oct 5, 2018 · 1 comment · May be fixed by #45
Open

Testsuite fails on i586 in test_xvfb.TestXvfb.test_start_fails_with_unknown_kwargs #36

mcepl opened this issue Oct 5, 2018 · 1 comment · May be fixed by #45

Comments

@mcepl
Copy link

mcepl commented Oct 5, 2018

[   84s] 
[   84s] ======================================================================
[   84s] FAIL: test_start_fails_with_unknown_kwargs (test_xvfb.TestXvfb)
[   84s] ----------------------------------------------------------------------
[   84s] Traceback (most recent call last):
[   84s]   File "/home/abuild/rpmbuild/BUILD/xvfbwrapper-0.2.9/test_xvfb.py", line 89, in test_start_fails_with_unknown_kwargs
[   84s]     xvfb.start()
[   84s] AssertionError: RuntimeError not raised

Full build log

@cgoldberg
Copy link
Owner

thanks for reporting this...
I think this is essentially caused by #30

It's not related to the i586 architecture... I bet this happens on any system that runs sufficiently slow enough (i586 is the original 32-bit pentium arrchitecture). The fix shouldn't be too difficult, but I haven't tried it yet. I'll be able to get to it sometime in the next few days.

@mbway mbway linked a pull request May 14, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants