summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor ResultsFormatter creation into result_formatter.Todd Fiala2015-12-082-73/+133
* Add NetBSD in platform specific logging of the specified category in Register...Kamil Rytarowski2015-12-071-0/+3
* Add initial NetBSD support in lldbsuite/test/lldbtest.pyKamil Rytarowski2015-12-071-5/+21
* Return gmake as the default name for GNU make on NetBSDKamil Rytarowski2015-12-071-1/+1
* Rename test_results.py to result_formatter.py.Zachary Turner2015-12-075-19/+20
* getwd(3) with NULL pointer extension is supported on NetBSDKamil Rytarowski2015-12-071-2/+2
* Allow variable names to be quoted with -var-list-childrenChuck Ries2015-12-071-0/+3
* Recommit "Fix race during process interruption"Pavel Labath2015-12-072-3/+5
* Make TestThreadStates more stablePavel Labath2015-12-071-25/+11
* Added lldbsuite.lldb_test_root, switched formatter to use it.Todd Fiala2015-12-071-5/+2
* [LLDB][MIPS] Marking some expected failuresMohit K. Bhakkad2015-12-072-11/+17
* Moved total test count and rerun count into summary counts.Todd Fiala2015-12-071-8/+22
* Move test summary counts to end; simplify issue detail lineTodd Fiala2015-12-071-6/+16
* Define new builder_netbsdKamil Rytarowski2015-12-052-0/+6
* [LLDB][MIPS] Fix TestConstVariables.pySagar Thakur2015-12-051-0/+1
* Make TestThreadSpecificBreakpoint.py more focused.Zachary Turner2015-12-045-53/+143
* Add a similar benchmark for our std::map performanceEnrico Granata2015-12-043-0/+75
* Fix an issue where all tests marked with skip_if_callable would be skipped re...Enrico Granata2015-12-041-4/+5
* Add a benchmark that validates how much time LLDB spends trying to fully prin...Enrico Granata2015-12-043-0/+75
* Marked TestModulesInlineFunctions.py XFAILTodd Fiala2015-12-041-0/+1
* Fix test error in TestObjCCheckers.pyTodd Fiala2015-12-041-1/+1
* [LLDB][MIPS] Fix gdbremote_testcase.pyMohit K. Bhakkad2015-12-041-3/+9
* [LLDB][MIPS] XFAIL TestCrashDuringStep.py for MIPSJaydeep Patil2015-12-041-0/+1
* Un XFAIL some tests that are now passing on Windows.Zachary Turner2015-12-032-2/+0
* Fix TestLoadUnload for Windows -> POSIX remote debuggingTamas Berghammer2015-12-031-1/+2
* Fix test result serialization to use bytes.Zachary Turner2015-12-022-16/+21
* Candidate fixes for python2/3 compatible string handling in pickling support.Todd Fiala2015-12-022-4/+4
* Make --results-file stdout implied if unspecified when using a results format...Todd Fiala2015-12-021-3/+13
* Adds candidate formatter for replacing legacy summary results.Todd Fiala2015-12-024-88/+432
* XFAIL TestReturnValue for linux i386 clang 3.5-3.6Tamas Berghammer2015-12-021-0/+1
* Fix "process load/unload" on androidTamas Berghammer2015-12-021-11/+13
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-021-2/+2
* PTRACE ABI to read FXSAVE area for 32-bit inferiorAbhishek Aggarwal2015-12-021-1/+1
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-021-2/+2
* Revert "Fix race during process interruption"Pavel Labath2015-12-012-5/+3
* Fix race during process interruptionPavel Labath2015-12-012-3/+5
* [LLDB][MIPS] Change ARCHFLAG for MIPSJaydeep Patil2015-12-011-0/+3
* Re-add an xfail removed by r254163Tamas Berghammer2015-11-271-0/+1
* Fix TestRegisters.py on armTamas Berghammer2015-11-261-1/+1
* Remove some xfail-s fixed by r253026Tamas Berghammer2015-11-262-5/+0
* Make some of the tests in TestRegisters.py arm compatibleTamas Berghammer2015-11-262-117/+101
* Enable TestMiBreak on LinuxPavel Labath2015-11-251-1/+0
* Temporarily add expectedFailureFreeBSD to tests that fail to detect Clang on ...Ed Maste2015-11-242-0/+2
* Add expectedFlakeyFreeBSD to TestBatchMode failing on buildbotEd Maste2015-11-241-0/+1
* Remove expectedFailureFreeBSD decorator from now-passing testsEd Maste2015-11-243-3/+0
* Remove expectedFailureFreeBSD from passing ThreadExitTestCase::test_with_dwarfEd Maste2015-11-241-1/+0
* Add expectedFailureFreeBSD decorators for new Python fd leakEd Maste2015-11-241-0/+3
* Disable forcing -marm (A32 instruction set) while running testsuite on arm ta...Omair Javaid2015-11-241-0/+4
* Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2015-11-203-0/+85
* Revert "Make skipIf support the not_in function (second attempt)."Siva Chandra2015-11-201-15/+11
OpenPOWER on IntegriCloud