nuttx-apps/testing/fs
Marco Casaroli d3b7722b3d testing/ostest: drop the pre-split fork() fallbacks
The previous commit had task_fork_test() also accept CONFIG_ARCH_HAVE_FORK,
because the nuttx symbols naming the three primitives did not exist yet.  nuttx
now has them, so each test gates on the one primitive it tests and nothing
stands in for anything.

The OSTEST_HAVE_* indirection goes with the fallbacks, as does the
task_fork()->fork() shim in nand_sim_main.c.  The whole-file #ifdef in
task_fork.c goes too:  the build files already decide whether the file is
compiled, which is why fork.c and vfork.c do not carry one either.

task_fork_test() keys on CONFIG_TASK_FORK rather than the capability symbol.
ARCH_HAVE_TASK_FORK says the architecture can clone a task; TASK_FORK says this
build asked for it, and task_fork() is declared only under the latter, so
gating on the capability alone would fail to compile a TASK_FORK=n build.
TESTING_NAND_SIM depends on the same symbol for the same reason.  vfork_test()
and fork_test() have no such split and key on ARCH_HAVE_VFORK and
ARCH_HAVE_FORK directly.

This must not be merged before the nuttx side.

Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>

Assisted-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-31 14:55:21 +02:00
..
epoll include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
fatutf8 apps/testing:move epoll, fatutf8 ... folders to the new fs folder 2025-01-22 01:34:00 +08:00
fdsantest testing/ostest: drop the pre-split fork() fallbacks 2026-07-31 14:55:21 +02:00
fstest !compiler: drop CONFIG_HAVE_LONG_LONG and require long long support 2026-05-11 17:38:32 +08:00
memfd testing/fs: add testcase to test the stability of memfd. 2026-01-22 19:53:39 +08:00
mtd_config_fs include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
nxffs include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
smart include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
smart_test apps: Fix additional open() arguments. 2026-05-22 13:39:04 +08:00
.gitignore apps/testing:move epoll, fatutf8 ... folders to the new fs folder 2025-01-22 01:34:00 +08:00
CMakeLists.txt apps/testing:move epoll, fatutf8 ... folders to the new fs folder 2025-01-22 01:34:00 +08:00
Make.defs apps/testing:move epoll, fatutf8 ... folders to the new fs folder 2025-01-22 01:34:00 +08:00
Makefile apps/testing:move epoll, fatutf8 ... folders to the new fs folder 2025-01-22 01:34:00 +08:00