summaryrefslogtreecommitdiffstats
path: root/lldb/test
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Support LLDB_TEST_CLANG in check-lldb target(s)Chris Bieneman2016-11-021-0/+4
* [CMake] Populate the build directory's frameworkChris Bieneman2016-10-311-0/+5
* [Test Suite] Properly respect --framework optionChris Bieneman2016-10-311-0/+4
* [Test Suite] Allow overriding codesign identityChris Bieneman2016-10-211-0/+4
* [CMake] Don't include LLDB_TEST_COMPILER in cached variableChris Bieneman2016-10-181-2/+8
* [CMake] Cleanup check-lldb targetsChris Bieneman2016-10-121-2/+17
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-0/+1
* Always rerun all tests on Windows.Zachary Turner2016-05-231-0/+3
* Allow custom formatting of session log file names.Zachary Turner2016-05-171-0/+1
* Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.Zachary Turner2016-01-151-3/+6
* Add a symbolic link from the test directory to the actual - elsewhere located...Enrico Granata2015-12-161-0/+1
* Remove `lldb.root` and just look for the file we care about.Zachary Turner2015-11-201-1/+1
* Move go expression tests to the new location.Ryan Brown2015-11-022-134/+0
* Create an expression parser for Go.Ryan Brown2015-11-022-0/+134
* Add check for __main__ in dotest.py to ensure problems with multiprocessing o...Adrian McCarthy2015-10-281-3/+4
* Try to fix the linux buildbot.Zachary Turner2015-10-281-0/+2
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281489-99952/+2
* Changes for Bug 17384Ravitheja Addepally2015-10-282-6/+9
* Preparation for turning lldbsuite into a Python package.Zachary Turner2015-10-274-157/+64
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-27393-394/+394
* Deprecate -m/+m dotest options in favor of test categoriesPavel Labath2015-10-2723-171/+29
* Fix race condition in process resumePavel Labath2015-10-271-1/+0
* Change TestTypeCompletion to not rely on std::stringEnrico Granata2015-10-262-22/+43
* Python 3: Convert uses of `callable(x)` to `six.callable(x)`.Zachary Turner2015-10-264-9/+13
* Remove use of octal literals.Zachary Turner2015-10-266-14/+14
* Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithrea...Greg Clayton2015-10-265-30/+18
* Wrap call to zip() in list()Zachary Turner2015-10-261-1/+1
* Python3 - Change sys.maxint to sys.maxsize.Zachary Turner2015-10-264-7/+7
* Convert `long` to `int`, and portably detect all integral types.Zachary Turner2015-10-265-9/+13
* Python3 - Change `dict.has_key(x)` to `x in dict`Zachary Turner2015-10-262-2/+2
* Convert deprecated unittest method names.Zachary Turner2015-10-2619-55/+55
* Fix usages of range() and xrange() for Python 3.Zachary Turner2015-10-268-16/+16
* Port the python api decorator to use test categoriesPavel Labath2015-10-2696-262/+235
* [lldb-mi] Fix expansion of anonymous structures and unionsDawn Perchik2015-10-242-0/+69
* Lower the depth of the recursion in this test since it would on occasion time...Enrico Granata2015-10-241-1/+1
* [TestBreakpointCommand] Fix after r251121Siva Chandra2015-10-231-3/+3
* Make uses of unicode literals portable.Zachary Turner2015-10-234-17/+27
* Python3 - Wrap more statements in calls to list()Zachary Turner2015-10-2311-21/+21
* Remove argparse_compat.Zachary Turner2015-10-232-95/+7
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-23404-470/+1269
* Enable the libc++ tests on linuxPavel Labath2015-10-239-18/+18
* [lldb-mi] display summary for simple types + refactor (use lldb formatting fo...Dawn Perchik2015-10-232-8/+8
* Python 3 porting - Wrap returns from map() in list()Zachary Turner2015-10-224-11/+11
* Update every test to import `lldb_shared`.Zachary Turner2015-10-22396-2790/+774
* Remove special case logic for finding 3rd party libsZachary Turner2015-10-221-5/+0
* Move third party libraries to lldb/third_partyZachary Turner2015-10-2268-17936/+0
* Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala2015-10-223-15/+17
* Fix typo so that "./dotest.py --results-formatter=curses_results.Curses --res...Greg Clayton2015-10-211-1/+1
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-213-0/+33
* Use six to portably handle module renames in Python 2 and 3Zachary Turner2015-10-2116-46/+68
OpenPOWER on IntegriCloud