summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-28552-28036/+0
* Changes for Bug 17384Ravitheja Addepally2015-10-281-4/+9
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-27164-164/+164
* Fix race condition in process resumePavel Labath2015-10-271-1/+0
* Change TestTypeCompletion to not rely on std::stringEnrico Granata2015-10-262-22/+43
* Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithrea...Greg Clayton2015-10-261-6/+0
* Convert `long` to `int`, and portably detect all integral types.Zachary Turner2015-10-261-3/+3
* Python3 - Change `dict.has_key(x)` to `x in dict`Zachary Turner2015-10-261-1/+1
* Convert deprecated unittest method names.Zachary Turner2015-10-264-6/+6
* Fix usages of range() and xrange() for Python 3.Zachary Turner2015-10-263-4/+4
* Port the python api decorator to use test categoriesPavel Labath2015-10-2617-20/+21
* 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-232-2/+8
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-23170-88/+427
* Enable the libc++ tests on linuxPavel Labath2015-10-239-18/+18
* Update every test to import `lldb_shared`.Zachary Turner2015-10-22162-1216/+328
* Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala2015-10-222-13/+15
* [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-214-4/+2
* [DataFormatters] Make libc++ list loop detection linearPavel Labath2015-10-213-0/+91
* Adjust TestCompletion.py and TestDumpDynamic.py after recent changes.Siva Chandra2015-10-202-2/+2
* Add a data formatter for __NSArray0, the type of empty arraysEnrico Granata2015-10-141-0/+2
* ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala2015-10-131-7/+7
* Xfail a watchpoint test on Windows, until Windows implements watchpoints.Adrian McCarthy2015-10-131-0/+1
* TestAttachResume is still flaky on linux. mark it as suchPavel Labath2015-10-121-0/+1
* Improve TestValueOfVectorVariableTamas Berghammer2015-10-121-10/+3
* X86: Change FTAG register size in FXSAVE structureAbhishek Aggarwal2015-10-122-10/+18
* [TestValueOfVectorVariable] Reduce the vector size to 4.Siva Chandra2015-10-092-4/+6
* Correction in rL249838: Moving test to appropriate directoryMohit K. Bhakkad2015-10-093-0/+75
* This test is useless. It doesn't work and it fails on MacOSX. Removing it.Greg Clayton2015-10-072-78/+0
* This is the work I was building up to with my patches yesterdayEnrico Granata2015-10-077-36/+36
* Resumbit "Fix race condition during process detach"Pavel Labath2015-10-071-1/+0
* XFAIL new dwo test failing with totclang on linux i386Tamas Berghammer2015-10-071-0/+1
* Run tests with dwo symbol filesTamas Berghammer2015-10-071-0/+1
* Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata2015-10-071-2/+0
* Rename a test case to avoid name conflictTamas Berghammer2015-10-061-0/+0
* Fix TestCompDirSymLink.py - remove existing symlink leftovers if previous tes...Oleksiy Vyalov2015-10-021-0/+2
* Change expected stop reason in TestInferiorAssert for Android API <= 16Tamas Berghammer2015-10-021-1/+5
* Teach 'type lookup' to pull types from clang modules; also add a test caseEnrico Granata2015-10-023-0/+71
* XFAIL 2 test in TestTargetCommands on android-aarch64Tamas Berghammer2015-09-301-0/+2
* Fix TestAttachDenied on linuxPavel Labath2015-09-302-4/+5
* Merge dwarf and dsym testsTamas Berghammer2015-09-30159-2912/+833
* Skipping TestAttachDenied.py on Linux as it is hanging on a buildbot after r2...Todd Fiala2015-09-291-0/+1
* Enable test_create_after_attach_with_dwarf_and_popen on linuxPavel Labath2015-09-291-1/+0
* Revert "Fix race condition during process detach"Pavel Labath2015-09-281-0/+1
* Re-enable FreeBSD tests do not hang locallyEd Maste2015-09-252-2/+2
* Re-enable some skipped tests on FreeBSDEd Maste2015-09-252-5/+0
* Fix race condition during process detachPavel Labath2015-09-231-1/+0
* Update TestChangeProcessGroup to remove obsolete workaround.Chaoren Lin2015-09-221-3/+0
OpenPOWER on IntegriCloud