Skip to content

cp: disable test on OpenBSD & add todo - #14647

Closed
cakebaker wants to merge 1 commit into
uutils:mainfrom
cakebaker:cp_disable_test_on_openbsd
Closed

cakebaker wants to merge 1 commit into
uutils:mainfrom
cakebaker:cp_disable_test_on_openbsd

Conversation

@cakebaker

Copy link
Copy Markdown
Contributor

This PR disables the new test test_cp_attributes_only_fifo_keeps_type_and_returns on OpenBSD and adds a todo.

Fixes #14642

affected test: test_cp_attributes_only_fifo_keeps_type_and_returns
@github-actions

Copy link
Copy Markdown

GNU testsuite comparison:

Skip an intermittent issue tests/date/date-locale-hour (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/cut/bounded-memory (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/date/resolution (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/tail/tail-n0f (passes in this run but fails in the 'main' branch)
Note: The gnu test tests/misc/write-errors was skipped on 'main' but is now failing.

Comment thread tests/by-util/test_cp.rs
/// forever, since nothing ever writes to it. GNU creates the FIFO and returns.
#[test]
#[cfg(unix)]
// TODO remove when https://github.com/Stebalien/xattr/issues/121 is fixed

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I make no representation that Stebalien/xattr#121 is actually fixable...

@xtqqczze

Copy link
Copy Markdown
Contributor

The real issue is that the xattr crate is unsupported on OpenBSD and always errors, it would be better to exclude this at compile time: #14652.

@xtqqczze

Copy link
Copy Markdown
Contributor

@cakebaker I've got no objection if you you want to merge this for now to unblock CI, but #14652 will fix the root cause instead.

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 this pull request may close these issues.

test_cp_attributes_only_fifo_keeps_type_and_returns fails on OpenBSD

2 participants