]> gcc.gnu.org Git - gcc.git/commit
[libstdc++] [testsuite] xfail double-prec from_chars for ldbl
authorAlexandre Oliva <oliva@adacore.com>
Fri, 5 May 2023 11:28:41 +0000 (08:28 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Fri, 5 May 2023 11:28:41 +0000 (08:28 -0300)
commite383fc69d2a3eab37319ea41543ee09c8cdd6e57
tree1c9a9099155b16c8613023494e0db8a80ebea39d
parent4359724cba31b2645f6106266bef019c3d6ef16a
[libstdc++] [testsuite] xfail double-prec from_chars for ldbl

When long double is wider than double, but from_chars is implemented
in terms of double, tests that involve the full precision of long
double are expected to fail.  Mark them as such on aarch64-*-vxworks.

for  libstdc++-v3/ChangeLog

* testsuite/20_util/from_chars/4.cc: Skip long double test06
on aarch64-vxworks.
* testsuite/20_util/to_chars/long_double.cc: Xfail run on
aarch64-vxworks.
libstdc++-v3/testsuite/20_util/from_chars/4.cc
libstdc++-v3/testsuite/20_util/to_chars/long_double.cc
This page took 0.054069 seconds and 5 git commands to generate.