public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6934] libstdc++ testsuite: Don't run lwg3464.cc tests on simulators
@ 2022-01-30 16:52 Hans-Peter Nilsson
  0 siblings, 0 replies; only message in thread
From: Hans-Peter Nilsson @ 2022-01-30 16:52 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:baf98320ac6cd56da0c0b460fb94e3b87a79220d

commit r12-6934-gbaf98320ac6cd56da0c0b460fb94e3b87a79220d
Author: Hans-Peter Nilsson <hp@axis.com>
Date:   Sun Jan 30 02:01:12 2022 +0100

    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.

Diff:
---
 libstdc++-v3/testsuite/27_io/basic_istream/get/char/lwg3464.cc    | 2 +-
 libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/lwg3464.cc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libstdc++-v3/testsuite/27_io/basic_istream/get/char/lwg3464.cc b/libstdc++-v3/testsuite/27_io/basic_istream/get/char/lwg3464.cc
index f426ff7dd86..5d4de3d6cb5 100644
--- a/libstdc++-v3/testsuite/27_io/basic_istream/get/char/lwg3464.cc
+++ b/libstdc++-v3/testsuite/27_io/basic_istream/get/char/lwg3464.cc
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-do run { target { ! lp64 } } }
+// { dg-do run { target { { ! lp64 } && { ! simulator } } } }
 // { dg-timeout-factor 2 }
 
 #include <istream>
diff --git a/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/lwg3464.cc b/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/lwg3464.cc
index 4be6beb2310..e2349df8c7d 100644
--- a/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/lwg3464.cc
+++ b/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/lwg3464.cc
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-do run { target { ! lp64 } } }
+// { dg-do run { target { { ! lp64 } && { ! simulator } } } }
 // { dg-timeout-factor 2 }
 
 #include <istream>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-30 16:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-30 16:52 [gcc r12-6934] libstdc++ testsuite: Don't run lwg3464.cc tests on simulators Hans-Peter Nilsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).