llvm-project/libcxx
Casey Carter be65b24a55 Cleanup nonportable behavior in tests for std::any
Fixes MS issues 63, 64, and 65.

test/std/utilities/any/any.class/any.cons/move.pass.cpp:
* "Moves are always destructive" is not a portable assumption; check with LIBCPP_ASSERT.

test/std/utilities/any/any.class/any.cons/value.pass.cpp:
* The standard does not forbid initializing std::any from any pointer-to-function type. Remove the non-conforming "DecayTag" test.

test/std/utilities/any/any.class/any.modifiers/swap.pass.cpp:
* Self-swap is not specified to perform no moves; check with LIBCPP_ASSERT.

Differential Revision: https://reviews.llvm.org/D26007

llvm-svn: 285234
2016-10-26 20:18:13 +00:00
..
benchmarks remove warnings from google-benchmarks in libcxx 2016-10-14 00:07:57 +00:00
cmake [cmake] Allow testing against installed LLVM with no sources 2016-10-19 12:34:17 +00:00
docs Cleanup LIT testing doc 2016-10-14 06:15:27 +00:00
include Fix nullptr tests 2016-10-25 20:45:17 +00:00
lib Update revision number in CHANGELOG.TXT 2016-10-25 19:44:38 +00:00
src [libc++] Fix modules build - Rework __refstring definition 2016-10-25 19:33:14 +00:00
test Cleanup nonportable behavior in tests for std::any 2016-10-26 20:18:13 +00:00
utils Sort ABI lists by name so that changes don't generate big diffs 2016-10-14 05:04:00 +00:00
www Implement constexpr support for reverse_iterator. Reviewed as https://reviews.llvm.org/D25534 2016-10-19 15:12:50 +00:00
.arcconfig Upgrade arcconfig to use https 2016-07-18 02:02:49 +00:00
.gitignore Implement N4606 optional 2016-10-12 07:46:20 +00:00
CMakeLists.txt [libcxx] Build with -fvisibility-inlines-hidden -- Remove 20 inline definitions from the dylib 2016-10-25 19:43:44 +00:00
CREDITS.TXT Add entry to CREDITS.TXT for propagate_const 2016-06-19 19:36:28 +00:00
LICENSE.TXT Update copyright year to 2016. 2016-03-30 22:39:53 +00:00
TODO.TXT Remove out of date items in TODO.txt 2016-09-27 01:28:47 +00:00