teak-llvm/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper
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_element.fail.cpp Flatten the tuple_element and __make_tuple_types implementations. 2016-07-01 03:54:54 +00:00
tuple_element.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
tuple_size_incomplete.fail.cpp Fix verify test on 32 bit systems 2017-01-04 23:30:06 +00:00
tuple_size_incomplete.pass.cpp [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured bindings 2017-01-04 22:38:46 +00:00
tuple_size_structured_bindings.pass.cpp Fix XPASS buildbot failure related to structured bindings 2017-01-05 01:34:14 +00:00
tuple_size_v.fail.cpp Re-implement LWG 2770 - Fix tuple_size with structured bindings. 2017-01-02 23:54:13 +00:00
tuple_size_v.pass.cpp Implement C++17 tuple bits. Including apply and make_from_tuple. 2016-07-18 00:35:56 +00:00
tuple_size_value_sfinae.pass.cpp [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured bindings 2017-01-04 22:38:46 +00:00
tuple_size.fail.cpp Re-implement LWG 2770 - Fix tuple_size with structured bindings. 2017-01-02 23:54:13 +00:00
tuple_size.pass.cpp [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured bindings 2017-01-04 22:38:46 +00:00
tuple.include.array.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
tuple.include.utility.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00