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

xctest FAIL #127

Open
guijan opened this issue Jul 8, 2021 · 0 comments
Open

xctest FAIL #127

guijan opened this issue Jul 8, 2021 · 0 comments

Comments

@guijan
Copy link

guijan commented Jul 8, 2021

xctest shows an error on both FreeBSD and OpenBSD. I haven't tried it on other platforms. This was done with the latest master.

Here is the output of the failing test on FreeBSD:

Binary file large enough to force INCR mode (16 MB)
  Using the primary selection   PASS
  Using the secondary selection PASS
  Using the clipboard selection PASS
  Using the buffer selection    Binary files /tmp/tmp.aq5DCimY and /tmp/tmp.MaHmlbul differ
FAIL

Here is the failing test on OpenBSD, the output is identical save for the names of the temporary files:

Binary file large enough to force INCR mode (16 MB)
  Using the primary selection   PASS
  Using the secondary selection PASS
  Using the clipboard selection PASS
  Using the buffer selection    Binary files /tmp/tmp.7kxlwgYJlm and /tmp/tmp.scxTMdNKNn differ
FAIL

Here is the full output of xctest on OpenBSD:

Testing whether xclip exits correctly when the selection is lost
PASS: xclip exited correctly after losing selection
Piping a 2 line file to xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Reading a 2 line file with xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Filtering a 2 line file through xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Piping a 16 line file to xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Reading a 16 line file with xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Filtering a 16 line file through xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Piping a 128 line file to xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Reading a 128 line file with xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Filtering a 128 line file through xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Piping a 1024 line file to xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Reading a 1024 line file with xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Filtering a 1024 line file through xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Piping a 8192 line file to xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Reading a 8192 line file with xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Filtering a 8192 line file through xclip
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS

Binary file large enough to force INCR mode (1 MB)
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS
Binary file large enough to force INCR mode (2 MB)
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	PASS
Binary file large enough to force INCR mode (16 MB)
  Using the primary selection	PASS
  Using the secondary selection	PASS
  Using the clipboard selection	PASS
  Using the buffer selection	Binary files /tmp/tmp.aGbUHdLfhM and /tmp/tmp.36i0a01gzS differ
FAIL
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