You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libc] Move ASSERT_ERRNO_* macro to ErrnoCheckingTest.h
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.
0 commit comments