]> git.ipfire.org Git - thirdparty/gcc.git/commit
[libstdc++] [testsuite] xfail double-prec from_chars for x86_64 ldbl
authorAlexandre Oliva <oliva@adacore.com>
Tue, 30 May 2023 21:32:32 +0000 (18:32 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Tue, 30 May 2023 21:37:55 +0000 (18:37 -0300)
commit282e4e745981c5c6e3edaae315e1f499a45402df
treee0ab2cc909310f38094a3ee93741b1ca5a43d9b5
parente4c986fde56a6248f8fbe6cf0704e1da34b055d8
[libstdc++] [testsuite] xfail double-prec from_chars for x86_64 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 x86_64-*-vxworks*.

for  libstdc++-v3/ChangeLog

* testsuite/20_util/from_chars/4.cc: Skip long double test06
on x86_64-vxworks.
* testsuite/20_util/to_chars/long_double.cc: Xfail run on
x86_64-vxworks.
libstdc++-v3/testsuite/20_util/from_chars/4.cc
libstdc++-v3/testsuite/20_util/to_chars/long_double.cc