testsuite: Cut down 27_io/basic_istream/.../94749.cc for simulators
commit273a33b285b426be4e4b7213ecc090d088f9cd69
authorHans-Peter Nilsson <hp@axis.com>
Sat, 10 Jun 2023 03:51:00 +0000 (10 05:51 +0200)
committerHans-Peter Nilsson <hp@bitrange.com>
Sat, 10 Jun 2023 21:54:34 +0000 (10 23:54 +0200)
tree3cfff1ff397f16a164abecc1c57866effda77fda
parent80f075b410125bddb31459428760645baba1a69f
testsuite: Cut down 27_io/basic_istream/.../94749.cc for simulators

The test wchar_t/94749.cc can take about 10 minutes on some
simulator/host combinations with char/94749.cc at a third of
that time.  The cause is test05 which is quite heavy and
includes wrapping a 32-bit counter.  Run it only for native
setups.

* testsuite/27_io/basic_istream/ignore/wchar_t/94749.cc (main)
[! SIMULATOR_TEST]: Also exclude running test05.
* testsuite/27_io/basic_istream/ignore/char/94749.cc: Ditto.
libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/94749.cc
libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/94749.cc