aboutsummaryrefslogtreecommitdiff
path: root/lldb/test
AgeCommit message (Expand)AuthorFilesLines
2016-05-23Always rerun all tests on Windows.Zachary Turner1-0/+3
2016-05-17Allow custom formatting of session log file names.Zachary Turner1-0/+1
2016-01-15Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.Zachary Turner1-3/+6
2015-12-16Add a symbolic link from the test directory to the actual - elsewhere located...Enrico Granata1-0/+1
2015-11-20Remove `lldb.root` and just look for the file we care about.Zachary Turner1-1/+1
2015-11-02Move go expression tests to the new location.Ryan Brown2-134/+0
2015-11-02Create an expression parser for Go.Ryan Brown2-0/+134
2015-10-28Add check for __main__ in dotest.py to ensure problems with multiprocessing o...Adrian McCarthy1-3/+4
2015-10-28Try to fix the linux buildbot.Zachary Turner1-0/+2
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner1489-99952/+2
2015-10-28Changes for Bug 17384Ravitheja Addepally2-6/+9
2015-10-27Preparation for turning lldbsuite into a Python package.Zachary Turner4-157/+64
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner393-394/+394
2015-10-27Deprecate -m/+m dotest options in favor of test categoriesPavel Labath23-171/+29
2015-10-27Fix race condition in process resumePavel Labath1-1/+0
2015-10-26Change TestTypeCompletion to not rely on std::stringEnrico Granata2-22/+43
2015-10-26Python 3: Convert uses of `callable(x)` to `six.callable(x)`.Zachary Turner4-9/+13
2015-10-26Remove use of octal literals.Zachary Turner6-14/+14
2015-10-26Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithrea...Greg Clayton5-30/+18
2015-10-26Wrap call to zip() in list()Zachary Turner1-1/+1
2015-10-26Python3 - Change sys.maxint to sys.maxsize.Zachary Turner4-7/+7
2015-10-26Convert `long` to `int`, and portably detect all integral types.Zachary Turner5-9/+13
2015-10-26Python3 - Change `dict.has_key(x)` to `x in dict`Zachary Turner2-2/+2
2015-10-26Convert deprecated unittest method names.Zachary Turner19-55/+55
2015-10-26Fix usages of range() and xrange() for Python 3.Zachary Turner8-16/+16
2015-10-26Port the python api decorator to use test categoriesPavel Labath96-262/+235
2015-10-24[lldb-mi] Fix expansion of anonymous structures and unionsDawn Perchik2-0/+69
2015-10-24Lower the depth of the recursion in this test since it would on occasion time...Enrico Granata1-1/+1
2015-10-23[TestBreakpointCommand] Fix after r251121Siva Chandra1-3/+3
2015-10-23Make uses of unicode literals portable.Zachary Turner4-17/+27
2015-10-23Python3 - Wrap more statements in calls to list()Zachary Turner11-21/+21
2015-10-23Remove argparse_compat.Zachary Turner2-95/+7
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner404-470/+1269
2015-10-23Enable the libc++ tests on linuxPavel Labath9-18/+18
2015-10-23[lldb-mi] display summary for simple types + refactor (use lldb formatting fo...Dawn Perchik2-8/+8
2015-10-22Python 3 porting - Wrap returns from map() in list()Zachary Turner4-11/+11
2015-10-22Update every test to import `lldb_shared`.Zachary Turner396-2790/+774
2015-10-22Remove special case logic for finding 3rd party libsZachary Turner1-5/+0
2015-10-22Move third party libraries to lldb/third_partyZachary Turner68-17936/+0
2015-10-22Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala3-15/+17
2015-10-21Fix typo so that "./dotest.py --results-formatter=curses_results.Curses --res...Greg Clayton1-1/+1
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra3-0/+33
2015-10-21Use six to portably handle module renames in Python 2 and 3Zachary Turner16-46/+68
2015-10-21Skip TestMultithreaded on Windows.Adrian McCarthy1-14/+11
2015-10-21Clean up more .dwo files after the tests runPavel Labath4-6/+3
2015-10-21[DataFormatters] Make libc++ list loop detection linearPavel Labath3-0/+91
2015-10-20Use six to portably assign metaclasses in Python 2 and 3.Zachary Turner2-6/+7
2015-10-20Introduce a mechanism for reusing Python modules out of tree.Zachary Turner2-0/+26
2015-10-20Increase default memory cache line size for androidPavel Labath3-0/+58
2015-10-20Adjust TestCompletion.py and TestDumpDynamic.py after recent changes.Siva Chandra2-2/+2