mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
tests: remove IRIX support from tests also supported on Linux
Many tests claimed (via _supported_os) to work on both Linux and IRIX. Since IRIX is no longer supported by xfstests, update these to claim Linux support only. Then remove any obvious IRIX-specific logic in the tests, and any IRIX-specific golden output files. Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
+2
-3
@@ -43,13 +43,12 @@ _link_out_file
|
||||
|
||||
# real QA test starts here
|
||||
_supported_fs xfs
|
||||
_supported_os IRIX Linux
|
||||
_supported_os Linux
|
||||
|
||||
_require_tape $TAPE_DEV
|
||||
|
||||
# note: fsstress uses an endian dependent random number generator, running this
|
||||
# will produce different output for big/little endian machines. This issue was
|
||||
# resolved by using different Linux/IRIX out files.
|
||||
# will produce different output for big/little endian machines.
|
||||
_create_dumpdir_stress
|
||||
_erase_hard
|
||||
_do_dump_sub
|
||||
|
||||
Reference in New Issue
Block a user