haiku/src/tests
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
..
add-ons Mass updating of OpenBeOS text to Haiku 2021-11-07 10:00:35 +00:00
apps HaikuDepot: Remove Custom List 2021-03-11 08:34:16 +00:00
kits Mass updating of OpenBeOS text to Haiku 2021-11-07 10:00:35 +00:00
libs Add a features.h to auto enable _DEFAULT_SOURCE 2019-07-29 20:26:46 +00:00
misc Remove all invocations of SetSubDirSupportedPlatformsBeOSCompatible. 2019-03-30 15:19:38 -04:00
servers Mass updating of OpenBeOS text to Haiku 2021-11-07 10:00:35 +00:00
system file_systems & Tracker: Do not assume sizeof(dirent) contains 1 byte for the name. 2021-11-18 16:24:04 -05:00
ExampleTest.cpp formatted file using clang-format with _haiku-format formatting options 2021-04-19 19:49:40 +00:00
ExampleTest.h
ExampleTestAddon.cpp Fixed unit tests build for platforms libbe_test and r5. Only randomly tested 2005-11-09 16:17:31 +00:00
Jamfile makeudfimage: Remove this tool completely 2020-03-09 12:18:06 +00:00
UnitTester.cpp * indent is obviously only 2 spaces. 2010-11-29 18:51:33 +00:00
UnitTester.h * Build fix for GCC4. 2010-11-29 18:05:32 +00:00
UnitTester.rdef tests: Convert a lot of RSRCs to RDEFs. 2015-06-22 15:39:47 -04:00
qemu-boot-test qemu/riscv64: Misc fixups for qemu 2021-11-07 09:58:15 +00:00