summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Set correct ThreadStopInfo in case of trace eventAbhishek Aggarwal2016-02-012-4/+0
* Fix this test for the the switch in default for IgnoreBreakpoints in SBFrame....Jim Ingham2016-01-291-1/+6
* Fix crash in lldb-mi when stack variable name is nullptr. This always happens...Eugene Leviant2016-01-292-0/+28
* 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
* Revert "Resubmit r258759 with proper unicode handling."Zachary Turner2016-01-272-2/+3
* Resubmit r258759 with proper unicode handling.Zachary Turner2016-01-272-3/+2
* Fix some python 3 incompatibilities that went in overnight.Zachary Turner2016-01-272-2/+4
* Refactor some of the xfail / skip decorators to share logic.Zachary Turner2016-01-274-74/+122
* Don't automtically try to import pexpect in lldbpexpect.Zachary Turner2016-01-271-45/+51
* XFail TestCPPAuto on Windows until we can find the root problem.Adrian McCarthy2016-01-271-0/+1
* Decorarte TestInferiorAssert xfails on AArch64 LinuxOmair Javaid2016-01-271-3/+3
* [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPSBhushan D. Attarde2016-01-274-4/+120
* Reverting r258759 as it is breaking the OSX buildEnrico Granata2016-01-262-1/+2
* Fix TestRerun.py on Windows.Zachary Turner2016-01-261-25/+6
* Fix the lldbinline tests so they make well-formed Makefiles.Sean Callanan2016-01-261-1/+1
* Remove XFAIL Windows from a test that was fixed by r258758.Zachary Turner2016-01-261-1/+0
* Write the session log file in UTF-8.Zachary Turner2016-01-262-2/+1
* Fix TestSyntheticCapping for Python 3.Zachary Turner2016-01-261-19/+19
* Fix some issues with bytes and strings in Python 3.Zachary Turner2016-01-252-10/+6
* Fix TestSourceManager.py on Windows.Adrian McCarthy2016-01-251-7/+6
* [LLDB][MIPS] Fix TestPrintStackTraces.pySagar Thakur2016-01-251-0/+4
* [LLDB][MIPS] Fix TestExprsChar.pySagar Thakur2016-01-251-0/+1
* Skipped IncompleteModulesTestCase on OS XTodd Fiala2016-01-231-2/+1
* fixed TestConsecutiveBreakpoints test on OS XTodd Fiala2016-01-233-6/+6
* Fix missing function argument passthrough.Zachary Turner2016-01-231-1/+1
* Decode files with UTF-8 in lldbutil.line_number.Zachary Turner2016-01-221-1/+2
* Un xfail TestSettings.test_run_args_and_env_vars_with_dwarfZachary Turner2016-01-221-1/+0
* More fixes related to counting threads on Windows.Zachary Turner2016-01-223-86/+41
* XFail a test from TestConditionalBreak.py on Windows.Adrian McCarthy2016-01-221-2/+3
* XFail TestNamespaceLookup tests on Windows.Adrian McCarthy2016-01-221-1/+5
* fixed test suite crash when --platform-name doesn't start with 'remote-'Todd Fiala2016-01-221-9/+7
* Revert "Enable test log collection from remote debug servers"Pavel Labath2016-01-221-18/+6
* Fix TestImport.py to work with Python 3.5.Adrian McCarthy2016-01-211-2/+4
* NFC. Corrects name of test class and a comment.Adrian McCarthy2016-01-211-2/+2
* Remove assumptions that thread 0 is always the main thread.Zachary Turner2016-01-2118-147/+72
* Enable test log collection from remote debug serversPavel Labath2016-01-211-6/+18
* 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
OpenPOWER on IntegriCloud