gcc/libstdc++-v3/testsuite
Jonathan Wakely c4ece1d96a 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.
2021-02-12 14:30:13 +00:00
..
17_intro Update copyright years. 2021-01-04 10:26:59 +01:00
18_support Update copyright years. 2021-01-04 10:26:59 +01:00
19_diagnostics libstdc++: Fix incorrect test for std::error_code comparisons 2021-02-03 15:49:36 +00:00
20_util libstdc++: Only test writing to wostream if supported [PR 98725] 2021-01-18 14:23:13 +00:00
21_strings libstdc++: Add string contains member functions for C++2b 2021-01-27 12:37:36 +00:00
22_locale Update copyright years. 2021-01-04 10:26:59 +01:00
23_containers libstdc++: Add unordered containers heterogeneous lookup 2021-02-09 21:56:27 +01:00
24_iterators Update copyright years. 2021-01-04 10:26:59 +01:00
25_algorithms Update copyright years. 2021-01-04 10:26:59 +01:00
26_numerics Update copyright years. 2021-01-04 10:26:59 +01:00
27_io libstdc++: XFAIL tests that depends on RTTI 2021-02-12 14:30:13 +00:00
28_regex Update copyright years. 2021-01-04 10:26:59 +01:00
29_atomics libstdc++-v3: Add -fcf-protection=none to -march=i486 2021-01-15 17:37:20 -08:00
30_threads libstdc++: XFAIL tests that depends on RTTI 2021-02-12 14:30:13 +00:00
abi Update copyright years. 2021-01-04 10:26:59 +01:00
backward Update copyright years. 2021-01-04 10:26:59 +01:00
config Update copyright years. 2021-01-04 10:26:59 +01:00
data
decimal Update copyright years. 2021-01-04 10:26:59 +01:00
experimental libstdc++: Clear up directories created by tests 2021-02-09 16:54:41 +00:00
ext libstdc++: Suppress more vstring testsuite warnings. [PR 98613] 2021-01-10 18:22:51 -05:00
lib Update copyright years. 2021-01-04 10:26:59 +01:00
libstdc++-abi Update copyright years. 2021-01-04 10:26:59 +01:00
libstdc++-dg libstdc++: Add std::experimental::simd from the Parallelism TS 2 2021-01-27 16:37:26 +00:00
libstdc++-prettyprinters Update copyright years. 2021-01-04 10:26:59 +01:00
libstdc++-xmethods Update copyright years. 2021-01-04 10:26:59 +01:00
performance Update copyright years. 2021-01-04 10:26:59 +01:00
special_functions Update copyright years. 2021-01-04 10:26:59 +01:00
std Update copyright years. 2021-01-04 10:26:59 +01:00
tr1 Update copyright years. 2021-01-04 10:26:59 +01:00
tr2 Update copyright years. 2021-01-04 10:26:59 +01:00
util libstdc++: Make test memory_resource work without exceptions and RTTI 2021-02-12 14:30:13 +00:00
Makefile.am libstdc++: Work around test failures using -mno-tree-vrp 2021-02-03 15:49:30 +00:00
Makefile.in libstdc++: Work around test failures using -mno-tree-vrp 2021-02-03 15:49:30 +00:00