llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple
Eric Fiselier 07aaf62a0f Fix XPASS buildbot failure related to structured bindings
The test was previously set to XFAIL if __cpp_structured_bindings
wasn't defined. However there are Clang 4.0 versions which do not
define this macro but do provide structured bindings, which causes
the test to pass unexpectedly.

This patch changes the XFAIL to an UNSUPPORTED.

llvm-svn: 291060
2017-01-05 01:34:14 +00:00
..
tuple.apply [libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_NOEXCEPT, remove an unused variable. 2016-12-09 19:53:08 +00:00
tuple.assign Revert r289727 due to PR31384 2016-12-15 06:34:54 +00:00
tuple.cnstr Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
tuple.creation [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
tuple.elem [libcxx] [test] D27266: Remove spurious semicolons. 2016-12-06 01:14:06 +00:00
tuple.helper Fix XPASS buildbot failure related to structured bindings 2017-01-05 01:34:14 +00:00
tuple.rel [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 4/7. 2016-12-08 21:38:23 +00:00
tuple.special [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 2015-02-19 02:10:42 +00:00
tuple.swap [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 2015-02-19 02:10:42 +00:00
tuple.traits [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 2015-02-19 02:10:42 +00:00
TupleFunction.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
alloc_first.h
alloc_last.h
empty_member.pass.cpp [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 2015-02-19 02:10:42 +00:00