summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Adds property to force enabling of GDB JIT loader for MacOSYury Delendik2019-03-054-0/+112
* [lldbtest] Check against the correct name for libcxxabi (macOS).Davide Italiano2019-03-051-1/+1
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-04130-9/+194
* [lldb] [lldbtest] Fix getBuildFlags() not to use libstdc++ on NetBSDMichal Gorny2019-03-021-1/+2
* Pass arguments correctly to the objc object checker on arm64Jim Ingham2019-02-272-0/+30
* 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-213-2/+12
* testsuite: Fix TestCompDirSymLink and TestSourceManager on Linux with symlink...Jan Kratochvil2019-02-212-4/+12
OpenPOWER on IntegriCloud