This is an archive of the discontinued LLVM Phabricator instance.

[libc] Disable the strtod and strtold tests on NVPTX
ClosedPublic

Authored by jhuber6 on Jun 15 2023, 11:02 AM.

Details

Summary

These tests have a single line that fails with a value off-by-one, see
https://lab.llvm.org/buildbot/#/builders/46/builds/50055/steps/12/logs/stdio .
Disable these for now so we can figure out what the error is later.

Diff Detail

Event Timeline

jhuber6 created this revision.Jun 15 2023, 11:02 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 15 2023, 11:02 AM
jhuber6 requested review of this revision.Jun 15 2023, 11:02 AM
lntue accepted this revision.Jun 15 2023, 11:28 AM
This revision is now accepted and ready to land.Jun 15 2023, 11:28 AM
This revision was automatically updated to reflect the committed changes.

I took a brief look at the values that are causing problems, it looks like the error is probably in the Eisel-Lemire pass. I don't have time right now to debug, but if you want to take a look that's where I'd start.