summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* [test] Fix comment.Dawn Perchik2015-11-121-1/+1
* Marked test_qRegisterInfo_returns_{one_valid_result,all_valid_results} XFAIL ...Todd Fiala2015-11-111-0/+2
* Bump up test timeout interval on Darwin from 4 to 6 minutes.Todd Fiala2015-11-111-0/+3
* Mark TestCompletion.py test_symbol_name_dwarf XFAIL on Darwin.Todd Fiala2015-11-111-0/+1
* Mark TestTerminal.py as XFAIL on OS X.Todd Fiala2015-11-111-0/+1
* Updated a relative path in Makefile.rules to reflect the new testsuite location.Sean Callanan2015-11-101-1/+1
* Updated lldb_pylint_helper to work with recent Python package changes.Todd Fiala2015-11-101-15/+27
* This test is now passing on DarwinEnrico Granata2015-11-101-1/+0
* Mark TestMiInterpreterExec.test_lldbmi_thread_continue as flaky on linuxPavel Labath2015-11-101-0/+1
* Avoid sending bare '*' and '}' in an lldb-server packetTim Northover2015-11-092-0/+32
* Add --curses shortcut for specifying the curses-based test results formatter.Todd Fiala2015-11-093-1/+13
* Fix up curses_results.py for new package specification requirement.Todd Fiala2015-11-091-1/+1
* Add SBType::IsAnonymousType() and relative plumbing in the debugger internalsEnrico Granata2015-11-072-0/+11
* Python 3 - Don't use unbuffered I/O in text mode.Zachary Turner2015-11-071-2/+2
* Make the language specifier to "break set" actually filter the names by their...Jim Ingham2015-11-065-0/+112
* Fixed another issue with wrong case in #import.Sean Callanan2015-11-061-1/+1
* Fix Linux tests after r252348.Chaoren Lin2015-11-061-0/+1
* Fixed a problem where a test case referred to aSean Callanan2015-11-061-1/+1
* Python 3 - Port use of string.maketrans and don't use sets.Set.Zachary Turner2015-11-062-4/+5
* Python 3 - Use the exec function, not the exec statement.Zachary Turner2015-11-062-2/+4
* Don't use module internal implementation details in our decorators.Zachary Turner2015-11-061-8/+4
* Make Windows always use multiprocessing-pool.Zachary Turner2015-11-061-5/+4
* Another import fix for OS X.Chaoren Lin2015-11-051-1/+1
* Fix OS X tests.Chaoren Lin2015-11-051-1/+1
* Python 3 - Turn on absolute imports, and fix existing imports.Zachary Turner2015-11-0517-53/+130
* Fix TestGoFormatters.py.Chaoren Lin2015-11-051-3/+2
* 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
OpenPOWER on IntegriCloud