libstdc++: Enable tests that incorrectly require cxx11-abi
authorJonathan Wakely <jwakely@redhat.com>
Wed, 14 Oct 2020 11:05:57 +0000 (12:05 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 14 Oct 2020 11:52:46 +0000 (12:52 +0100)
commit5ae9ddd480f97ba16b9b9d11d333e1252b820166
treeb451951a2a140516e91219181cef258a19f30461
parentdc38e255242192303ae463a913c060b426eb06c0
libstdc++: Enable tests that incorrectly require cxx11-abi

These tests were not being run when -D_GLIBCXX_USE_CXX11_ABI=0 was added
to the test flags, but they actually work OK with the old string.

libstdc++-v3/ChangeLog:

* testsuite/21_strings/basic_string/allocator/char/minimal.cc:
Do not require cxx11-abi effective target.
* testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc:
Likewise.
* testsuite/27_io/basic_fstream/cons/base.cc: Likewise.
libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/minimal.cc
libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc
libstdc++-v3/testsuite/27_io/basic_fstream/cons/base.cc