summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* Remove the skip if Darwin since I fixed the crash.Jim Ingham2016-03-111-1/+0
* Fixed MemoryCache L1 cache flushMarianne Mailhot-Sarrasin2016-03-113-0/+81
* skip newly segfaulting test on OS X public CITodd Fiala2016-03-111-0/+1
* Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/u...Marianne Mailhot-Sarrasin2016-03-101-0/+11
* Eliminate the TestStarted-XXX and TestFinished-XXX files from check-lldb runs.Adrian McCarthy2016-03-101-11/+0
* [DWARFASTParserClang] Start with member offset of 0 for members of union types.Siva Chandra2016-03-103-0/+69
* [TestRegisterVariables] Adjust compiler range in expected failure decorator.Siva Chandra2016-03-091-2/+2
* Made self.expect() errors a little more readable in the testsuite.Sean Callanan2016-03-081-7/+8
* Support floating point values in 128-bit SSE vector registersAdrian Prantl2016-03-082-1/+27
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-073-0/+68
* [LLDB][MIPS] Fix TestDisassembleBreakpointMohit K. Bhakkad2016-03-071-1/+1
* Add a log statementPavel Labath2016-03-041-0/+1
* Resumbit "Fetch remote log files from LLGS tests"Pavel Labath2016-03-041-5/+29
* Add reverse file remapping for breakpoint setTamas Berghammer2016-03-041-0/+18
* Revert "Fetch remote log files from LLGS tests"Pavel Labath2016-03-031-29/+5
* Fix OSX breakage caused by r262597Pavel Labath2016-03-031-0/+1
* Fetch remote log files from LLGS testsPavel Labath2016-03-031-5/+28
* Slightly improve logging in LLGS testsPavel Labath2016-03-011-1/+1
* When 'help' cannot find a command, produce additional help text that also poi...Enrico Granata2016-02-291-0/+15
* Fix TestInlines.py on WindowsAdrian McCarthy2016-02-294-8/+8
* Revert a part of "Add/Improve complex, vector, aggregate types handling for S...Pavel Labath2016-02-291-3/+3
* Add/Improve complex, vector, aggregate types handling for SysV ARM (hard/soft...Omair Javaid2016-02-291-3/+3
* [LLDB][MIPS] Fix TestInferiorAssert.py for MIPSSagar Thakur2016-02-261-0/+4
* Make TestPlatformProcessConnect to support abstract/domain sockets.Oleksiy Vyalov2016-02-261-4/+20
* Add the "block" keyword to "thread step-in -e", and an alias that uses it: "s...Jim Ingham2016-02-263-0/+158
* XFail TestInlines.py on Windows with clang.Adrian McCarthy2016-02-251-0/+1
* Get register context for the 32-bit process in a WoW64 process minidumpAdrian McCarthy2016-02-253-0/+107
* xfail case sensitivity test on Linux.Zachary Turner2016-02-241-0/+1
* Some fixes for case insensitive paths on Windows.Zachary Turner2016-02-243-0/+134
* XFAIL TestInlines for Linux with gccTamas Berghammer2016-02-231-1/+3
* Actually commit the test for r261598.Sean Callanan2016-02-232-1/+50
* Mark TestMiBreak.test_lldbmi_break_insert_function_pending as flaky on linuxPavel Labath2016-02-221-0/+1
* Remove expectedFailureFreeBSD decoratorEd Maste2016-02-1919-26/+22
* Remove XFAIL from test passing on FreeBSDEd Maste2016-02-191-1/+0
* Remove XFAIL from test passing on FreeBSDEd Maste2016-02-191-1/+0
* Remove XFAIL from test passing on FreeBSDEd Maste2016-02-191-1/+0
* Enable TestUnicodeLiteralsPavel Labath2016-02-191-4/+0
* Mark TestLldbGdbServer.test_software_breakpoint_set_and_remove_work_llgs as f...Pavel Labath2016-02-191-0/+1
* Make sure code that is in the middle of figuring out the correct architectureJim Ingham2016-02-182-1/+63
* Remove expectedFlakeyFreeBSD decorator for prompt settingEd Maste2016-02-181-1/+0
* Add target and host platform enumerations so we're not using strings.Zachary Turner2016-02-185-7/+57
* Bump up timeout in TestChangeProcessGroupPavel Labath2016-02-161-1/+1
* Mark TestLldbGdbServer.test_written_M_content_reads_back_correctly as flaky o...Pavel Labath2016-02-161-0/+1
* [TestLibCxxAtomic] Skip for GCC.Siva Chandra2016-02-131-0/+1
* [TestLibCxxAtomic] Fix Makefile so that the test builds on Linux.Siva Chandra2016-02-131-0/+1
* Data formatter support for libc++ std::atomic<T>Enrico Granata2016-02-123-0/+81
* Adjust for Python-3.Siva Chandra2016-02-122-0/+4
* Renamed TestRdar12991846 to the more descriptive TestUnicodeLiterals.Sean Callanan2016-02-123-1/+1
* The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...Enrico Granata2016-02-124-64/+1
* When calling TypeSystemMap::Clear, objects being destroyed in the process of Jim Ingham2016-02-121-17/+16
OpenPOWER on IntegriCloud