llvm-project/lldb/unittests/Core
Raphael Isemann 1ede18fb4d Added test for Core/Range class.
Summary:
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.

Reviewers: vsk

Reviewed By: vsk

Subscribers: mgorny, lldb-commits

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

llvm-svn: 339611
2018-08-13 20:43:06 +00:00
..
Inputs Unit test for Symtab::InitNameIndexes 2018-08-02 10:13:18 +00:00
BroadcasterTest.cpp Fix build failure in unit test. 2017-04-06 21:57:39 +00:00
CMakeLists.txt Added test for Core/Range class. 2018-08-13 20:43:06 +00:00
DataExtractorTest.cpp Fix dumping of characters with non-standard sizes 2017-10-11 08:48:18 +00:00
EventTest.cpp Reimplement EventDataBytes::Dump to avoid DumpDataExtractor 2018-07-24 10:49:14 +00:00
ListenerTest.cpp Use Timeout<> in the Listener class 2016-11-30 10:41:42 +00:00
MangledTest.cpp Unit test for Symtab::InitNameIndexes 2018-08-02 10:13:18 +00:00
RangeTest.cpp Added test for Core/Range class. 2018-08-13 20:43:06 +00:00
RichManglingContextTest.cpp RichManglingContext: Make m_ipd_str_len a local variable and simplify processIPDStrResult + polishing in test and Mangled 2018-08-10 15:21:33 +00:00
StreamCallbackTest.cpp Move many other files from Core -> Utility. 2017-03-06 18:34:25 +00:00