RT-Thread / RT-Thread/rt-thread
[Bug] k230 utest libc测试部分测试例失败
Open
@heyuanjie87 is already working on this.
Since Jan 9, 2025.
Arch: RISC-V
BSP: K230
- Dominant language
- C
- Stars
- 12.2k
- Forks
- 5.4k
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 40
Description
RT-Thread Version
c1166e0bf16aeda85e5facd01506973afcf6e8c6
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.