nuttx-apps/testing/ostest
anpeiyun 1a74c8b570 ostest/cancel.c: the return value of EINVAL is acceptable
when pthread_join(), TCB still exists and detached is acceptable, the return value of pthread_join is EINVAL.

Signed-off-by: anpeiyun <anpeiyun@xiaomi.com>
2026-04-20 15:20:25 +08:00
..
CMakeLists.txt ostest:modify ostest task priority 2026-04-20 15:19:54 +08:00
Kconfig ostest:modify ostest task priority 2026-04-20 15:19:54 +08:00
Make.defs nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
Makefile ostest:modify ostest task priority 2026-04-20 15:19:54 +08:00
aio.c testing/ostest: reduce test time 2026-04-20 15:19:38 +08:00
barrier.c apps: add <assert.h> header file 2026-04-20 15:07:57 +08:00
cancel.c ostest/cancel.c: the return value of EINVAL is acceptable 2026-04-20 15:20:25 +08:00
cond.c testing/ostest:modify the priority of test case to keep it consistent with ostest 2026-04-20 15:19:54 +08:00
dev_null.c Merge branch 'dev-merge-github-20230228' into dev 2026-04-20 15:12:39 +08:00
fpu.c apps/ostest:increas testcast priortity to be consistent with ostest 2026-04-20 15:19:54 +08:00
getopt.c apps: add <assert.h> header file 2026-04-20 15:07:57 +08:00
libc_memmem.c nsh: support watch command 2026-04-20 15:18:53 +08:00
mqueue.c mqueue_test: dead lock bugfix 2026-04-20 15:20:22 +08:00
mutex.c ostest/mutex: mut need to be destroyed 2026-04-20 15:10:56 +08:00
nsem.c testing/ostest:modify the priority of test case to keep it consistent with ostest 2026-04-20 15:19:54 +08:00
nxevent.c fix compile error 2026-04-20 15:20:12 +08:00
ostest.h ostest:modify ostest task priority 2026-04-20 15:19:54 +08:00
ostest_main.c ostest: disable the signal test when CONFIG_DISABLE_SIGNAL is enabled 2026-04-20 15:20:11 +08:00
posixtimer.c testing/ostest: remove printf in signal handler 2026-04-20 15:20:11 +08:00
prioinherit.c fix compile error 2026-04-20 15:20:13 +08:00
pthread_cleanup.c testing/ostest: reduce test time 2026-04-20 15:19:38 +08:00
pthread_exit.c fix compile error 2026-04-20 15:20:12 +08:00
pthread_rwlock.c ostest/pthread_rwlock: Increase the wait time of pthread_rwlock_timedrdlock 2026-04-20 15:19:40 +08:00
pthread_rwlock_cancel.c testing/ostest: reduce test time 2026-04-20 15:19:38 +08:00
restart.c ostest:modify ostest task priority 2026-04-20 15:19:54 +08:00
rmutex.c ostest/rmutex: mutex need to be destroyed 2026-04-20 15:10:31 +08:00
robust.c ostest/pthread_robust: fix robust_waiter quit early cause lost branch 2026-04-20 15:19:42 +08:00
roundrobin.c roudrobin.c:improve the priority of test cases 2026-04-20 15:20:24 +08:00
schedlock.c fix compile error 2026-04-20 15:20:13 +08:00
sem.c testing/ostest:modify the priority of test case to keep it consistent with ostest 2026-04-20 15:19:54 +08:00
semtimed.c sem_timed.c:using two threads with different priorities to verify sem_timewait 2026-04-20 15:20:16 +08:00
setjmp.c stdio.h:Remove unnecessary header file, app header change 2026-04-20 15:18:59 +08:00
setvbuf.c stdio.h:Remove unnecessary header file, app header change 2026-04-20 15:18:59 +08:00
sigev_thread.c testing/ostest: Define the private used signal to SIGRTMIN 2026-04-20 15:08:24 +08:00
sighand.c apps/ostest:increas testcast priortity to be consistent with ostest 2026-04-20 15:19:54 +08:00
sighelper.c Revert "Revert "Changes to apps needed by nutts PR 8885"" 2026-04-20 15:09:30 +08:00
signest.c fix compile error 2026-04-20 15:20:13 +08:00
sigprocmask.c Merge branch 'dev-merge-github-20230228' into dev 2026-04-20 15:12:39 +08:00
smp_call.c fix compile error 2026-04-20 15:20:14 +08:00
specific.c apps: add <assert.h> header file 2026-04-20 15:07:57 +08:00
spinlock.c ostest/spinlock.c: donot run spinlock test in TEE SMP 2026-04-20 15:20:23 +08:00
sporadic.c testing/ostest: reduce test time 2026-04-20 15:19:38 +08:00
sporadic2.c testing/ostest: reduce test time 2026-04-20 15:19:38 +08:00
suspend.c suspend_test: deadlock bugfix 2026-04-20 15:20:07 +08:00
timedmqueue.c testing/ostest: reduce test time 2026-04-20 15:19:38 +08:00
timedmutex.c apps/timedmutex: set subthread prio and increase sleep time 2026-04-20 15:20:17 +08:00
timedwait.c apps/ostest:increas testcast priortity to be consistent with ostest 2026-04-20 15:19:54 +08:00
tls.c testing: Check CONFIG_TLS_NELEM is defined before using it 2026-04-20 15:12:01 +08:00
vfork.c testing/ostest: reduce test time 2026-04-20 15:19:38 +08:00
waitpid.c ostest:modify ostest task priority 2026-04-20 15:19:54 +08:00
wdog.c fix compile error 2026-04-20 15:20:13 +08:00
wqueue.c testing/ostest: fix format warning in wqueue_workthread_test 2026-04-20 15:20:24 +08:00