Oopenvela-robotostest/cancel.c: the return value of EINVAL is acceptable
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
ostest:modify ostest task priority Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
ostest:modify ostest task priority Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
nshlib: support c++ access nsh api N/A Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com> | 2 个月前 | |
ostest:modify ostest task priority Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
testing/ostest: reduce test time reduce sleep() time in testcase, total test time reduced from 150s to 60s Signed-off-by: guanyi3 <guanyi3@xiaomi.com> | 2 个月前 | |
apps: add <assert.h> header file Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com> | 2 个月前 | |
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> | 2 个月前 | |
testing/ostest:modify the priority of test case to keep it consistent with ostest Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
apps/ostest:increas testcast priortity to be consistent with ostest Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
apps: add <assert.h> header file Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
mqueue_test: dead lock bugfix rootcause: receiver_thread: mq_receive --success printf(get sem) <-- singal coming sig_handler printf(get sem)-->DEBUGASSERT((mholder & (~NXSEM_MBLOCKING_BIT)) != nxsched_gettid()); Signed-off-by: huojianchao <huojianchao@xiaomi.com> | 2 个月前 | |
ostest/mutex: mut need to be destroyed Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
testing/ostest:modify the priority of test case to keep it consistent with ostest Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
fix compile error Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
ostest:modify ostest task priority Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
ostest: disable the signal test when CONFIG_DISABLE_SIGNAL is enabled 1. sigprocmask_test/sighand_test/signest_test/suspend_test: these testcases are using to test the signal api 2. sigev_thread_test: this testcase need to access signal related function 3. timer_test: this testcase need to access signal related function Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 2 个月前 | |
testing/ostest: remove printf in signal handler it's dangerous to call printf in signal handler. printf is NOT an async-signal-safe function. in posixtimer case, we encountered a situation where printf was interrupted by timer signal, and calling printf in signal handler (timer_expiration) caused a deadlock (mutex recursion). Signed-off-by: guanyi3 <guanyi3@xiaomi.com> | 2 个月前 | |
fix compile error Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
testing/ostest: reduce test time reduce sleep() time in testcase, total test time reduced from 150s to 60s Signed-off-by: guanyi3 <guanyi3@xiaomi.com> | 2 个月前 | |
fix compile error Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
ostest/pthread_rwlock: Increase the wait time of pthread_rwlock_timedrdlock Signed-off-by: wushenhui <wushenhui@xiaomi.com> | 2 个月前 | |
testing/ostest: reduce test time reduce sleep() time in testcase, total test time reduced from 150s to 60s Signed-off-by: guanyi3 <guanyi3@xiaomi.com> | 2 个月前 | |
ostest:modify ostest task priority Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
ostest/rmutex: mutex need to be destroyed Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
ostest/pthread_robust: fix robust_waiter quit early cause lost branch We should test both already locked and already dead branch. Remove the dup status != 0 print code. Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 2 个月前 | |
roudrobin.c:improve the priority of test cases Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
fix compile error Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
testing/ostest:modify the priority of test case to keep it consistent with ostest Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
sem_timed.c:using two threads with different priorities to verify sem_timewait The original test case only started one thread, but used two priorities. In reality, two threads should have been started: the higher-priority thread should release the semaphore by calling sem_post, and the main thread should wait for the semaphore using semtimed_wait, thus verifying the correct operation of the semaphore interface in a multi-threaded environment. Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
stdio.h:Remove unnecessary header file, app header change stdio.h remove <nuttx/xxxx.h> Some .c previously depended on <nuttx/xxx.h> and needed to be added to .c instead of stdio.h Signed-off-by: anjiahao <anjiahao@xiaomi.com> | 2 个月前 | |
stdio.h:Remove unnecessary header file, app header change stdio.h remove <nuttx/xxxx.h> Some .c previously depended on <nuttx/xxx.h> and needed to be added to .c instead of stdio.h Signed-off-by: anjiahao <anjiahao@xiaomi.com> | 2 个月前 | |
testing/ostest: Define the private used signal to SIGRTMIN Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
apps/ostest:increas testcast priortity to be consistent with ostest Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
Revert "Revert "Changes to apps needed by nutts PR 8885"" This reverts commit cf6dfc25b3a2b0123ed2b36e39262b532de3e600. neededby:3012394 Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com> | 2 个月前 | |
fix compile error Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
fix compile error Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
apps: add <assert.h> header file Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com> | 2 个月前 | |
ostest/spinlock.c: donot run spinlock test in TEE SMP in secure world, only run spinlock test on one core. Signed-off-by: anpeiyun <anpeiyun@xiaomi.com> | 2 个月前 | |
testing/ostest: reduce test time reduce sleep() time in testcase, total test time reduced from 150s to 60s Signed-off-by: guanyi3 <guanyi3@xiaomi.com> | 2 个月前 | |
testing/ostest: reduce test time reduce sleep() time in testcase, total test time reduced from 150s to 60s Signed-off-by: guanyi3 <guanyi3@xiaomi.com> | 2 个月前 | |
suspend_test: deadlock bugfix rootcause: suspend_test | victim_main task_create(victim_main) | send SIGSTOP to victim | printf //get lock | change to STOP printf //get lock | lock not released, lead to deadlock Signed-off-by: huojianchao <huojianchao@xiaomi.com> | 2 个月前 | |
testing/ostest: reduce test time reduce sleep() time in testcase, total test time reduced from 150s to 60s Signed-off-by: guanyi3 <guanyi3@xiaomi.com> | 2 个月前 | |
apps/timedmutex: set subthread prio and increase sleep time In extreme cases, it's possible that the main thread accesses the g_running variable before the child thread assigns it a value. Signed-off-by: wangshaoxin <wangshaoxin@xiaomi.com> | 2 个月前 | |
apps/ostest:increas testcast priortity to be consistent with ostest Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
testing: Check CONFIG_TLS_NELEM is defined before using it Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
testing/ostest: reduce test time reduce sleep() time in testcase, total test time reduced from 150s to 60s Signed-off-by: guanyi3 <guanyi3@xiaomi.com> | 2 个月前 | |
ostest:modify ostest task priority Signed-off-by: yangao1 <yangao1@xiaomi.com> | 2 个月前 | |
fix compile error Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
testing/ostest: fix format warning in wqueue_workthread_test Fix format specifier mismatch where work.total_ticks is atomic_t (int) but PRIu32 expects uint32_t on some platforms. Add explicit cast to uint32_t and split long line for readability. Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 |