public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-7216] libstdc++: XFAIL tests that depends on RTTI
@ 2021-02-12 14:44 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2021-02-12 14:44 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

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

commit r11-7216-gc4ece1d96a105f51d7999b7afe9340d582731f5d
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Feb 12 11:30:38 2021 +0000

    libstdc++: XFAIL tests that depends on RTTI
    
    The std::emit_on_flush manipulator depends on dynamic_cast, so fails
    without RTTI.
    
    The std::async code can't catch a forced_unwind exception when RTTI is
    disabled, so it can't rethrow it either, and the test aborts.
    
    libstdc++-v3/ChangeLog:
    
            * testsuite/27_io/basic_ostream/emit/1.cc: Expect test to fail
            if -fno-rtti is used.
            * testsuite/30_threads/async/forced_unwind.cc: Expect test
            to abort if -fno-rtti is used.

Diff:
---
 libstdc++-v3/testsuite/27_io/basic_ostream/emit/1.cc     | 1 +
 libstdc++-v3/testsuite/30_threads/async/forced_unwind.cc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/libstdc++-v3/testsuite/27_io/basic_ostream/emit/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/emit/1.cc
index d692c53b392..ac813942a47 100644
--- a/libstdc++-v3/testsuite/27_io/basic_ostream/emit/1.cc
+++ b/libstdc++-v3/testsuite/27_io/basic_ostream/emit/1.cc
@@ -19,6 +19,7 @@
 // { dg-additional-options "-pthread" { target pthread } }
 // { dg-do run { target c++2a } }
 // { dg-require-effective-target cxx11-abi }
+// { dg-xfail-run-if "cannot catch forced_unwind" { *-*-* } { "-fno-rtti" } }
 
 #include <syncstream>
 #include <testsuite_hooks.h>
diff --git a/libstdc++-v3/testsuite/30_threads/async/forced_unwind.cc b/libstdc++-v3/testsuite/30_threads/async/forced_unwind.cc
index ad7c8ff0232..2cc477850ce 100644
--- a/libstdc++-v3/testsuite/30_threads/async/forced_unwind.cc
+++ b/libstdc++-v3/testsuite/30_threads/async/forced_unwind.cc
@@ -3,6 +3,7 @@
 // { dg-require-effective-target c++11 }
 // { dg-require-effective-target pthread }
 // { dg-require-gthreads "" }
+// { dg-xfail-run-if "cannot catch forced_unwind" { *-*-* } { "-fno-rtti" } }
 
 // Copyright (C) 2014-2021 Free Software Foundation, Inc.
 //


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

only message in thread, other threads:[~2021-02-12 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12 14:44 [gcc r11-7216] libstdc++: XFAIL tests that depends on RTTI Jonathan Wakely

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).