| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] Migrate sys/ tests to ErrnoCheckingTest. (#141871) See PR #132823 for a previous change to sys/epoll tests, and prior changes before that. ErrnoCheckingTest ensures that errno is properly reset at the beginning of the test case, and is validated at the end of it. This change removes many instances of manual errno manipulation. | 1 年前 | |
[libc][NFC] Fix Implicit Conversion Warning in getrandom Test (#155732) getrandom returns a ssize_t, but the error codes are defined as integers. We need to use the builtin cast in the Fails matcher to ensure that everything is the same type. clang will warn about this in a bootstrapping build. Originally found in \#155627. | 11 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 11 个月前 |