[all-commits] [llvm/llvm-project] 5df182: [libc] disable printf Lf tests for float128 plats
michaelrj-google via All-commits
all-commits at lists.llvm.org
Thu Jun 8 14:36:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5df182f121ce483ba9050cd8e7c9c9a48757b1e5
https://github.com/llvm/llvm-project/commit/5df182f121ce483ba9050cd8e7c9c9a48757b1e5
Author: Michael Jones <michaelrj at google.com>
Date: 2023-06-08 (Thu, 08 Jun 2023)
Changed paths:
M libc/test/src/stdio/sprintf_test.cpp
Log Message:
-----------
[libc] disable printf Lf tests for float128 plats
The results for the %Lf tests were calculated on 80 bit long double
systems, meaning the results are not necessarily accurate for float128
systems. In future these will be fixed, but for the moment I'm just
turning them off.
Differential Revision: https://reviews.llvm.org/D152471
More information about the All-commits
mailing list