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

Disable failed tests on OpenBSD #6545

Merged
merged 16 commits into from
Jul 7, 2024
Merged

Conversation

lcheylus
Copy link
Contributor

@lcheylus lcheylus commented Jul 7, 2024

  • Disabled failed tests on OpenBSD
$ cargo nextest run --no-default-features --features "unix" --no-fail-fast
(...)
     Summary [ 291.195s] 3288 tests run: 3288 passed, 56 skipped
  • Disabled tests on OpenBSD in src/uucore/src/lib/features/fsxattr.rs
$ cargo nextest run --no-fail-fast --all-features -p uucore
(...)
     Summary [   3.850s] 124 tests run: 124 passed, 0 skipped

Fix #6541

lcheylus added 16 commits July 6, 2024 22:29
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
@sylvestre
Copy link
Contributor

not sure I agree about the "Fix #6541" :)

@sylvestre
Copy link
Contributor

would be nice to have openbsd in the CI to make sure we don't regress it in the future :)

@sylvestre sylvestre merged commit 722339c into uutils:main Jul 7, 2024
64 of 68 checks passed
@lcheylus lcheylus deleted the openbsd-tests branch July 7, 2024 12:11
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.

List of failed tests on OpenBSD
2 participants