summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* The setUp/tearDown methods I added mssed up the test function; reorder.Jason Molenda2019-09-131-6/+7
* [lldb][NFC] Simplify makefiles also for breakpoint testsRaphael Isemann2019-09-1230-90/+30
* [DWARF] Evaluate DW_OP_entry_valueVedant Kumar2019-09-113-0/+181
* [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
* Remove `bugreport` commandJonas Devlieghere2019-09-051-1/+1
* [dotest] Delete trivial inline test makefilesPavel Labath2019-09-054-14/+0
* [test] Escape path to match the literal stringJonas Devlieghere2019-09-041-1/+1
* [lldb] Limit the amount of zeroes we use for padding when printing small floatsRaphael Isemann2019-09-043-0/+129
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-04189-546/+188
* [lldb] [test] Mark 'reenabled' tests XFAIL on NetBSDMichal Gorny2019-09-044-0/+4
* [lldb] Add description to option completions.Raphael Isemann2019-09-021-0/+24
* [lldb] Restructure test folders to match LLDB command hierarchyRaphael Isemann2019-09-01316-12945/+0
* [lldb][NFC] More tests for invalid register command invocationsRaphael Isemann2019-08-301-0/+15
* dotest: improvements to the pexpect testsPavel Labath2019-08-303-57/+0
* [lldb][NFC] Try fixing TestCompletion.py on WindowsRaphael Isemann2019-08-291-2/+1
* [test] Temporarily disable two tests on WindowsJonas Devlieghere2019-08-282-0/+2
* [lldb] Fix and test completion for ambiguous long optionsRaphael Isemann2019-08-281-0/+7
* [test] Disable TestConcurrentManySignals on Darwin.Jonas Devlieghere2019-08-281-0/+2
* [lldb][NFC] Add missing invalid_core_file to TestTargetCommand testRaphael Isemann2019-08-271-0/+1
* [lldb][NFC] Add some tests for the target subcommandsRaphael Isemann2019-08-271-1/+145
* [lldb][NFC] Give added test method a unique nameRaphael Isemann2019-08-271-2/+2
* [lldb] Allow partial completions to fix directory completion.Raphael Isemann2019-08-271-0/+7
* [test] Disable two of the recently (re)enabled tests on Windows.Jonas Devlieghere2019-08-271-0/+1
* [dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere2019-08-275-15/+0
* Skip tail call frame tests when dwarf_version < 4Vedant Kumar2019-08-238-8/+16
* [lldb][NFC] Add test for target stop-hook disable/enable/deleteRaphael Isemann2019-08-221-5/+28
* [lldb][NFC] Merge multiple TestApropos.pyRaphael Isemann2019-08-211-0/+10
* [lldb] Add tests for setting completions and enable 'settings remove' completionRaphael Isemann2019-08-211-0/+18
* [lldb][NFC] Add tests for register commandRaphael Isemann2019-08-211-0/+13
* [lldb][NFC] Add tests for invalid command invocationsRaphael Isemann2019-08-215-0/+77
* Update a few tests that may change the platform to save & restoreJason Molenda2019-08-213-4/+23
* [LLDB][Test] Remove `skipIfWindows` for conditional breakpoint test (NFC)Med Ismail Bennani2019-08-201-8/+0
* [lldb][NFC] Test quotes when completingRaphael Isemann2019-08-201-0/+26
* [lldb][NFC] Add a few more completion tests to increase test coverageRaphael Isemann2019-08-191-0/+23
* Stop-hooks weren't getting called on step-out. Fix that.Jim Ingham2019-08-153-0/+65
* [Formatters] Temporarily disable libc++ std::function formatter due to perfor...Shafik Yaghmour2019-08-021-0/+3
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-02250-513/+0
* Fix `skipIfSanitized` decorator on macOSJonas Devlieghere2019-08-011-2/+2
* Fix TestThreadSpecificBreakpoint on WindowsAdrian McCarthy2019-08-012-15/+14
* Fix completion for functions in anonymous namespacesJonas Devlieghere2019-07-312-0/+6
* Test load unloading of modules with libraries-svr4Antonio Afonso2019-07-291-0/+40
* [lldb] Increase testsuite packet-timeout 5secs -> 1minJan Kratochvil2019-07-291-0/+1
* [lldb] [test] Mark three new tests XFAIL on NetBSDMichal Gorny2019-07-292-0/+3
* [Tests] Split inferior crashing testsJonas Devlieghere2019-07-264-196/+359
* [lldb] [Process/NetBSD] Report stopped process on SIGSTOPMichal Gorny2019-07-252-2/+0
* LLGS: fix tracking execve on linuxPavel Labath2019-07-252-73/+13
* [lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford2019-07-2310-16/+31
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-193-0/+102
* [lldb] Make TestDeletedExecutable more reliableRaphael Isemann2019-07-112-5/+25
OpenPOWER on IntegriCloud