[PATCH] D146542: [llvm][support] Fix ScopedPrinterTest on AIX

Abhina Sree via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 10:25:55 PDT 2023


abhina.sreeskantharajan added a comment.

In D146542#4216973 <https://reviews.llvm.org/D146542#4216973>, @paulkirth wrote:

> Ugh, I see this issue. I missed that the "INF/inf" discrepancy also happens for JSON output, but only changed the non-JSON test string. I should have a forward fix very soon. If that causes issues, we'll either need to revert the original patch, the 2 fixes and the HasHistogram patch, or disable the test for float/double,until we sort it out.
>
> If you really need the bot to progress, I'm fine w/ you reverting things, though.

Thanks, I see you already put up a fix so we can see if that fixes it

In D146542#4217072 <https://reviews.llvm.org/D146542#4217072>, @paulkirth wrote:

> @abhina.sreeskantharajan is there a way to test AIX things locally? i.e. as in run on a bot "somewhere"? or a simple QEMU image we can use, etc?

I believe you can get access to AIX systems in GCC Compile Farm system http://gcc.gnu.org/wiki/CompileFarm


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146542/new/

https://reviews.llvm.org/D146542



More information about the llvm-commits mailing list