This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix problem with using isnan in test/src/math/logf_test.cpp.
ClosedPublic

Authored by lntue on Dec 16 2021, 11:44 AM.

Details

Summary

The default isnan returns an int, and hence failing the EXPECT_TRUE tests.

Diff Detail

Event Timeline

lntue created this revision.Dec 16 2021, 11:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 16 2021, 11:44 AM
lntue requested review of this revision.Dec 16 2021, 11:44 AM
sivachandra accepted this revision.Dec 16 2021, 11:46 AM
This revision is now accepted and ready to land.Dec 16 2021, 11:46 AM