Commit Graph

9 Commits

Author SHA1 Message Date
buxiasen aa54266611 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>
2026-04-20 15:20:25 +08:00
chenzihan1 4c002e7098 testing/clocktest: move clocktest from testing to libc test
Signed-off-by: chenzihan1 <chenzihan1@xiaomi.com>
2026-04-20 15:20:16 +08:00
yukangzhi 7f88127a37 ratelimit: Test cases for current-limiting algorithms.
Signed-off-by: yukangzhi <yukangzhi@xiaomi.com>
2026-04-20 15:19:49 +08:00
yukangzhi d60aa1f424 Test the CRC library that the E2E depends on.
Signed-off-by: yukangzhi <yukangzhi@xiaomi.com>
2026-04-20 15:19:46 +08:00
ligd 633e3861d0 apps: fix compile failed caused by rebase rc01
Signed-off-by: ligd <liguiding1@xiaomi.com>
2026-04-20 15:19:27 +08:00
tengshuangshuang 479a3afec0 apps/testing: move himem_test,mtetest,x86-64-ABI folders to the new arhc folder
Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>
2026-04-20 15:19:22 +08:00
tengshuangshuang 1ef3416ff6 apps/testing:move atomic cpuload getprime,smp and timerjitter folders to the new sched folder
Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>
2026-04-20 15:19:21 +08:00
yinshengkai 9fe1894625 testing: fix compiler warning
apps/benchmarks/ramspeed/ramspeed_main.c:70:7: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
   #if HAS_IRQ_CONTROL
       ^
apps/examples/pipe/interlock_test.c:211:12: warning: variable 'readerid' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
  else if (ret != 0)
           ^~~~~~~~
memorystress_main.c:443:41: note: format string is defined here
   443 |            " nodelen: %zu\n sleep_us: %lu\n nthreads: %zu\n debug: %s\n",
       |                                       ~~^
       |                                         |
       |                                         long unsigned int
       |                                       %u

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2026-04-20 15:19:09 +08:00
tengshuangshuang 7b698ce6b8 apps/testing:move arch_libc, fmemopen, scanftest folders to the new libc folder
Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>
2026-04-20 15:19:07 +08:00