llvm-project/libcxx/test/std/utilities/memory
Billy Robert O'Neal III e52a34bd9d Allow a standard library to implement conditional noexcept for optional and unique_ptr hash functions.
These tests were unconditionally asserting that optional and unique_ptr declare throwing hashes, but MSVC++ implements conditional noexcept forwarding that of the underlying hash function. As a result we were failing these tests but there's nothing forbidding strengthening noexcept in that way.

Changed the ASSERT_NOT_NOEXCEPT asserts to use types which themselves have non-noexcept hash functions.

llvm-svn: 300516
2017-04-18 00:19:50 +00:00
..
allocator.tag
allocator.traits [libc++] Remove various C++03 feature test macros 2016-09-25 03:34:28 +00:00
allocator.uses Fix failure on 03 bot 2016-09-22 03:25:22 +00:00
c.malloc
default.allocator [libcxx] [test] D26813: allocator<const T> is non-Standard. 2016-11-18 21:54:31 +00:00
pointer.traits [libc++] Remove various C++03 feature test macros 2016-09-25 03:34:28 +00:00
ptr.align Get tests running with warnings. Fix warnings in headers and tests 2015-02-05 20:28:37 +00:00
specialized.algorithms Fixed unintentional assignment-in-assert in new "extending memory management tools" algorithms. 2017-03-14 19:36:30 +00:00
storage.iterator [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
temporary.buffer
util.dynamic.safety Fix PR26961 - Add default constructor to std::pointer_safety struct. 2017-01-05 01:28:40 +00:00
util.smartptr Allow a standard library to implement conditional noexcept for optional and unique_ptr hash functions. 2017-04-18 00:19:50 +00:00