We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diffing the results from before and after #4601 and #4754 Some of them should be easy.
I noticed some regressions:
PASS -> FAIL:
{PASS,FAIL} -> SKIP
New tests - PASS directly
New tests - FAIL
cp --debug
To run them: bash util/run-gnu-test.sh <test>
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
The text was updated successfully, but these errors were encountered:
These match up with the changelog, for example:
ls
ls-time
cp
mv
install
cksum
Sorry, something went wrong.
cp sparse tests are SKIP because it is parsing the --debug output that we don't have:
$ cp --debug --reflink=never file.sparse_ file.sparse_.cp 'file.sparse_' -> 'file.sparse_.cp' copy offload: unknown, reflink: no, sparse detection: SEEK_HOLE
No branches or pull requests
Diffing the results from before and after #4601 and #4754
Some of them should be easy.
I noticed some regressions:
PASS -> FAIL:
{PASS,FAIL} -> SKIP
New tests - PASS directly
New tests - FAIL
cp --debug
#4909)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
The text was updated successfully, but these errors were encountered: