| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add an integration test for the cmsg(3) functions. Since these are defined in C as macros, they must be reimplemented in libc as Rust functions. They're hard to get exactly right, and they vary from platform to platform. The test builds custom C code that uses the real macros, and compares its output to the Rust versions' output for various inputs. Skip the CMSG_NXTHDR test on sparc64 linux because it hits a Bus Error. Issue #1239 Skip the entire cmsg test program on s390x because it dumps core seemingly before the kernel finishes booting. Issue #1240 | 7 年前 | |
Add test for SO_EE_OFFENDER Modelled after the cmsg tests, this wraps the C macro into a function, and then compares the results to the Rust implementation in libc. | 6 年前 | |
libc升级到0.2.180版本 Signed-off-by: ljy9810 <longjianyin@h-partners.com> | 4 个月前 | |
Add tests for SIGRTMAX and SIGRTMIN | 4 年前 |