libstdc++ testsuite: Don't run lwg3464.cc tests on simulators
authorHans-Peter Nilsson <hp@axis.com>
Sun, 30 Jan 2022 01:01:12 +0000 (02:01 +0100)
committerHans-Peter Nilsson <hp@axis.com>
Sun, 30 Jan 2022 16:51:02 +0000 (17:51 +0100)
commitbaf98320ac6cd56da0c0b460fb94e3b87a79220d
tree1443f02a8403ea35824ea65fa6c35fdf453fa88c
parentd1182631ee73f3c7efeb5e70e6caa2da064df984
libstdc++ testsuite: Don't run lwg3464.cc tests on simulators

These tests have always been failing for my autotester running a
cris-elf simulator; when unrestrained they take about 20 minutes each,
compared to the (doubled) timeout of 720 seconds, of a total 2h40min
for the whole of the libstdc++-v3 testsuite.  The tests cover counter
overflow and are already disabled for LP64 targets.

* testsuite/27_io/basic_istream/get/char/lwg3464.cc: Don't run on
simulator targets.
* testsuite/27_io/basic_istream/get/wchar_t/lwg3464.cc: Likewise.
libstdc++-v3/testsuite/27_io/basic_istream/get/char/lwg3464.cc
libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/lwg3464.cc