rt-thread/components
Chen Wang 01ca3911ec componnets: utest: fix case-name matching problem
There is a problem with the matching of case names
in the original code. Due to original code use memcmp
with len, if the input case name and the existing
case name have an inclusion relationship, for example,
if the actual case name is "gpip_irq", and run
`utest_run gpio` will also match successfully, but it's
not expected.

Modify the logic of exact matching and use strcmp instead.
Keep the original wildcard logic, that is,
`utest_run gpio*` can match both "gpio_irq" and "gpio".

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-06-10 19:22:25 +08:00
..
dfs [dfs] enable procfs and tempfs in default when using smart; fix LWIP_ROUTE warning issue. 2025-05-20 17:27:55 +08:00
drivers components: drivers: adc: fixed cppcheck error 2025-06-10 14:21:46 +08:00
fal [fal/sample] readme 添加 (#10175) 2025-04-11 17:34:36 +08:00
finsh Update shell.c 2025-05-21 13:24:36 +08:00
legacy 🚚 renaming: move `smp` to `smp_call` 2024-11-03 10:08:45 +08:00
libc fix dangling pointer in component pthread and dfs_elm (#9976) 2025-03-11 10:48:29 +08:00
lwp [smart] Fix parameter issue when calling the __arch_get_hw_counter function. 2025-05-19 18:29:26 +08:00
mm [mm]修复unmap内存时遗漏刷新地址转换表的问题,避免dcache(PIPT)出错 2025-03-10 22:32:32 +08:00
mprotect 实现MPU抽象层 (#8080) 2023-10-30 08:24:55 -04:00
net [drivers][serial_v2]允许阻塞接收超过rx缓冲区大小的数据、增加超时时间、flush、获取缓冲区数据长度命令、数据溢出逻辑修复、稳定性细节优化、添加更多serial_v2测试用例 2025-05-16 09:42:11 +08:00
utilities componnets: utest: fix case-name matching problem 2025-06-10 19:22:25 +08:00
vbus 🎯 Sync smart & scheduler codes (#8537) 2024-02-23 17:49:15 +08:00
Kconfig feat: improve Kconfig structure on MM 2025-02-25 11:26:30 +08:00
SConscript [components] 移除对老版本bsp的lwip版本默认选定 2021-06-28 15:33:14 +08:00