summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where type <formatter> list would ignore the -w argumentEnrico Granata2016-01-291-0/+4
* Fix a bug where LLDB would not print the name of the function that a scripted...Enrico Granata2016-01-296-0/+92
* Fix an issue where the type <formatter> list command would not accept a valid...Enrico Granata2016-01-281-0/+26
* Fix some python 3 incompatibilities that went in overnight.Zachary Turner2016-01-271-1/+3
* Refactor some of the xfail / skip decorators to share logic.Zachary Turner2016-01-273-3/+5
* Decorarte TestInferiorAssert xfails on AArch64 LinuxOmair Javaid2016-01-271-3/+3
* [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPSBhushan D. Attarde2016-01-273-0/+109
* Fix TestRerun.py on Windows.Zachary Turner2016-01-261-25/+6
* Fix TestSyntheticCapping for Python 3.Zachary Turner2016-01-261-19/+19
* fixed TestConsecutiveBreakpoints test on OS XTodd Fiala2016-01-233-6/+6
* More fixes related to counting threads on Windows.Zachary Turner2016-01-222-82/+31
* XFail a test from TestConditionalBreak.py on Windows.Adrian McCarthy2016-01-221-2/+3
* Fix TestImport.py to work with Python 3.5.Adrian McCarthy2016-01-211-2/+4
* Remove assumptions that thread 0 is always the main thread.Zachary Turner2016-01-215-98/+27
* Mark arm/aarch64 specific xfails with expectedFailureLinux decoratorOmair Javaid2016-01-202-2/+2
* Enable TestInlineStepping on linux i386Pavel Labath2016-01-201-2/+0
* Enable TestConcurrentEvents on i386 linuxPavel Labath2016-01-201-1/+0
* Fix for Bug 25338Ravitheja Addepally2016-01-192-9/+4
* Remove last XTIMEOUTs from android testsPavel Labath2016-01-191-0/+3
* On non-Windows platforms, asm int 3 generates an eStopReasonSignal.Zachary Turner2016-01-151-1/+2
* Fix TestDebugBreak.py.Zachary Turner2016-01-151-2/+3
* Fix decoration of TestConcurrentEventsPavel Labath2016-01-151-1/+35
* Resubmit the fixes for TestProcessLaunch.py.Zachary Turner2016-01-142-21/+26
* Update some XFAILs after the 3.8->3.9 version changeTamas Berghammer2016-01-141-1/+1
* XFAIL TestCommandScriptImmediateOutput on LinuxTamas Berghammer2016-01-141-0/+1
* Revert changes to TestProcessLaunch.py as they are breaking a build.Zachary Turner2016-01-132-32/+20
* Fix TestProcessLaunch for Python 3.Zachary Turner2016-01-132-20/+32
* Mark these tests on FreeBSD and Linux as non-flakey. We don't know that they areEnrico Granata2016-01-131-2/+0
* Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata2016-01-132-0/+45
* [TestThreadJump] Adjust match sub-string after recent change.Siva Chandra2016-01-121-2/+1
* Fix TestThreadJump on Windows.Zachary Turner2016-01-121-2/+1
* Fix for TestNoreturnUnwind.py on i386Ravitheja Addepally2016-01-121-1/+1
* Xfail some Arm-Linux specific failuresOmair Javaid2016-01-113-0/+6
* Replace accidental DOS (and mixed) line endings in a few text filesDimitry Andric2016-01-111-31/+31
* Fix TestMiniDump.py for Python 2/3 (and for a change to debug info)Adrian McCarthy2016-01-111-3/+3
* Centralize the handling of attach permissions on linux in testsPavel Labath2016-01-115-84/+5
* Fix TestDebugBreak.py failure with gcc, for loop declarations are not allowed...Ying Chen2016-01-081-2/+2
* Remove XFAIL from a few tests that have been fixed on Windows.Zachary Turner2016-01-083-3/+0
* Remove XFAIL from TestThreadStates on Windows.Zachary Turner2016-01-081-1/+0
* Treat an embedded int3/__debugbreak() as a breakpoint on Windows, includes a ...Adrian McCarthy2016-01-083-0/+85
* Add expectedFailureFreeBSD to an additional thread state test failing on FreeBSDEd Maste2015-12-221-0/+1
* Improve error handling for `frame select` command when there are too many arg...Adrian McCarthy2015-12-221-0/+1
* Add a test case that validates that my change in r255603 does the right thingEnrico Granata2015-12-183-0/+85
* Enable the 'type X list' formatters commands to list formatters in language c...Enrico Granata2015-12-151-1/+4
* Merge ENABLE_THREADS and ENABLE_STD_THREADS markersTamas Berghammer2015-12-158-12/+12
* [Test] Addresses failing test when path to make contains spacesKate Stone2015-12-141-2/+2
* Make debug info specification use categories system.Zachary Turner2015-12-141-1/+1
* [LLDB][MIPS] Mark TestConcurrentEvents.py expected failure, as MIPS atomic se...Mohit K. Bhakkad2015-12-141-0/+1
* Add some tests for stack and local variable inspection for mini dumps.Adrian McCarthy2015-12-113-9/+109
* Create test for llvm.org/pr25806Tamas Berghammer2015-12-1113-15/+100
OpenPOWER on IntegriCloud