This is an archive of the discontinued LLVM Phabricator instance.

[libc][obvious] fix errno for 32 bit long test
ClosedPublic

Authored by michaelrj on Dec 22 2022, 12:02 PM.

Details

Summary

one of the tests in StrtolTest.h is intended to detect that 32 bit longs
are handled correctly, but it wasn't using the correct value for errno
causing failures.

Diff Detail

Event Timeline

michaelrj created this revision.Dec 22 2022, 12:02 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 22 2022, 12:02 PM
michaelrj requested review of this revision.Dec 22 2022, 12:02 PM
This revision was not accepted when it landed; it landed in state Needs Review.Dec 22 2022, 12:02 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.