mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
c52086226b
Upstream xfs_io has been converted to always use LFS compliant (i.e. 64 bit) pwrite() rather than pwrite64(). Similar changes have been made for multiple syscalls that have "*64" variants. hence the error output of all these commands has changed, such as "pwrite64: ..." to "pwrite: ....". Make a filter to catch the *64 variants and strip it, and convert all the golden output to use the non-*64 variant. This will make all golden output matching work correctly regardless of what version of xfs_io is in use. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
13 lines
401 B
Plaintext
13 lines
401 B
Plaintext
QA output created by 182
|
|
Format and mount
|
|
Create the original files
|
|
Compare files
|
|
2909feb63a37b0e95fe5cfb7f274f7b1 SCRATCH_MNT/test-182/file1
|
|
2909feb63a37b0e95fe5cfb7f274f7b1 SCRATCH_MNT/test-182/file2
|
|
CoW and unmount
|
|
pwrite: Invalid argument
|
|
Compare files
|
|
2909feb63a37b0e95fe5cfb7f274f7b1 SCRATCH_MNT/test-182/file1
|
|
c6ba35da9f73ced20d7781a448cc11d4 SCRATCH_MNT/test-182/file2
|
|
Check extent counts
|