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.
This commit is contained in:
Hans-Peter Nilsson 2023-06-10 05:51:00 +02:00 committed by Hans-Peter Nilsson
parent 80f075b410
commit 273a33b285
2 changed files with 2 additions and 2 deletions

View file

@ -221,8 +221,8 @@ main()
test02();
test03();
test04();
test05();
#ifndef SIMULATOR_TEST
test05();
test06();
#endif
}

View file

@ -221,8 +221,8 @@ main()
test02();
test03();
test04();
test05();
#ifndef SIMULATOR_TEST
test05();
test06();
#endif
}