[all-commits] [llvm/llvm-project] fa56e3: [support] Temporarily disable Inf/NaN testing in P...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Fri Mar 24 11:32:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa56e362af475e0758cfb41c42f78db50da7235c
https://github.com/llvm/llvm-project/commit/fa56e362af475e0758cfb41c42f78db50da7235c
Author: Paul Kirth <paulkirth at google.com>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
M llvm/unittests/Support/ScopedPrinterTest.cpp
Log Message:
-----------
[support] Temporarily disable Inf/NaN testing in PrintNumber
This is still breaking on some platforms. The underlying implementation
doesn't seem to be the cause, rather the test is not robust across
platforms. So, we'll just disable this for the time being, to unblock
builds until we have a proper fix.
Reviewed By: abhina.sreeskantharajan
Differential Revision: https://reviews.llvm.org/D146834
More information about the All-commits
mailing list