summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb] Readd missing functionalities/breakpoint testsRaphael Isemann2019-09-10108-0/+5369
* Fix ELF core file memory reading for PT_LOAD program headers with no p_fileszGreg Clayton2019-09-091-0/+11
* [Windows] Add support of watchpoints to `ProcessWindows`Aleksandr Urakov2019-09-0620-91/+0
* Remove `bugreport` commandJonas Devlieghere2019-09-051-1/+1
* [lldb][NFC] Add dimensions to pexpect tests failing on sanitizer botRaphael Isemann2019-09-052-2/+2
* [lldb][NFC] Stabilize gui/basic test by waiting on promptRaphael Isemann2019-09-051-0/+1
* [dotest] Remove top-level MakefilePavel Labath2019-09-051-32/+0
* [dotest] Centralize initialization commands even morePavel Labath2019-09-054-28/+21
* [dotest] Delete trivial inline test makefilesPavel Labath2019-09-0530-77/+0
* [test] Escape path to match the literal stringJonas Devlieghere2019-09-041-1/+1
* Revert "[test] Address TestConcurrentMany*.py flakiness on macOS"Jonas Devlieghere2019-09-041-9/+16
* [Python] Implement __next__ for value_iterJonas Devlieghere2019-09-041-0/+7
* [Python] Implement truth testing for lldb.valueJonas Devlieghere2019-09-041-0/+4
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-048-2/+78
* Workaround TestConcurrentMany* flakiness in a more pricipled wayFrederic Riss2019-09-041-1/+0
* [lldb] Limit the amount of zeroes we use for padding when printing small floatsRaphael Isemann2019-09-043-0/+129
* Port TestBatchMode to PExpectTest classPavel Labath2019-09-042-91/+56
* [lldb][NFC] Add a simple test for thread_local storage.Raphael Isemann2019-09-043-0/+25
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-04557-1581/+552
* [lldb] [test] Mark 'reenabled' tests XFAIL on NetBSDMichal Gorny2019-09-045-0/+5
* [lldb] [test] Un-mark two commands/register tests XFAILMichal Gorny2019-09-041-2/+0
* [lldb][NFC] Remove lldbcurses.pyRaphael Isemann2019-09-031-1306/+0
* [test] Addres TestConcurrentMany*.py flakiness on macOSJonas Devlieghere2019-09-031-16/+11
* [test] Remove print statements and verify that the symbol existsJonas Devlieghere2019-09-031-10/+1
* [lldb][NFC] Disable added frame select and all log option test on windowsRaphael Isemann2019-09-032-0/+2
* [lldb] Test 'frame select -r' and fix that INT32_MIN breaks the option parserRaphael Isemann2019-09-033-0/+56
* [lldb][NFC] Test 'command delete'Raphael Isemann2019-09-031-0/+17
* [lldb][NFC] Test that enabling all log options doesn't crash anythingRaphael Isemann2019-09-031-0/+11
* [lldb][NFC] Remove unnecessary constructors from invalid-args testsRaphael Isemann2019-09-033-9/+0
* [lldb][NFC] Simplify script_alias testRaphael Isemann2019-09-031-4/+1
* [lldb][NFC] Also test unaliasing in nested_alias testRaphael Isemann2019-09-031-0/+9
* [lldb] Test 'command' commands and fix the found crashesRaphael Isemann2019-09-031-0/+58
* [lldb][NFC] Unify log files in commands/log/basicRaphael Isemann2019-09-031-9/+7
* [lldb][NFC] Remove setup boilerplate from types/ testsRaphael Isemann2019-09-037-52/+1
* [dotest] Add @skipIfCursesSupportMissing and annotate the new gui testPavel Labath2019-09-023-8/+12
* [lldb][NFC] Add test for invalid gui commandRaphael Isemann2019-09-021-0/+15
* [lldb][NFC] Remove unused imports from TestIntegerTypesExpr.pyRaphael Isemann2019-09-021-7/+0
* [lldb][NFC] Remove unused imports from TestIntegerTypes.pyRaphael Isemann2019-09-021-6/+0
* [lldb][NFC] Add test for source infoRaphael Isemann2019-09-024-0/+26
* [lldb] Add description to option completions.Raphael Isemann2019-09-021-0/+24
* [lldb][NFC] Add basic test for GUI commandRaphael Isemann2019-09-023-0/+65
* [lldb][NFC] Remove unnecessary lldb_enable_attach in TestMultilineCompletionRaphael Isemann2019-09-021-1/+0
* [lldb] Test and fix invalid log command invocationsRaphael Isemann2019-09-011-0/+25
* [lldb][NFC] Add test for invalid expression command argsRaphael Isemann2019-09-011-0/+48
* [lldb][NFC] Fix failing tests on macOS after restructuring test folderRaphael Isemann2019-09-0127-28/+28
* [lldb][NFC] Fix failing tests after restructuring test folderRaphael Isemann2019-09-0186-89/+89
* [lldb] Restructure test folders to match LLDB command hierarchyRaphael Isemann2019-09-01584-4865/+0
* [lldb][NFC] Remove unused prompt variable in TestMultilineCompletion.pyRaphael Isemann2019-08-311-2/+0
* [test] Make sys.stdout compatible with both Python 2 & 3Jonas Devlieghere2019-08-301-1/+2
* [test] Fix 'argument must be str, not bytes' for Python 3.Jonas Devlieghere2019-08-301-2/+2
OpenPOWER on IntegriCloud