1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 02:01:05 +00:00
uutils-coreutils/tests
Nicolas Boichat d58f1cc0f1 test_seq: Modify undefined behaviour tests
GNU `seq` doesn't support such large positive exponents anyway,
and we are limited by i64 range, so increase the exponent value
to make sure we fully overflow that range.

Also, add a test to check that a very, very, small number is
treated as 0 (that's also undefined behaviour, but it does
make sense in a way).
2025-04-03 17:26:38 +02:00
..
benches/factor rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
by-util test_seq: Modify undefined behaviour tests 2025-04-03 17:26:38 +02:00
fixtures test_env: Try to execute an empty file instead of . 2025-03-23 19:37:59 +01:00
uutests uutests: fix clippy errors 2025-04-03 14:25:51 +02:00
test_util_name.rs Create the uutest crate + adjust the code 2025-03-28 21:40:31 +01:00
tests.rs uutests: fix the doc 2025-03-29 09:28:54 +01:00