summaryrefslogtreecommitdiff
path: root/lldb/test/functionalities
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-28Changes for Bug 17384Ravitheja Addepally
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-27Fix race condition in process resumePavel Labath
2015-10-26Change TestTypeCompletion to not rely on std::stringEnrico Granata
2015-10-26Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithrea...Greg Clayton
2015-10-26Convert `long` to `int`, and portably detect all integral types.Zachary Turner
2015-10-26Python3 - Change `dict.has_key(x)` to `x in dict`Zachary Turner
2015-10-26Convert deprecated unittest method names.Zachary Turner
2015-10-26Fix usages of range() and xrange() for Python 3.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-24Lower the depth of the recursion in this test since it would on occasion time...Enrico Granata
2015-10-23[TestBreakpointCommand] Fix after r251121Siva Chandra
2015-10-23Make uses of unicode literals portable.Zachary Turner
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-23Enable the libc++ tests on linuxPavel Labath
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-10-22Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra
2015-10-21Use six to portably handle module renames in Python 2 and 3Zachary Turner
2015-10-21[DataFormatters] Make libc++ list loop detection linearPavel Labath
2015-10-20Adjust TestCompletion.py and TestDumpDynamic.py after recent changes.Siva Chandra
2015-10-14Add a data formatter for __NSArray0, the type of empty arraysEnrico Granata
2015-10-13ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala
2015-10-13Xfail a watchpoint test on Windows, until Windows implements watchpoints.Adrian McCarthy
2015-10-12TestAttachResume is still flaky on linux. mark it as suchPavel Labath
2015-10-12Improve TestValueOfVectorVariableTamas Berghammer
2015-10-12X86: Change FTAG register size in FXSAVE structureAbhishek Aggarwal
2015-10-09[TestValueOfVectorVariable] Reduce the vector size to 4.Siva Chandra
2015-10-09Correction in rL249838: Moving test to appropriate directoryMohit K. Bhakkad
2015-10-07This test is useless. It doesn't work and it fails on MacOSX. Removing it.Greg Clayton
2015-10-07This is the work I was building up to with my patches yesterdayEnrico Granata
2015-10-07Resumbit "Fix race condition during process detach"Pavel Labath
2015-10-07XFAIL new dwo test failing with totclang on linux i386Tamas Berghammer
2015-10-07Run tests with dwo symbol filesTamas Berghammer
2015-10-07Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata
2015-10-06Rename a test case to avoid name conflictTamas Berghammer
2015-10-02Fix TestCompDirSymLink.py - remove existing symlink leftovers if previous tes...Oleksiy Vyalov
2015-10-02Change expected stop reason in TestInferiorAssert for Android API <= 16Tamas Berghammer
2015-10-02Teach 'type lookup' to pull types from clang modules; also add a test caseEnrico Granata
2015-09-30XFAIL 2 test in TestTargetCommands on android-aarch64Tamas Berghammer
2015-09-30Fix TestAttachDenied on linuxPavel Labath
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-29Skipping TestAttachDenied.py on Linux as it is hanging on a buildbot after r2...Todd Fiala
2015-09-29Enable test_create_after_attach_with_dwarf_and_popen on linuxPavel Labath
2015-09-28Revert "Fix race condition during process detach"Pavel Labath
2015-09-25Re-enable FreeBSD tests do not hang locallyEd Maste
2015-09-25Re-enable some skipped tests on FreeBSDEd Maste
2015-09-23Fix race condition during process detachPavel Labath
2015-09-22Update TestChangeProcessGroup to remove obsolete workaround.Chaoren Lin