llvm-capstone/libcxx/test
Louis Dionne 6b48742e43 [libcxx][tests] Fix order checking in unordered_multiset tests.
Some tests assume that iteration through an unordered multiset elements
will return them in the same order as at the container creation. This
assumption is not true since the container is unordered, so that no
specific order of elements is ever guaranteed for such container. This
patch introduces checks verifying that any iteration will return
elements exactly from a set of valid values and without repetition,
but in no particular order.

Thanks to Andrey Maksimov for  the patch.

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

llvm-svn: 361494
2019-05-23 13:11:00 +00:00
..
libcxx Remove using namespace std; in __gnu_cxx namespace. 2019-05-17 20:46:00 +00:00
std [libcxx][tests] Fix order checking in unordered_multiset tests. 2019-05-23 13:11:00 +00:00
support [WebAssembly] WASI support for libcxx 2019-05-01 16:47:30 +00:00
CMakeLists.txt Allow disabling of filesystem library. 2019-03-21 00:04:31 +00:00
lit.cfg
lit.site.cfg.in Allow disabling of filesystem library. 2019-03-21 00:04:31 +00:00
nothing_to_do.pass.cpp force the bots to cycle 2019-05-09 02:34:37 +00:00