[Lldb-commits] [PATCH] D50620: Added test for Core/Range class.

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Aug 12 22:29:33 PDT 2018


teemperor created this revision.
teemperor added a reviewer: vsk.
Herald added a subscriber: mgorny.

We can optimize and refactor some of the classes in RangeMap.h, but first
we should have some tests for all the data structures in there. This adds a first
batch of tests for the Range class itself.

There are some unexpected results happening when mixing invalid and valid ranges, so
I added some FIXME's for that in the tests.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D50620

Files:
  unittests/Core/CMakeLists.txt
  unittests/Core/RangeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50620.160285.patch
Type: text/x-patch
Size: 9869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180813/0cefd255/attachment.bin>


More information about the lldb-commits mailing list