teak-llvm/libcxx/test/std/utilities/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.bad_variant_access
variant.general
variant.get Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
variant.hash Implement P0513R0 - "Poisoning the Hash" 2017-01-21 00:02:12 +00:00
variant.helpers Implement C++17 <variant>. Patch from Michael Park! 2016-12-02 23:00:05 +00:00
variant.monostate
variant.monostate.relops Implement C++17 <variant>. Patch from Michael Park! 2016-12-02 23:00:05 +00:00
variant.relops Implement C++17 <variant>. Patch from Michael Park! 2016-12-02 23:00:05 +00:00
variant.synopsis
variant.variant Fix Apple-specific XFAIL directive in libc++ test 2017-03-01 23:14:34 +00:00
variant.visit Fix PR31916 - std::visit rejects visitors accepting lvalue arguments 2017-02-09 19:01:22 +00:00