mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
7d8939d27c
Two really dumb bugs: - "foo & 0x3FFFFFFFFFFFF" doesn't cap at 1TB, but rather at more than two magnitudes larger than that. That gets us EFBIG with typical 32bit XFS setups. - the command array can easily overflow and thus let the test fail Signed-off-by: Christoph Hellwig <hch@lst.de> Merge of master-melb:xfs-cmds:31327a by kenmcd. Fix XFSQA test 144
The tests in this directory are a collection of suites that were developed over the time the DMAPI spec was being created and when DMAPI was being implemented on Irix. In many cases, each suite was built on an earlier suite. Many of these tests have been ported to work with XFS/DMAPI on linux 2.4; many are untouched from their Irix versions.