nuttx-apps/testing/ostest
Nightt 5c703f5603 nshlib/testing: Fix open() arguments.
Pass explicit open flags for the NSH script redirect file so the mode argument is used as file creation permissions.

Add the missing mode argument to AIO ostest open() calls that create the test file.

Signed-off-by: Nightt <87569709+nightt5879@users.noreply.github.com>
2026-05-22 13:39:04 +08:00
..
aio.c nshlib/testing: Fix open() arguments. 2026-05-22 13:39:04 +08:00
barrier.c
cancel.c
CMakeLists.txt sched/hrtimer: relocate the hrtimer test to simplify. 2026-02-26 13:42:45 -05:00
cond.c
dev_null.c
fpu.c
getopt.c
hrtimer.c ostest/hrtimer: Update the comments. 2026-02-26 13:42:45 -05:00
Kconfig ostest: Add spinlock/rspinlock. 2026-01-27 22:59:36 +08:00
libc_memmem.c
Make.defs
Makefile sched/hrtimer: relocate the hrtimer test to simplify. 2026-02-26 13:42:45 -05:00
mqueue.c
mutex.c
nsem.c
nxevent.c sched/event: add nxevent_getmask tests 2025-09-10 13:59:04 +08:00
ostest.h sched/hrtimer: relocate the hrtimer test to simplify. 2026-02-26 13:42:45 -05:00
ostest_main.c sched/hrtimer: relocate the hrtimer test to simplify. 2026-02-26 13:42:45 -05:00
perf_gettime.c testing/ostest: Add performance event time counter test 2026-02-02 14:01:00 +08:00
posixtimer.c
prioinherit.c
pthread_cleanup.c
pthread_exit.c
pthread_rwlock.c
pthread_rwlock_cancel.c
restart.c
rmutex.c
robust.c
roundrobin.c testing/ostest/roundrobin: add compatible for SMP 2025-12-01 19:09:27 +08:00
sched_thread_local.c
schedlock.c
sem.c
semtimed.c !apps: drop redundant casts on tv_sec/tv_nsec and fix printf formats 2026-05-22 13:38:25 +08:00
setjmp.c
setvbuf.c
sigev_thread.c
sighand.c sighand: need block WAKEUP_SIGNAL in current tcb 2026-01-12 00:55:33 +08:00
sighelper.c
signest.c include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
sigprocmask.c
smp_call.c testing/ostest/smp_call.c: fix smp_call cpu_set inconsistency issue 2025-12-09 09:44:37 -05:00
specific.c
spinlock.c testing/ostest: Fix Coverity for spinlock test. 2026-01-27 22:59:36 +08:00
sporadic.c testing/{ostest,sched/smp}: Remove BOARD_LOOPSPERMSEC references 2026-02-09 09:21:50 +01:00
sporadic2.c testing/{ostest,sched/smp}: Remove BOARD_LOOPSPERMSEC references 2026-02-09 09:21:50 +01:00
suspend.c
timedmqueue.c
timedmutex.c
timedwait.c
tls.c
vfork.c
waitpid.c
wdog.c !apps: replace sclock_t with clock_t and drop redundant time_t/off_t casts 2026-05-11 17:38:32 +08:00
wqueue.c