cksum: Don't panic when checked file returned EIO#10534
cksum: Don't panic when checked file returned EIO#10534ChrisDryden merged 1 commit intouutils:mainfrom
Conversation
|
GNU testsuite comparison: |
|
I was messing around with ways to make an integ test for this and I was able to replicate the conditions using /proc/self/mem . Will only work on linux but should give us regression coverage in the CI |
This comment was marked as outdated.
This comment was marked as outdated.
|
After we found other bugs needed to dedup the code |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
Does not work as we expected. |
|
GNU testsuite comparison: |
If you mean the |
|
GNU testsuite comparison: |
|
Thankyou |
|
Thanks! |
|
Minor difference broke backported GNU test at https://github.com/uutils/coreutils/actions/runs/21546553785/job/62088762316?pr=10618#step:10:4320 |
Closes #10175 .
We cannot add tests for device returning EIO and cannot backport corresponding GNU tests until we backport proper args managenent too.