summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/python_api/process
AgeCommit message (Expand)Author
2019-09-11Ah, only skip this for embedded darwin targets.Jason Molenda
2019-09-11Skip a test in TestProcessIO.py when running against ios devices.Jason Molenda
2019-09-04[dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath
2019-08-02[lldb][NFC] Remove unused imports in python testsRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-08Only throw -fPIC when building a shared libraryAaron Smith
2018-02-06Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl
2018-01-30Compile the LLDB tests out-of-tree.Adrian Prantl
2018-01-19Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl
2017-12-22Enable TestReadMemCString on non-darwin targetsPavel Labath
2017-12-22Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda
2017-09-25Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda
2017-09-25Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman
2017-09-22Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda
2017-09-21Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda
2017-09-21Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda
2017-08-02Fix ProcessAPITestCase.test_get_process_infoVadim Macagon
2017-08-01xfail test_get_process_info pending bot fixesSean Callanan
2017-08-01Expose process instance info via SB APIVadim Macagon
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-14Fix test cases for big-endian systemsUlrich Weigand
2016-03-14Extend XFlaky in TestProcessIO to linux as wellPavel Labath
2016-02-04Move the rest of the tests over to using the new decorator module.Zachary Turner
2016-02-04Mark TestProcessIO as flaky on androidPavel Labath
2016-02-02Mark TestProcessIO.test_stdin_redirection as flaky on androidPavel Labath
2016-02-01Fix misnamed variable in TestProcessAPI.pyZachary Turner
2016-01-25Fix some issues with bytes and strings in Python 3.Zachary Turner
2015-11-03Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner
2015-11-03Tighten up sys.path, and use absolute imports everywhere.Zachary Turner
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner