| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
irqnest:rename modlib to libelf Signed-off-by: anjiahao <anjiahao@xiaomi.com> | 2 个月前 | |
cmocka:Output results in both standard and XML formats when xml_path is specified, providing additional information to help locate the failure point. Signed-off-by: Jianchao Huo <huojianchao@xiaomi.com> | 2 个月前 | |
testing/crypto; move crypto testing cases into drivers dir Signed-off-by: makejian <makejian@xiaomi.com> | 2 个月前 | |
test/cxxsize: Add a test case of vector<string> type. The reason for adding it is that the std::vector<std::string> type will take up 10k of stack overhead on the sim platform, so it needs to be optimized separately Signed-off-by: cuiziwei <cuiziwei@xiaomi.com> | 2 个月前 | |
drivertest_rtc: add retry mechanism for RTC API test RTC time may be overwritten by remote time sync service during the test. Add 5-retry loop and pass if at least 3 attempts succeed. Signed-off-by: v-liuchenxu3 <v-liuchenxu3@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
testing/fs/fatutf8: shorten the FOLDER&FILE for default NAME_MAX 32 When NAME_MAX use default 32, the FOLDER_NAME previous length 36 will cause errno ENAMETOOLONG, use a shorter 22 bytes should enough for test purpose. Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 2 个月前 | |
Merge branch 'master' into vela apache/nuttx-apps commit id: c5c18a29973802b196e77adf3fd3e6742a269d83 Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
testing/scanftest: change default path from /mnt to /tmp It should be more common we have mounted /tmp from tmpfs, and less case we have /mnt mounted. Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 2 个月前 | |
testing/ltp: Using clock_gettime(CLOCK_MONOTONIC). During execution, ntpclient may attempt to synchronize the time, causing incorrect test results. Here, we use CLOCK_MONOTONIC to avoid this problem. Once the smooth time correction has been implemented, this commit can be reverted. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com> | 2 个月前 | |
testsuits: remove not supported case when not Flat build 1. testing/testsuites/kernel/fs/cmocka_fs_test.c: file_put() and file_get() not available in kernel mode. 2. testing/testsuites/kernel/sched/cmocka_sched_test.c & testing/testsuites/Makefile & testing/testsuites/CMakeLists.txt : task_creat() not available in kernel mode. 3. testing/mm/heaptest/Kconfig: header mm/mm_heap/mm.h unavailable in kernel mode. Signed-off-by: buxiasen <buxiasen@xiaomi.com> Signed-off-by: wushenhui <wushenhui@xiaomi.com> | 2 个月前 | |
nettest: Fix repeatedly starting tcpserver and getting stuck This patch is to ensure that the server is closed after the client is closed, otherwise the server will be in Timeout state after closing and cannot be restarted in a short time. Signed-off-by: zhangshuai39 <zhangshuai39@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 个月前 | |
apps/riltest&apps/stressapptest: update .gitignore to fix git status error 17: 33:56 + check_result='?? testing/riltest/ 17: 33:56 ?? testing/stressapptest/' 17: 33:56 + echo 'check git status: ?? testing/riltest/ 17: 33:56 ?? testing/stressapptest/' 17: 33:56 check git status: ?? testing/riltest/ 17: 33:56 ?? testing/stressapptest/ 17: 33:56 + [[ -n ?? testing/riltest/ 17: 33:56 ?? testing/stressapptest/ ]] 17: 33:56 + fail=1 17: 33:56 + echo 'error: check git status warning: ?? testing/riltest/ 17: 33:56 ?? testing/stressapptest/' 17: 33:56 error: check git status warning: ?? testing/riltest/ 17: 33:56 ?? testing/stressapptest/ 17: 33:56 + exit 2 Signed-off-by: haopengxiang <haopengxiang@xiaomi.com> | 2 个月前 | |
rpmsgtest: Synchronize cmakelist and makefile program name Signed-off-by: wangshaoxin <wangshaoxin@xiaomi.com> | 2 个月前 | |
fix compile error Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
apps/riltest&apps/stressapptest: update .gitignore to fix git status error 17: 33:56 + check_result='?? testing/riltest/ 17: 33:56 ?? testing/stressapptest/' 17: 33:56 + echo 'check git status: ?? testing/riltest/ 17: 33:56 ?? testing/stressapptest/' 17: 33:56 check git status: ?? testing/riltest/ 17: 33:56 ?? testing/stressapptest/ 17: 33:56 + [[ -n ?? testing/riltest/ 17: 33:56 ?? testing/stressapptest/ ]] 17: 33:56 + fail=1 17: 33:56 + echo 'error: check git status warning: ?? testing/riltest/ 17: 33:56 ?? testing/stressapptest/' 17: 33:56 error: check git status warning: ?? testing/riltest/ 17: 33:56 ?? testing/stressapptest/ 17: 33:56 + exit 2 Signed-off-by: haopengxiang <haopengxiang@xiaomi.com> | 2 个月前 | |
apps/testing: Fix CLOCK_REALTIME definition. This commit fixed CLOCK_REALTIME definition. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com> | 2 个月前 | |
apps/testing: Fix case sensitivity issues in unity/Unity's CMakeLists.txt Signed-off-by: jialuxiao <jialuxiao@xiaomi.com> | 2 个月前 | |
Revert "add /stressapptest in testing/.gitignore" This reverts commit d43b988e8a83e0e151f4cce9bd0b60f9b35c630a. Reason for revert: <fix bb> | 2 个月前 | |
Remove the const cast from the initialization of boardioc_symtab_s::symtab Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
nshlib: support c++ access nsh api N/A Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com> | 2 个月前 | |
nshlib: support c++ access nsh api N/A Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com> | 2 个月前 |