hz2

Results 7 comments of hz2

may be of relevance: https://github.com/uutils/coreutils/pull/7844

> Thanks for picking this up! ofc! not many opportunities to work on parallelism :) > I'm somewhat surprised as the M1 CPU also has heterogeneous cores, but for some...

> > GNU testsuite comparison: > > ``` > > GNU test failed: tests/mv/mv-exchange. tests/mv/mv-exchange is passing on 'main'. Maybe you have to rebase? > > ``` > > Oh,...

For clippy related issues, it may be helpful to run locally: ``` cargo clippy --all-targets --all-features -- -D warnings ```

creating a draft to get feedback before porting all tests

I can try taking this! Though I may be misunderstanding the updates to be made to `exec_unit_tests.rs`. From [this comment](https://github.com/uutils/findutils/blob/main/tests/exec_unit_tests.rs?plain=1#L7-L10) that states: ```plaintext /// ! This file contains what would...