teak-llvm/libcxx/test/std/utilities/variant/variant.variant
Mehdi Amini dc5474f800 Fix Apple-specific XFAIL directive in libc++ test
These tests are failing in XCode 8.0, 8.1, and 8.2, but not in Xcode
8.3. Annoyingly the version numbering for clang does not follow Xcode
and is bumped to 8.1 only in Xcode 8.3. So Xfailing apple-clang-8.0
should catch all cases here.

llvm-svn: 296704
2017-03-01 23:14:34 +00:00
..
variant.assign Work around Clang 3.8 bugs 2016-12-03 00:13:33 +00:00
variant.ctor Implement C++17 <variant>. Patch from Michael Park! 2016-12-02 23:00:05 +00:00
variant.dtor Implement C++17 <variant>. Patch from Michael Park! 2016-12-02 23:00:05 +00:00
variant.mod Implement C++17 <variant>. Patch from Michael Park! 2016-12-02 23:00:05 +00:00
variant.status Fix Apple-specific XFAIL directive in libc++ test 2017-03-01 23:14:34 +00:00
variant.swap Use C++11 static_assert in variant tests. Patch from Michael Park 2017-01-04 22:43:08 +00:00
variant_array.fail.cpp
variant_empty.fail.cpp
variant_reference.fail.cpp Implement C++17 <variant>. Patch from Michael Park! 2016-12-02 23:00:05 +00:00
variant_void.fail.cpp