summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-192-44/+44
* Switch from unittest2.expectedFailure to our own decorator on TestSTLPavel Labath2016-03-161-2/+1
* Mark an LLGS test as flakyPavel Labath2016-03-161-0/+1
* [test] Persist packets between expect_gdbremote_sequence invocationsPavel Labath2016-03-163-30/+41
* Fix thread/process ID reading from linux core filesPavel Labath2016-03-167-0/+94
* On some platforms, the compiler is allowed to assume that BOOL == bool. On ot...Enrico Granata2016-03-152-1/+9
* Make it so that the data formatter for NSError can see through a variable of ...Enrico Granata2016-03-152-5/+8
* Add regression test for expressions calling functions taking anonymous struct...Ewan Crawford2016-03-153-0/+78
* Add some test coverage for the changes in alias helpEnrico Granata2016-03-151-0/+18
* Enable expectedFailure for all Clang versions in TestRegisterVariablesEd Maste2016-03-141-1/+1
* [test] Correctly retry connections on android targetsPavel Labath2016-03-141-5/+31
* Extend XFlaky in TestProcessIO to linux as wellPavel Labath2016-03-141-5/+5
* 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
OpenPOWER on IntegriCloud