llvm-project
4a8bb08b - [libc] Move ASSERT_ERRNO_* macro to ErrnoCheckingTest.h (#158727)

Commit
231 days ago
[libc] Move ASSERT_ERRNO_* macro to ErrnoCheckingTest.h (#158727) Move these macro away from Test.h, since the generic Test.h (and associated test framework library) doesn't #include or depend on any errno-handling logic. Conversely, all tests that directly ASSERT various errno values are now migrated to ErrnoCheckingTest framework, which clears it our / validates it after every use case.
Author
Parents
Loading