summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Fix a crasher in StackFrame::GetValueForVariableExpressionPath()Greg Clayton2019-03-113-0/+123
* [lldb] [test] Mark a few tests flakey on NetBSDMichal Gorny2019-03-114-0/+6
* [lldb] [test] Make 2lwp_process_SIGSEGV test more portableMichal Gorny2019-03-104-5/+8
* [lldb] [test] Adjust XFAIL list to match buildbot resultsMichal Gorny2019-03-092-4/+0
* [lldb] [test] Skip broken NetBSD core testMichal Gorny2019-03-081-0/+1
* [lldb] [test] Do not check libc function names in NetBSD core testMichal Gorny2019-03-081-1/+1
* [lldb] [Process] Add proper support for NetBSD core files with threadsMichal Gorny2019-03-0811-0/+316
* Fix TestPaths.py on windowsAlex Langford2019-03-071-10/+2
* Fix core files for 32 bit architectures that are supported in ProcessELFCore.cppGreg Clayton2019-03-062-0/+29
* [ExpressionParser] Test GetClangResourceDirAlex Langford2019-03-061-0/+9
* [lldb] Disable some of TestJITLoaderGDB.py tests on WindowsYury Delendik2019-03-051-0/+2
* Adds property to force enabling of GDB JIT loader for MacOSYury Delendik2019-03-054-0/+112
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-0482-1/+123
* Remove XFAIL-Linux from two asan testsPavel Labath2019-02-272-6/+0
* When deserializing breakpoints some options may not be present.Jim Ingham2019-02-221-0/+6
* [lldb] [test] Do not link -ldl on NetBSDMichal Gorny2019-02-212-2/+3
* testsuite: Fix TestCompDirSymLink and TestSourceManager on Linux with symlink...Jan Kratochvil2019-02-211-0/+2
* [lldb] [test] Fix expected netbsd output for TestImageListMultiArchitectureMichal Gorny2019-02-201-1/+1
* Un-XFAIL TestLinuxCore for windowsPavel Labath2019-02-181-11/+0
* Fix TestLinuxCore for python3Pavel Labath2019-02-181-4/+4
* Fix TestDataFormatterLibcxxListLoop.py testRaphael Isemann2019-02-161-0/+8
* Fix the gdb-client test suite for python3Pavel Labath2019-02-151-12/+5
* [testsuite] Convert TestSingleQuote to lit.Davide Italiano2019-02-123-85/+0
* [gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenvAaron Smith2019-02-071-0/+1
* [lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument valuesKuba Mracek2019-02-071-0/+2
* [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
* [Python2 to Python 3] Fix print -> print().Davide Italiano2019-02-051-6/+6
* [Python] Python 2 and Python 3 disagree on `/`.Davide Italiano2019-01-311-1/+1
* Adjust documentation for git migration.James Y Knight2019-01-291-2/+0
* [testsuite] Remove unused seven module imports.Jonas Devlieghere2019-01-282-11/+0
* Remove NO_DEBUGINFO_TESTCASE from testcase.Adrian Prantl2019-01-241-5/+0
* Add decorator support for the DWARF version produced by the compilerAdrian Prantl2019-01-241-0/+1
* Skip test on clang <8 instead of 7Adrian Prantl2019-01-241-1/+1
* [Test] Fix up tests affected by the new LLVM header.Jonas Devlieghere2019-01-222-7/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19156-624/+468
* [lldbsuite] Skip two more flaky tests on WindowsStella Stamenova2019-01-141-0/+1
* [lldbsuite] Skip TestExitDuringStep on WindowsStella Stamenova2019-01-111-0/+1
* [lldbsuite] Skip flakey Windows testsStella Stamenova2018-12-215-4/+5
* [lldb] Add a "display-recognized-arguments" target setting to show recognized...Kuba Mracek2018-12-201-3/+18
* Disable a few tests on the green dragon sanitzier bot.Adrian Prantl2018-12-201-0/+2
* [lldbsuite] Un-xfail several tests in TestInferiorCrashing on WindowsStella Stamenova2018-12-201-21/+4
* [lldbsuite] Un-xfail TestMiniDump and TestThreadJumpStella Stamenova2018-12-202-2/+0
* Overload GetMemoryRegions for the ProcessMinidumpTatyana Krasnukha2018-12-201-0/+62
* [lldbsuite] Un-xfail TestDataFormatterSynthVal on WindowsStella Stamenova2018-12-201-3/+0
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)Stella Stamenova2018-12-2010-33/+1
* Show the memory region name if there is one in the output of the "memory regi...Greg Clayton2018-12-192-0/+30
* [lit] Use the new build.py script in the lldb-mi testsStella Stamenova2018-12-181-2/+0
* de-flake TestThreadStates.test_process_interruptPavel Labath2018-12-181-1/+5
OpenPOWER on IntegriCloud