haiku/src/tests/system
Augustin Cavalier 9d242fb955 file_systems & Tracker: Do not assume sizeof(dirent) contains 1 byte for the name.
At present, it does, but that is an oddity we have preserved from BeOS
that the next commit is going to remove. (This commit thus wastes 1 byte
without the following one.)

Most changes are pretty straightforward: only a +1 is needed,
and a few removed from sizing calculations. Some filesystems like UDF
originally passed back the length with the \0 included, so they have
been adjusted further. UFS2 had some other sizing problems which are also
corrected in this commit.
2021-11-18 16:24:04 -05:00
..
benchmarks libMicro: Remove from tree. 2017-05-12 17:20:29 -04:00
boot Distinguish KERNEL_ARCH_DIR from KERNEL_ARCH. 2021-10-01 16:26:45 -04:00
glue Add test for stack alignment. 2017-12-10 09:28:49 +01:00
kernel file_systems & Tracker: Do not assume sizeof(dirent) contains 1 byte for the name. 2021-11-18 16:24:04 -05:00
libroot build/x86: also test the stack protector on x86 secondary arch 2021-10-14 19:42:07 +00:00
network tcp: Remove sanity checks from BufferQueue in release builds 2020-05-23 02:32:58 +00:00
runtime_loader/test_suite runtime_loader: treat weak symbols as strong symbols definitions. 2019-04-27 08:58:11 +00:00
Jamfile tests/kits/net: Move libnetwork-related tests to tests/system/network. 2018-12-21 12:26:38 -05:00