summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2018-12-20 17:55:31 +0000
committerLouis Dionne <ldionne@apple.com>2018-12-20 17:55:31 +0000
commitebc2344a8b8dbe01c7fe704d59fadb453a715757 (patch)
tree90bdb285228eacb93a06b111500966263d84a016 /lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py
parentf44d830e2da3fca9168110820e22d45f3e133579 (diff)
downloadbcm5719-llvm-ebc2344a8b8dbe01c7fe704d59fadb453a715757.tar.gz
bcm5719-llvm-ebc2344a8b8dbe01c7fe704d59fadb453a715757.zip
[libcxx] Fix order checking in 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 introduces checks verifying that any iteration will return elements exactly from a set of valid values and without repetition, but in no particular order. Reviewed as https://reviews.llvm.org/D54838. Thanks to Andrey Maksimov for the patch. llvm-svn: 349780
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud