summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [test] Make sure PROMPT is a stringJonas Devlieghere2019-08-301-1/+1
* [lldb][NFC] More tests for invalid register command invocationsRaphael Isemann2019-08-301-0/+15
* [dotest] Finish removing -qPavel Labath2019-08-301-1/+1
* dotest: improvements to the pexpect testsPavel Labath2019-08-306-192/+56
* [test] Fix various module cache bugs and inconsistenciesJonas Devlieghere2019-08-295-21/+56
* [dotest] Remove deprecated loggin through env variables.Jonas Devlieghere2019-08-291-72/+0
* [dotest] Remove the curses result formatter.Jonas Devlieghere2019-08-292-10/+0
* [lldb][NFC] Try fixing TestCompletion.py on WindowsRaphael Isemann2019-08-291-2/+1
* [lldb][NFC] Also test operator new/new[]/delete/delete[]/comma/addr-ofRaphael Isemann2019-08-291-0/+18
* [python] remove testsuite vestiges.Davide Italiano2019-08-292-193/+0
* [dotest] Make dotest.py invocation repeatableJonas Devlieghere2019-08-282-29/+7
* [dotest] Remove --event-add-entriesJonas Devlieghere2019-08-282-25/+0
* [dotest] Remove --rerun-max-file-thresholdJonas Devlieghere2019-08-283-11/+0
* [dotest] Centralize and simplify session dir logic (NFC)Jonas Devlieghere2019-08-281-24/+11
* [test] Temporarily disable two tests on WindowsJonas Devlieghere2019-08-282-0/+2
* [dotest] Remove outdates TODOJonas Devlieghere2019-08-281-1/+0
* [dotest] Don't try to guess the lldb binary & python dir.Jonas Devlieghere2019-08-281-94/+17
* [dotest] Don't try to guess the llvm binary dir.Jonas Devlieghere2019-08-281-35/+0
* [dotest] Don't spend time replacing spaces in print output.Jonas Devlieghere2019-08-281-8/+0
* [TestCppOperators] Enable TestCppOperators on Windows.Jonas Devlieghere2019-08-281-2/+1
* [dotest] Remove -q (quiet) flag.Jonas Devlieghere2019-08-284-48/+28
* [lldb][NFC] Test named operators like new and function names that might confu...Raphael Isemann2019-08-281-0/+18
* [lldb][NFC] Actually run all expects in lang/cpp/operatorsRaphael Isemann2019-08-281-12/+6
OpenPOWER on IntegriCloud