aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-05-22 18:10:32 +0000
committerLouis Dionne <ldionne@apple.com>2019-05-22 18:10:32 +0000
commitc44cd1e4ed9ca85ccfa808d63960b3357872c130 (patch)
tree255286fd40ab311494b2662df0ae9869c2f20690 /llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp
parent1f46d524a1c6ac66bbd803caf5f1206603759a5f (diff)
downloadllvm-c44cd1e4ed9ca85ccfa808d63960b3357872c130.zip
llvm-c44cd1e4ed9ca85ccfa808d63960b3357872c130.tar.gz
llvm-c44cd1e4ed9ca85ccfa808d63960b3357872c130.tar.bz2
[libcxx][test] Fix order checking in some more unordered_multimap tests
Some tests assume that iteration through an unordered multimap 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 is a continuation of D54838 and 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/D56498 llvm-svn: 361414
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp')
0 files changed, 0 insertions, 0 deletions