Open
Description
RT-Thread Version
Hardware Type/Architectures
k230
Develop Toolchain
GCC
Describe the bug
- 编译链接代码后,会生成test目录下生成一个应用程序:utestcases.elf,将其拷贝到sdcard或者编译进文件系统。
- 测试执行,进入应用程序所在目录,然后执行命令:utestcases.elf all
3.测试libc,部分case失败;
4.代码:maix3/software/userapps/testcases/test
5.失败case:
utest.pingpong_test.pingpong_timeout_tc
utest.libc_test.file.fcntl
utest.libc_test.file.fscanf
utest.libc_test.math.powf
Other additional context
No response