summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Use list comprehension instead of map/filter to prepare Python2/3 compatSerge Guelton2019-03-211-2/+1
* Fix UUID decoding from minidump filesGreg Clayton2019-03-207-0/+121
* Improve error handling for Clang module imports.Adrian Prantl2019-03-195-8/+22
* Skip TestVSCode_setFunctionBreakpoints on linuxPavel Labath2019-03-181-0/+1
* Fix TestCommandScriptImmediateOutput for python3Pavel Labath2019-03-181-3/+3
* Implement a better way of not passing the sanitizer environment on to tests.Adrian Prantl2019-03-151-3/+2
* Fix a double-overrelease in the TestDataFormatterObjC test program.Adrian Prantl2019-03-141-4/+5
* Make sure that a sanitizer LLDB's environment doesn't get passed onAdrian Prantl2019-03-141-0/+5
* [Python] Fix TestDataFormatterSmartArray to work across python versions.Davide Italiano2019-03-131-4/+4
* [lldbsuite] Un-xfail TestPyObjSynthProvider on WindowsStella Stamenova2019-03-131-1/+0
* [TestBatchMode] We already log this output to a file.Davide Italiano2019-03-131-12/+0
* [testsuite] Remove other traces broken in python 3.Davide Italiano2019-03-131-31/+0
* [testsuite] Remove dead code in TestFormats.Davide Italiano2019-03-131-27/+0
* [test] Some unicode sequences can't be printed, and Py 3 is more picky.Davide Italiano2019-03-131-4/+0
* [Python] Fix another batch of python 2/python 3 portability issues.Davide Italiano2019-03-133-5/+19
* Fix the broken Batch test by passing a custom module cache to the inferior lldb.Adrian Prantl2019-03-121-4/+7
* Revert "Temporarily add more logging to TestBatchMode"Adrian Prantl2019-03-121-6/+0
* Temporarily add more logging to TestBatchModeAdrian Prantl2019-03-121-0/+6
* [lldb-mi] Make this test more reliable. NFC.Davide Italiano2019-03-121-0/+6
* Re-enable this test, the underlying bug was fixed and the test now passes.Jim Ingham2019-03-121-1/+0
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-1216-2/+241
* Correctly look up declarations in inline namespacesRaphael Isemann2019-03-123-0/+41
* Fix a crasher in StackFrame::GetValueForVariableExpressionPath()Greg Clayton2019-03-113-0/+123
* Makefile.rules: Upstream SDKROOT handling code for Darwin.Adrian Prantl2019-03-111-0/+18
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-112-2/+2
* [lldb] [test] Mark more tests flakey on NetBSDMichal Gorny2019-03-112-0/+2
* [lldb] [test] Mark a few tests flakey on NetBSDMichal Gorny2019-03-117-0/+9
* [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-093-4/+2
* Actually implement the TestQueues.py workaroundFrederic Riss2019-03-091-5/+4
* Try to workaround the TestQueues.py flakynessFrederic Riss2019-03-091-0/+5
* [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
* Add more logging to TestQueues.pyFrederic Riss2019-03-081-2/+4
* Add ASAN llvm build directory variants toJason Molenda2019-03-081-0/+3
* Fix TestPaths.py on windowsAlex Langford2019-03-071-10/+2
* Add logging to TestQueues.pyFrederic Riss2019-03-071-0/+20
* Fix TestAppleSimulatorOSType.py with Xcode 10.2Frederic Riss2019-03-071-1/+3
* [testsuite] Recommit the TestTerminal directory.Davide Italiano2019-03-071-0/+111
* [testsuite] Spring cleaning: this tests `stty`, not `lldb`.Davide Italiano2019-03-071-111/+0
* Relax testcase.Adrian Prantl2019-03-071-1/+1
* Remove redundant second os.path.join call [NFC]Raphael Isemann2019-03-061-2/+1
* Fix core files for 32 bit architectures that are supported in ProcessELFCore.cppGreg Clayton2019-03-062-0/+29
* Adding test to cover the correct import of SourceLocation pertaining to a bui...Shafik Yaghmour2019-03-063-0/+39
* [lldb] [test] Pass appropriate -L&-Wl,-rpath for libc++ on NetBSDMichal Gorny2019-03-061-0/+5
* [ExpressionParser] Test GetClangResourceDirAlex Langford2019-03-061-0/+9
* [lldbsuite, windows] Skip the TestEvents tests on WindowsStella Stamenova2019-03-051-0/+3
* Revert "[lldbtest] Check against the correct name for libcxxabi (macOS)."Davide Italiano2019-03-051-1/+1
* [lldb] Disable some of TestJITLoaderGDB.py tests on WindowsYury Delendik2019-03-051-0/+2
OpenPOWER on IntegriCloud