summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Fix one more string/bytes issue in lldb-server tests"Pavel Labath2019-02-131-1/+1
* Fix one more string/bytes issue in lldb-server testsPavel Labath2019-02-131-1/+1
* [testsuite] Convert TestSingleQuote to lit.Davide Italiano2019-02-123-85/+0
* [gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenvAaron Smith2019-02-072-6/+1
* [lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument valuesKuba Mracek2019-02-072-0/+3
* [testsuite] Convert a pexpect test to lit.Davide Italiano2019-02-062-64/+0
* Add the source directory for https://reviews.llvm.org/D57552.Jim Ingham2019-02-061-0/+7
* Fix PathMappingList::FindFile to handle relative incoming FileSpecs.Jim Ingham2019-02-052-230/+246
* [Py3/TestAppleOSSimulator] Another byte<->str interoperability issue.Davide Italiano2019-02-051-1/+1
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-056-0/+327
* [Python2 to Python 3] Fix print -> print().Davide Italiano2019-02-051-6/+6
* Update stale comment in lang/c/struct_types/main.cJonas Devlieghere2019-02-041-2/+2
* [testsuite] Fix TestAppleSimulator so that it works with Python 3.Davide Italiano2019-01-312-3/+3
* [Python] Fix gdb-remote and lldb-server utilities to work with Py3.Davide Italiano2019-01-312-5/+5
* [Python] Python 2 and Python 3 disagree on `/`.Davide Italiano2019-01-311-1/+1
* [Python] String(s) and bytes are two different entities in 3.7.Davide Italiano2019-01-311-1/+1
* Fix handling of CreateTemplateParameterList when there is an empty packShafik Yaghmour2019-01-303-0/+37
* Adjust documentation for git migration.James Y Knight2019-01-292-3/+0
* [testsuite] Remove unused seven module imports.Jonas Devlieghere2019-01-283-21/+0
* Remove NO_DEBUGINFO_TESTCASE from testcase.Adrian Prantl2019-01-241-5/+0
* Only check the dwarf version when using the dwarf categoryAdrian Prantl2019-01-242-4/+6
* Unbreak windows botsAdrian Prantl2019-01-241-9/+10
* Rename test directoryAdrian Prantl2019-01-243-0/+0
* Add decorator support for the DWARF version produced by the compilerAdrian Prantl2019-01-247-6/+35
* Skip test on clang <8 instead of 7Adrian Prantl2019-01-241-1/+1
* Revert "[dotest] Add logging to investigate CI issue."Jonas Devlieghere2019-01-231-6/+1
* [Test] Fix up tests affected by the new LLVM header.Jonas Devlieghere2019-01-223-12/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19282-1128/+846
* [dotest] Add logging to investigate CI issue.Jonas Devlieghere2019-01-181-1/+6
* Don't run TestBreakpointThumbCodesection.py on darwin systems;Jason Molenda2019-01-172-1/+4
* XFAIL test on WindowsAdrian Prantl2019-01-161-1/+2
* Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl2019-01-164-0/+43
* [lldbsuite] Skip two more flaky tests on WindowsStella Stamenova2019-01-142-0/+2
* [Core] Use the implementation method GetAddressOf in ValueObjectConstResultChildAleksandr Urakov2019-01-141-0/+3
* [lldbsuite] Skip TestExitDuringStep on WindowsStella Stamenova2019-01-111-0/+1
* lldbtest.py: try to fix a runtime exceptionAdrian Prantl2019-01-101-4/+7
* [Python] Update checkDsymForUUIDIsOn to be compatible with Python 3.Davide Italiano2019-01-101-4/+5
* Split two sub-tests into separate top-level methods.Adrian Prantl2019-01-071-1/+7
* Refactor test, no changes expected.Adrian Prantl2019-01-071-7/+4
* Fine-tune and document the barrier in TestQueues.Adrian Prantl2019-01-071-10/+16
* Simplify testcase by using lldbutil.run_to_source_breakpoint()Adrian Prantl2019-01-071-15/+2
* [lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recogniz...Kuba Mracek2019-01-041-0/+11
* symbols.enable-external-lookup=false on all hosts (not just OSX)Jan Kratochvil2019-01-033-2/+11
* TestQueues: Move the synchronisation code into the binary itself.Adrian Prantl2019-01-032-43/+14
* Add file-based synching to places missed in r350247.Adrian Prantl2019-01-022-10/+15
* Add file-based synchronization to flaky testAdrian Prantl2019-01-022-3/+38
* [test] Remove flakiness decorator from TestObjCDynamicSBTypeJonas Devlieghere2018-12-301-2/+0
* Fix tests for python 3.7Pavel Labath2018-12-271-1/+2
* [lldbsuite] Skip flakey Windows testsStella Stamenova2018-12-216-4/+7
* "help finish" tells you it is an alias. "help fin" doesn't.Jim Ingham2018-12-211-0/+11
OpenPOWER on IntegriCloud