NetBSD/tests/fs
mrg de11d87641 introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints.  many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
2019-10-13 07:28:04 +00:00
..
cd9660 Update disk-space-available requirement to match reality, and leave a 2014-07-07 22:06:02 +00:00
common introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
ffs return return atf_no_error() instead of 0 for consistency. 2019-07-09 16:24:01 +00:00
fifofs more tests needing <sys/stat.h> 2017-01-10 22:36:29 +00:00
hfs return return atf_no_error() instead of 0 for consistency. 2019-07-09 16:24:01 +00:00
kernfs Don't play with "../.." in includes for h_macros.h; deal with it centrally. 2017-01-13 21:30:39 +00:00
lfs return return atf_no_error() instead of 0 for consistency. 2019-07-09 16:24:01 +00:00
msdosfs Don't play with "../.." in includes for h_macros.h; deal with it centrally. 2017-01-13 21:30:39 +00:00
nfs introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
nullfs Don't play with "../.." in includes for h_macros.h; deal with it centrally. 2017-01-13 21:30:39 +00:00
psshfs give it more time. 2017-05-24 15:29:51 +00:00
ptyfs Don't play with "../.." in includes for h_macros.h; deal with it centrally. 2017-01-13 21:30:39 +00:00
puffs Restore binary compatibility by using the statvfs90 structure internally. 2019-09-23 12:00:57 +00:00
tmpfs Use sysctl -n rather than parse the output. 2018-01-17 00:23:17 +00:00
umapfs return return atf_no_error() instead of 0 for consistency. 2019-07-09 16:24:01 +00:00
union PR misc/54382: whenever open(2) is called with O_CREAT, make sure to 2019-07-16 17:29:17 +00:00
vfs Initialise the sometvs array of struct timeval that is to be used to 2019-09-21 14:25:42 +00:00
zfs Need rumpdev_disk for rumpfs_zfs. 2019-06-11 14:00:16 +00:00
Makefile Add a test case for PR kern/48787. 2014-05-10 14:15:25 +00:00
Makefile.inc Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
h_funcs.subr