hanchenye-llvm-project/libcxx/test/std/containers/associative/map
Asiri Rathnayake f520c1445f Make it possible to build a no-exceptions variant of libcxx.
Fixes a small omission in libcxx that prevents libcxx being built when
-DLIBCXX_ENABLE_EXCEPTIONS=0 is specified.

This patch adds XFAILS to all those tests that are currently failing
on the new -fno-exceptions library variant. Follow-up patches will
update the tests (progressively) to cope with the new library variant.

Change-Id: I4b801bd8d8e4fe7193df9e55f39f1f393a8ba81a
llvm-svn: 252598
2015-11-10 11:41:22 +00:00
..
map.access Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
map.cons Allow declaration of map and multimap iterator with incomplete mapped type. Patch from eugenis 2015-03-03 20:10:01 +00:00
map.modifiers Implement N4279 and LWG#2664 for <map>. Reviewed as http://reviews.llvm.org/D10669 2015-07-07 03:37:33 +00:00
map.ops Add tests for LWG#2299. While doing so, I noticed that the tests we have for the transparent comparators don't actually call them. Fix those tests, too. Now one of them is failing, due to a missing const in <map>. Add that (twice). Next step is to do the same for <unordered_map> 2015-06-30 18:15:41 +00:00
map.special Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. 2015-07-13 20:04:56 +00:00
compare.pass.cpp Fix warnings in array and assoc containers 2015-07-18 23:56:04 +00:00
types.pass.cpp
version.pass.cpp