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

window-leak test fails when run via xvfb-run #50

Open
jamessan opened this issue Apr 8, 2024 · 0 comments
Open

window-leak test fails when run via xvfb-run #50

jamessan opened this issue Apr 8, 2024 · 0 comments

Comments

@jamessan
Copy link

jamessan commented Apr 8, 2024

I was looking at updating Debian's x11-clipboard package from 0.8.1 to 0.9.x. I've tested all of 0.9.1 and 0.9.2. They both fail the window-leak test:

running 1 test
test tests::should_work_but_does_not ... FAILED

failures:

---- tests::should_work_but_does_not stdout ----
Error: XcbConnect(IoError(Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }))

We use xvfb-run --server-args="-screen 0 1280x800x24" cargo test --all to run the tests, since the build environment doesn't have access to a typical X server.

This worked fine up through 3de406e but stopped working after that.

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

No branches or pull requests

1 participant