libstdc++: Address remaining to_chars/long_double.cc FAILs [PR98384]
authorPatrick Palka <ppalka@redhat.com>
Thu, 8 Apr 2021 15:10:58 +0000 (11:10 -0400)
committerPatrick Palka <ppalka@redhat.com>
Thu, 8 Apr 2021 15:10:58 +0000 (11:10 -0400)
commitca4641a3b536c9301a6dcb6cb2e26bd4717b47d9
tree4999e4c0545fd7d1df37289e78455acb855ddf5b
parentd6cc745cb87aa62f9e17699aedf5aa2d9831fbd8
libstdc++: Address remaining to_chars/long_double.cc FAILs [PR98384]

This works around the remaining reported execution FAILs of this test on
AIX, Solaris and Darwin.  Eventually we should rewrite this test to be
less fragile, but there's not enough time to do that for GCC 11.

libstdc++-v3/ChangeLog:

PR libstdc++/98384
* testsuite/20_util/to_chars/long_double.cc: Don't run the test
on targets without a large long double.  XFAIL the execution on
targets with a non-conforming printf.
libstdc++-v3/testsuite/20_util/to_chars/long_double.cc