summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[lldb-mi] Move TestMIPrompt away from pexpect()."Davide Italiano2019-02-211-0/+58
* [lldb-mi] Move TestMIPrompt away from pexpect().Davide Italiano2019-02-201-58/+0
* [lldb-mi] Remove a test that uses pexpect().Davide Italiano2019-02-201-82/+0
* [lldb] [test] Fix expected netbsd output for TestImageListMultiArchitectureMichal Gorny2019-02-201-1/+1
* Move -fcxx-modules to MANDATORY_MODULE_BUILD_CFLAGS (NFC)Adrian Prantl2019-02-201-3/+4
* [lldbtest] Remove some accidentally commented out code.Davide Italiano2019-02-201-2/+0
* [testsuite] Fix TestUnicodeString to work with Py2 and Py3.Davide Italiano2019-02-201-2/+2
* Fix vscode tests for python3Pavel Labath2019-02-191-2/+2
* [lldbtest] Fix some code to be compatible between py2 and py3.Davide Italiano2019-02-181-18/+4
* [Python3] Fix TestObjCMethods.py to work with py2 and 3.Davide Italiano2019-02-181-1/+1
* Un-XFAIL TestLinuxCore for windowsPavel Labath2019-02-181-11/+0
* Fix TestLinuxCore for python3Pavel Labath2019-02-181-4/+4
* [testsuite] Skip this test correctly also on macOS.Davide Italiano2019-02-161-3/+2
* Fix TestDataFormatterLibcxxListLoop.py testRaphael Isemann2019-02-161-0/+8
* Temporarily disable test:Richard Smith2019-02-161-1/+4
* Fix the gdb-client test suite for python3Pavel Labath2019-02-151-12/+5
* Fix lldb-server test suite for python3Pavel Labath2019-02-155-16/+20
* Embed swig version into lldb.py in a different wayPavel Labath2019-02-151-0/+28
* Add explicit language specifier to test.Adrian Prantl2019-02-141-1/+1
* [dotest] Fix compiler version number comparisonFrederic Riss2019-02-141-4/+5
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-136-0/+53
* 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
OpenPOWER on IntegriCloud