Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@lcheylus
Copy link
Contributor

@lcheylus lcheylus commented Nov 9, 2025

  • expr: fix crash for test_long_input on OpenBSD
  • df: disable test_type_option_with_file on OpenBSD
  • cp: disable test_cp_current_directory_verbose on OpenBSD
  • du: fix warnings for tests on OpenBSD
  • nohup: fix warnings for tests on OpenBSD
  • pinky: fix warnings for tests on OpenBSD

Fix #9187


Build and all tests OK on OpenBSD current/amd64 with Rust 1.90.0 for unix feature

$ cargo test -v --no-default-features --features unix
(...)
test result: ok. 3954 passed; 0 failed; 46 ignored; 0 measured; 0 filtered out; finished in 159.68s

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 9, 2025

CodSpeed Performance Report

Merging #9200 will degrade performances by 59.11%

Comparing lcheylus:openbsd-fix_tests (6130a33) with main (9b9a913)

Summary

⚡ 1 improvement
❌ 1 regression
✅ 124 untouched
⏩ 2 skipped1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
factor_multiple_big_uint 18.6 ms 45.6 ms -59.11%
factor_multiple_u128s[18446744073709551616] 327.9 ms 316 ms +3.77%

Footnotes

  1. 2 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@github-actions
Copy link

github-actions bot commented Nov 9, 2025

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/overlay-headers (passes in this run but fails in the 'main' branch)

@cakebaker cakebaker merged commit 363bda0 into uutils:main Nov 9, 2025
121 of 122 checks passed
@cakebaker
Copy link
Contributor

Thanks!

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.

Tests fail on OpenBSD for unix feature

2 participants