NetBSD/tests/fs
rillig de973ec253 tests/cd9660: replace compressed blob with readable hexdump
This test is skipped in most circumstances because it creates a file
whose apparent size is 4.5 GB.  It's an ISO 9660 image though,
containing mostly null bytes.  Nevertheless, tmpfs doesn't allow such a
big file to be created, so this test is skipped in settings where /tmp
is on a tmpfs.

If the test is run, the ISO image is uncompressed, which takes several
minutes.  Replace bzip2 with direct file creation from a hex dump of
that disk image, which is easier to inspect manually and also faster by
about 3 magnitudes.
2024-04-28 14:39:22 +00:00
..
cd9660 tests/cd9660: replace compressed blob with readable hexdump 2024-04-28 14:39:22 +00:00
common fix typos in comments and one definition, mainly s/sucket/socket/. 2023-08-03 20:45:49 +00:00
ffs Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
fifofs
hfs tests: Audit RZ abuse. 2023-11-24 17:31:03 +00:00
kernfs Centralize the base rump libraries into a variable used by all the other 2020-03-01 18:08:12 +00:00
lfs Nix trailing whitespace. 2020-08-23 22:34:29 +00:00
msdosfs Centralize the base rump libraries into a variable used by all the other 2020-03-01 18:08:12 +00:00
nfs bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
nullfs Reference PRs consistently. 2020-06-26 07:50:11 +00:00
psshfs tests: replace deprecated '-s eq:...' with '-s exit:...' 2024-04-28 07:27:40 +00:00
ptyfs Centralize the base rump libraries into a variable used by all the other 2020-03-01 18:08:12 +00:00
puffs fix various typos in comments, messages and documentation. 2021-09-19 10:34:06 +00:00
tmpfs tests: replace deprecated '-s eq:...' with '-s exit:...' 2024-04-28 07:27:40 +00:00
umapfs Centralize the base rump libraries into a variable used by all the other 2020-03-01 18:08:12 +00:00
union Centralize the base rump libraries into a variable used by all the other 2020-03-01 18:08:12 +00:00
vfs fix the grammar in comments reported by Jim Spath in misc/57397. 2023-05-08 19:23:45 +00:00
zfs Skip tests when we know there is not enough space available 2020-03-15 20:10:26 +00:00
Makefile build system: Revert all the recent additions of MK[...] knobs that 2022-06-06 10:56:27 +00:00
Makefile.inc
h_funcs.subr