[libc] disable printf Lf tests for float128 plats
authorMichael Jones <michaelrj@google.com>
Thu, 8 Jun 2023 21:33:57 +0000 (14:33 -0700)
committerMichael Jones <michaelrj@google.com>
Thu, 8 Jun 2023 21:35:51 +0000 (14:35 -0700)
commit5df182f121ce483ba9050cd8e7c9c9a48757b1e5
tree7e895a590b034202b97892569093fb4484791e2e
parent688b9730d144ecc5bae5bdea7a6482df58abb75f
[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
libc/test/src/stdio/sprintf_test.cpp