summaryrefslogtreecommitdiffstats
path: root/tests/by-util/test_dd.rs
AgeCommit message (Expand)Author
36 hoursdd: fix issue #5905 (different error msg from GNU) (#6622)Julian
2024-04-07dd: fix flaky test_null_statsBen Wiederhake
2024-03-22lint: fix `clippy::redundant_clone` of `test_dd.rs` `test_cp.rs`Krysztal112233
2024-03-20dd: misc gnu test (#6084)sreehari prasad
2024-03-17re-use existing fd for stdout even if its a seek-able fileUlrich Hornung
2024-03-10dd: treat arg as bytes if it contains 'B'mhead
2024-02-23dd: fix flaky test_final_stats_unspecBen Wiederhake
2024-01-30dd: fail on missing number in countSudhakar Verma
2023-12-28dd/chroot: improve the skip message (not root)Sylvestre Ledru
2023-12-01dd: skip two tests without "printf" featureDaniel Hofstetter
2023-11-26dd: buffer partial blocks in the output writerJeffrey Finkelstein
2023-11-16clippy: fix warnings introduced by Rust 1.74Daniel Hofstetter
2023-10-25tests/dd: Do not use the OS provided dd utility on FIFOsNathan Houghton
2023-09-24tests: dd: add skip-seek-past-dev testsBenjamin Bara
2023-08-21Add license headers on all filesSylvestre Ledru
2023-05-12Merge pull request #4432 from jfinkels/dd-nocacheSylvestre Ledru
2023-05-08dd: fix "unused imports" warning in testsDaniel Hofstetter
2023-05-07fixup! dd: support the [io]flag=nocache optionJeffrey Finkelstein
2023-05-07dd: support the [io]flag=nocache optionJeffrey Finkelstein
2023-03-20tests: fix unused imports warnings on WindowsDaniel Hofstetter
2023-03-20tests: expand wildcard importsDaniel Hofstetter
2023-03-19Merge branch 'main' into dd-seconds-precision-3jfinkels
2023-03-18Merge pull request #4189 from jfinkels/dd-stdin-from-file-descriptorTerts Diepraam
2023-03-15dd: fix unused imports on FreeBSDMiles Liu
2023-03-11dd: fix precision for display of total time spentJeffrey Finkelstein
2023-03-11dd: open stdin from file descriptor when possibleJeffrey Finkelstein
2023-02-18dd: add support for skipping in input FIFOJeffrey Finkelstein
2023-02-18dd: add support for seeking in output FIFOsJeffrey Finkelstein
2023-01-27clippy: fix warnings introduced with Rust 1.67.0Daniel Hofstetter
2023-01-22tests/util: Do not trim stderr in CmdResult::stderr_is. Add method stderr_tri...Joining7943
2023-01-13tests: revise/standardize usage error testing (for dd, install, mktemp, rm, s...Roy Ivy III
2023-01-01tests: remove status_code, which is the same as code_isTerts Diepraam
2022-12-03dd: correct rendering of SI and IEC byte countsJeffrey Finkelstein
2022-12-02tests: Use UChild in tests. Rename run_no_wait_child to run_no_wait and retur...Joining7943
2022-11-29dd: correctly set file size when conv=sparseJeffrey Finkelstein
2022-11-19dd: move tests of slow reader to test_dd.rsJeffrey Finkelstein
2022-11-18dd: allow B as a suffix for count, seek, and skipJeffrey Finkelstein
2022-09-21dd: custom positional argument parsingTerts Diepraam
2022-09-10all: add tests for usage error exit codeTerts Diepraam
2022-08-28Fix a TODO by making `conv_block_unblock_helper` consume the input. (#3787)Owen Anderson
2022-08-17dd: Error message of invalid args is matched with GNU (#3831)Przemysław Fuchs
2022-08-08test/dd: add ignore_stdin_write_error, because count=0 and dd doesn'tNiyaz Nigmatullin
2022-06-11dd: only print concise byte counts if large enoughJeffrey Finkelstein
2022-04-20get android builds to compile and pass testsJustin Tracey
2022-04-05all: use array intoiteratorTerts Diepraam
2022-03-18Add correct set of tests, fix typo in flags to test, write test to confirm ad...chordtoll
2022-03-18dd: implement iseek + oseek flagschordtoll
2022-03-03Merge pull request #3156 from jfinkels/dd-cbs-blocksSylvestre Ledru
2022-02-22Improve coverage / error messages from `parse_size` PROmer Tuchfeld
2022-02-21dd: pad partial record with spaces in some casesJeffrey Finkelstein