[libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdef
authorLouis Dionne <ldionne@apple.com>
Tue, 5 Feb 2019 19:50:17 +0000 (19:50 +0000)
committerLouis Dionne <ldionne@apple.com>
Tue, 5 Feb 2019 19:50:17 +0000 (19:50 +0000)
commitbb6d61c752070bdd2a5d835dd8e56958637dfdd5
treef33049918931e458cae58ee2746050a1fe8c18e8
parent0ca702f8d51a8803419974a9657c34865f0f20c4
[libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdef

When the whole test only works starting at some version of the Standard,
use UNSUPPORTED lit markup instead of #ifdef TEST_STD_VER. This provides
more visibility into the test suite.

Reviewed as https://reviews.llvm.org/D57704.
Thanks to Andrey Maksimov for the patch.

llvm-svn: 353206
libcxx/test/std/input.output/iostream.format/quoted.manip/quoted.pass.cpp
libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/allocator_pointers.pass.cpp
libcxx/test/std/utilities/memory/default.allocator/allocator_pointers.pass.cpp
libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/nullptr.pass.cpp
libcxx/test/std/utilities/tuple/tuple.tuple/TupleFunction.pass.cpp