nuttx-apps/testing/testsuites/kernel/fs
guohao15 4ac3732734 testing/fdcheck: fix fd close in other thread
Fix file descriptor leak issue where fd was stored in test_state for deferred close, but could fail when CONFIG_FDCHECK is enabled because fd cannot be closed in a different thread.

Signed-off-by: guohao15 <guohao15@xiaomi.com>
2026-01-28 10:37:52 -03:00
..
cases testing/fdcheck: fix fd close in other thread 2026-01-28 10:37:52 -03:00
common testing: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
include testing: add malloc.h for fstest.h 2026-01-26 19:32:27 +08:00
cmocka_fs_test.c testing/fs: update api name fs_getfilep/fs_putfilep to file_get/file_put 2025-06-12 18:12:32 +08:00