summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* Mark arm/aarch64 specific xfails with expectedFailureLinux decoratorOmair Javaid2016-01-204-5/+8
* 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-193-11/+4
* Remove last XTIMEOUTs from android testsPavel Labath2016-01-192-6/+4
* Remove skipIfLinuxClang decoratorPavel Labath2016-01-181-18/+0
* Guard against application of an XFAIL decorator on a classPavel Labath2016-01-181-0/+2
* 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
* Small fixes to ensure TestLogging.py tests work with Python 3.5 as well as 2.7.Adrian McCarthy2016-01-151-3/+3
* Fix decoration of TestConcurrentEventsPavel Labath2016-01-151-1/+35
* Fix detection of teardown hooks that are already bound.Adrian McCarthy2016-01-141-1/+1
* 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-142-2/+2
* 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
* [LLDB][MIPS] Fix TestDisassembleRawData.pySagar Thakur2016-01-131-7/+17
* [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-114-3/+10
* Don't run dwo tests for windows targets.Zachary Turner2016-01-111-1/+2
* 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
* Mark TestChangeValueAPI as flaky on linux (pr25652)Pavel Labath2016-01-111-0/+1
* Skip TestEvents on linux completelyPavel Labath2016-01-111-1/+1
* Remove CRLF line endings from test_common.hPavel Labath2016-01-111-44/+44
* Centralize the handling of attach permissions on linux in testsPavel Labath2016-01-1110-134/+42
* Writing a test case for r257234 I found another place that wasJim Ingham2016-01-093-0/+70
* Fiddling with Pavel's fix for getting the breakpoint right when there's debug...Jim Ingham2016-01-091-2/+1
* 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
* XFAIL 2 more tests based on SWIG version.Zachary Turner2016-01-082-0/+4
* 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
* Fix TestBatchMode for gccPavel Labath2016-01-081-1/+2
* Another fix for TestBatchMode on linuxPavel Labath2016-01-081-0/+17
* Fix TestBatchMode on linuxPavel Labath2016-01-081-1/+2
* Fix a glitch in the Driver's batch mode when used with "attach". Jim Ingham2016-01-082-14/+116
* XFAIL TestMultithreaded on linuxPavel Labath2016-01-071-1/+1
* Remove some Windows->Android XTIMEOUTsPavel Labath2016-01-071-5/+0
* XFAIL TestEvents.test_add_listener_to_broadcasterPavel Labath2016-01-071-1/+1
* fixup lldbinline-style tests to clean up Makefiles and *.d filesTodd Fiala2016-01-061-4/+4
* Remove XTIMEOUT from TestMultithreaded on linuxPavel Labath2016-01-062-5/+2
* Fix a bug in lldbutil.expect_state_changesPavel Labath2016-01-061-10/+18
* XFAIL TestMiSymbol on linuxPavel Labath2016-01-061-0/+1
* Apply missed changes from svn r256863 "Add support for "source info" and use ...Dawn Perchik2016-01-062-5/+5
OpenPOWER on IntegriCloud