coreutils/tests/fixtures
naoNao89 8f623574a4
Some checks are pending
CICD / Code Coverage (push) Waiting to run
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
CICD / Style/cargo-deny (push) Waiting to run
CICD / Style/deps (push) Waiting to run
CICD / Documentation/warnings (push) Waiting to run
CICD / MinRustV (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
Check uudoc Documentation Generation / Verify uudoc generates correct documentation (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
fix(cksum): correct CRC32B implementation to match GNU cksum
- Implement correct CRC32B algorithm with proper polynomial and initialization
- Add comprehensive test fixtures for CRC32B validation
- Support raw output format for CRC32B checksums
- Update dependencies and lock files for compatibility
- Fix code formatting and style issues
2025-11-03 10:51:09 +01:00
..
base32 base32: Fixed style violations. Added tests 2021-04-26 08:00:55 -07:00
base64 base64: Moved argument parsing to clap. 2021-05-01 11:36:46 -07:00
cat tests ~ refactor/polish spelling (comments, names, and exceptions) 2021-05-31 08:23:57 -05:00
chgrp chgrp: replace getopts with clap (#2118) 2021-06-10 16:38:44 -04:00
cksum fix(cksum): correct CRC32B implementation to match GNU cksum 2025-11-03 10:51:09 +01:00
cp cp: test that file descriptors are closed 2021-06-02 19:21:16 +02:00
csplit
cut cut: allow non utf8 characters for delimiters (#6037) 2024-03-10 22:36:17 +01:00
dd Fix a TODO by making conv_block_unblock_helper consume the input. (#3787) 2022-08-28 10:07:04 +02:00
dircolors Merge pull request #8047 from eldyl/feat/add_wezterm_to_terms 2025-06-03 07:54:05 +02:00
du du: add --dereference 2021-06-17 14:06:41 +07:00
env test_env: Try to execute an empty file instead of . 2025-03-23 19:37:59 +01:00
expand
fmt fmt: add basic tests for split-only, prefix, and skip-prefix args 2024-05-05 17:03:28 +02:00
fold tests/fold: add tests for non-utf8 streams 2025-06-22 20:57:19 -06:00
hashsum hashsum: Windows: check in binary mode by default and allow --binary/--text whcn checking 2024-10-22 11:55:49 -07:00
head head: two new tests. Improves function coverage from 38 to 75 2024-04-06 05:40:26 +02:00
install Fix install: invalid link at destination 2024-03-11 23:31:26 +01:00
join join: add support for multibyte separators (#6736) 2024-10-06 11:48:08 +02:00
mv
nl
nohup config terminal simulation for specific stdios only 2024-04-23 19:56:17 +02:00
numfmt Fixed tests to reflect si's handling of kilos 2025-02-18 16:32:53 -05:00
od
paste
pr pr: Fixes after rebasing 2021-03-26 17:57:19 +03:00
ptx test(ptx): Add regression tests for TeX and chunking bugs 2025-10-03 10:53:16 +02:00
shuf Add shuf tests (#1958) 2021-03-28 17:52:01 +02:00
sort test(sort): Fix fixtures 2025-07-25 13:51:53 +02:00
split split: implementing separator option (#5331) 2023-10-03 00:42:46 +02:00
sum sum: fix output when using BSD sum algo (-r) 2023-01-13 10:05:09 +01:00
tac tac: correct behavior of -b option (#2523) 2021-08-22 21:01:17 +02:00
tail tail: change notify backend on macOS from FSEvents to kqueue 2021-10-01 21:33:30 +02:00
test test: add tests for basic tests & edge cases 2021-05-01 22:40:47 -04:00
tsort
unexpand feat(unexpand): move from getopts to clap (#1883) 2021-03-23 09:42:05 +01:00
uniq uniq: pass remaining GNU tests (#5994) 2024-02-25 09:45:37 +01:00
uptime tests: enable tests for uptime on OpenBSD 2024-06-30 16:17:04 +02:00
users users: support OpenBS using utmp 2024-06-29 08:19:24 +03:30
util config terminal simulation for specific stdios only 2024-04-23 19:56:17 +02:00
wc wc: more tests and fixes 2023-05-22 01:02:35 -07:00
.gitattributes