[libstdc++] [testsuite] xfail double-prec from_chars for float128_t
commit5b178179e85ace01a97def40531e915c180aaeca
authorAlexandre Oliva <oliva@adacore.com>
Thu, 18 Apr 2024 11:00:56 +0000 (18 08:00 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Thu, 18 Apr 2024 11:00:56 +0000 (18 08:00 -0300)
tree680ebac02cc0ea297e822ba8f2ddb40a7550682d
parentda3504ae4d1e6872585b1107a4932efd3824e943
[libstdc++] [testsuite] xfail double-prec from_chars for float128_t

Tests 20_util/from_chars/4.cc and 20_util/to_chars/long_double.cc were
adjusted about a year ago to skip long double on some targets, because
the fastfloat library was limited to 64-bit doubles.

The same problem comes up in similar float128_t tests on
aarch64-vxworks.  This patch adjusts them similarly.

Unlike the earlier tests, that got similar treatment for
x86_64-vxworks, these haven't failed there.

for  libstdc++-v3/ChangeLog

* testsuite/20_util/from_chars/8.cc: Skip float128_t testing
on aarch64-vxworks.
* testsuite/20_util/to_chars/float128_c++23.cc: Xfail run on
aarch64-vxworks.
libstdc++-v3/testsuite/20_util/from_chars/8.cc
libstdc++-v3/testsuite/20_util/to_chars/float128_c++23.cc