-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
good first issueFor newcomers!For newcomers!
Description
Diffing the results from before and after #4601 and #4754
Some of them should be easy.
I noticed some regressions:
PASS -> FAIL:
- tests/cp/cp-i.sh (Adjust -i behavior for ln, cp & mv #4630)
- tests/misc/tee.sh
- tests/mv/i-1.pl (Adjust -i behavior for ln, cp & mv #4630)
- tests/mv/i-5.sh (fix tests/mv/i-5.sh #4823)
- tests/misc/date-f
- tests/mv/update (mv, cp: add support for --update=none,all,older #4796)
- tests/misc/read-errors.sh
- tests/misc/write-errors.sh
- tests/dd/bytes.sh
- tests/install/strip-program.sh
- tests/mv/mv-n.sh (mv: show no "skipped" msg with -vi/-vin #5347)
- tests/cp/cp-i.sh (cp: show no "skipped" msg with -vi/-vin #5348)
- tests/tail/inotify-dir-recreate.sh
- tests/cp/debug.sh
- tests/mv/dir2dir.sh (mv: Change error message #5104)
- tests/cksum/sm3sum.pl
{PASS,FAIL} -> SKIP
- tests/cp/sparse-2.sh, tests/cp/sparse-extents-2.sh, tests/cp/sparse-extents.sh, tests/cp/sparse-perf.sh
- tests/ls/ls-time.sh
New tests - PASS directly
- tests/misc/runcon-compute.sh
- tests/mv/no-copy.sh
New tests - FAIL
- tests/cp/debug.sh (Add support for
cp --debug#4909) - tests/du/apparent.sh (du: directories have apparent size of 0 #4991)
- tests/cksum/cksum-base64.pl
- tests/cksum/cksum-raw.sh
- tests/misc/wc-total.sh (wc: implement --total #4695)
To run them:
bash util/run-gnu-test.sh <test>
How i did: I downloaded the results gnu-full-result.json in the action. The one before the update to 9.2 and just did a diff -u
Metadata
Metadata
Assignees
Labels
good first issueFor newcomers!For newcomers!
Type
Projects
Status
Done