libstdc++: Skip tests that fail for the versioned namespace
authorJonathan Wakely <jwakely@redhat.com>
Tue, 17 May 2022 08:32:36 +0000 (09:32 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 17 May 2022 10:42:34 +0000 (11:42 +0100)
commit1815462a6e53465c404f8a5f6116891492d4b50b
tree212b19dc255afeee86961c004dcdb69dae9c3c0c
parent357d6fcd41e771128226b7916166f537b2d53a29
libstdc++: Skip tests that fail for the versioned namespace

Most tests for the contents of header synopses need to be supressed for
the versioned namespace build, because redeclaring the entities in std
fails when they were originally declared in std::__8.

I added these tests recently without the suppression, so they fail.

libstdc++-v3/ChangeLog:

* testsuite/20_util/expected/synopsis.cc: Skip for versioned
namespace.
* testsuite/27_io/headers/iosfwd/synopsis.cc: Likewise.
libstdc++-v3/testsuite/20_util/expected/synopsis.cc
libstdc++-v3/testsuite/27_io/headers/iosfwd/synopsis.cc