summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* Python 3 - Don't use `os.path.walk`, it's removed in Py3.Zachary Turner2015-11-051-4/+2
* Python 3 - Use universal_newlines=True in subprocess.Popen.Zachary Turner2015-11-051-0/+2
* Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata2015-11-058-5/+54
* Add go data formatters.Ryan Brown2015-11-052-0/+75
* Handle keyword args on our patched Popen methods.Zachary Turner2015-11-041-4/+4
* Fix test infrastructure when using xunit output.Todd Fiala2015-11-041-2/+2
* Python 3 - Use universal_newlines when calling subprocess.check_outputZachary Turner2015-11-041-1/+1
* Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata2015-11-041-1/+20
* Introduce seven.cmp_ and use it instead of cmpZachary Turner2015-11-031-1/+2
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-03392-413/+391
* Python 3 - Don't use `commands` module anymore.Zachary Turner2015-11-034-11/+11
* Fix flakyness in TestWatchLocationWithWatchSetPavel Labath2015-11-031-2/+4
* Skip TestBacktraceAll on android-armTamas Berghammer2015-11-031-1/+4
* Leave TestAttachResume as flakey on linuxPavel Labath2015-11-031-0/+1
* Fix race during process detachPavel Labath2015-11-031-1/+0
* Changes for Bug 25251Ravitheja Addepally2015-11-035-6/+223
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-03414-772/+815
* Fix usage of removed decorator in TestExpressionsPavel Labath2015-11-031-1/+1
* Revert "Make new dotest.py executable"Pavel Labath2015-11-021-0/+0
* Revert "Remove the __import__ hack of lldbtest_config."Pavel Labath2015-11-021-2/+5
* This test case does not actually depend on Cocoa; Foundation is good enoguhEnrico Granata2015-11-022-2/+2
* Move go expression tests to the new location.Ryan Brown2015-11-022-0/+134
* [dosep] Fix-up callers of process_dir, after it got its argument removedPavel Labath2015-11-021-2/+2
* Remove the __import__ hack of lldbtest_config.Zachary Turner2015-11-021-5/+2
* Make dosep correctly invoke the top-level script when forking outZachary Turner2015-11-022-6/+6
* Handle the options and parameters separator in every MI commandHafiz Abid Qadeer2015-11-021-0/+4
* Harden this test case to do the right thing in the face of compiler changesEnrico Granata2015-10-312-2/+8
* Mark another TestEvents test as flaky on linuxPavel Labath2015-10-301-0/+1
* Make new dotest.py executablePavel Labath2015-10-301-0/+0
* Some test cases that need the lldbExec path were failing because lldbExec was...Enrico Granata2015-10-301-1/+4
* Add a --offset option to memory read that allows one to specify, given a type...Enrico Granata2015-10-292-0/+10
* Give the test class it's own name (it was reusing the name from TestCompletio...Jim Ingham2015-10-291-1/+1
* Better handle the arguments common to all MI commands.Hafiz Abid Qadeer2015-10-291-1/+1
* Fix flakyness in TestChangeProcessGroupPavel Labath2015-10-291-3/+8
* Leave TestAttachResume as flakey on linuxPavel Labath2015-10-291-0/+1
* Skip this test is the test suite is running in a mode where it has no WindowS...Enrico Granata2015-10-281-6/+9
* Mark TestHelloWorld and TestInferiorAssert.py as XFAIL due llvm.org/pr25338.Oleksiy Vyalov2015-10-282-0/+6
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281491-0/+99979
* Fix line endings to be LF instead of CRLF.Zachary Turner2015-10-271-1/+1
* Preparation for turning lldbsuite into a Python package.Zachary Turner2015-10-271-0/+1
OpenPOWER on IntegriCloud