This patch updates the list of supported libs according to the latest changes to x86_64
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Do you mean these messages?
[1735/2157] Running unit test libc.test.src.math.log10_test [ RUN ] LlvmLibcLog10Test.SpecialNumbers [ OK ] LlvmLibcLog10Test.SpecialNumbers [ RUN ] LlvmLibcLog10Test.TrickyInputs [ OK ] LlvmLibcLog10Test.TrickyInputs [ RUN ] LlvmLibcLog10Test.InDoubleRange Test Rounding To Nearest... Log10 failed: 0/1234562/1234562 tests. Max ULPs is at most: 0.5. Test Rounding Downward... Log10 failed: 0/1234562/1234562 tests. Max ULPs is at most: 0.5. Test Rounding Upward... Log10 failed: 0/1234562/1234562 tests. Max ULPs is at most: 0.5. Test Rounding Toward Zero... Log10 failed: 0/1234562/1234562 tests. Max ULPs is at most: 0.5. [ OK ] LlvmLibcLog10Test.InDoubleRange Ran 3 tests. PASS: 3 FAIL: 0
Both x86_64 and riscv64 print them, and the test doesn't fail.
Comment Actions
Those print messages are now deleted - if you sync and rebuild/rerun, they should go away. I remember seeing real failures which turned the bot red when it was still connected staging. But, if there are no failures now, go ahead and land.
Comment Actions
This is the failure the bot is still seeing: https://lab.llvm.org/buildbot/#/builders/256/builds/1030
Comment Actions
Yeah, I just got the email... I'll remove the log10 while I try to figure out what's the issue and why I can't reproduce it.