aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/functionalities
AgeCommit message (Expand)AuthorFilesLines
2019-08-28[lldb] Fix and test completion for ambiguous long optionsRaphael Isemann1-0/+7
2019-08-28[test] Disable TestConcurrentManySignals on Darwin.Jonas Devlieghere1-0/+2
2019-08-27[lldb][NFC] Add missing invalid_core_file to TestTargetCommand testRaphael Isemann1-0/+1
2019-08-27[lldb][NFC] Add some tests for the target subcommandsRaphael Isemann1-1/+145
2019-08-27[lldb][NFC] Give added test method a unique nameRaphael Isemann1-2/+2
2019-08-27[lldb] Allow partial completions to fix directory completion.Raphael Isemann1-0/+7
2019-08-27[test] Disable two of the recently (re)enabled tests on Windows.Jonas Devlieghere1-0/+1
2019-08-27[dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere5-15/+0
2019-08-23Skip tail call frame tests when dwarf_version < 4Vedant Kumar8-8/+16
2019-08-22[lldb][NFC] Add test for target stop-hook disable/enable/deleteRaphael Isemann1-5/+28
2019-08-21[lldb][NFC] Merge multiple TestApropos.pyRaphael Isemann1-0/+10
2019-08-21[lldb] Add tests for setting completions and enable 'settings remove' completionRaphael Isemann1-0/+18
2019-08-21[lldb][NFC] Add tests for register commandRaphael Isemann1-0/+13
2019-08-21[lldb][NFC] Add tests for invalid command invocationsRaphael Isemann5-0/+77
2019-08-21Update a few tests that may change the platform to save & restoreJason Molenda3-4/+23
2019-08-20[LLDB][Test] Remove `skipIfWindows` for conditional breakpoint test (NFC)Med Ismail Bennani1-8/+0
2019-08-20[lldb][NFC] Test quotes when completingRaphael Isemann1-0/+26
2019-08-19[lldb][NFC] Add a few more completion tests to increase test coverageRaphael Isemann1-0/+23
2019-08-15Stop-hooks weren't getting called on step-out. Fix that.Jim Ingham3-0/+65
2019-08-02[Formatters] Temporarily disable libc++ std::function formatter due to perfor...Shafik Yaghmour1-0/+3
2019-08-02[lldb][NFC] Remove unused imports in python testsRaphael Isemann250-513/+0
2019-08-01Fix `skipIfSanitized` decorator on macOSJonas Devlieghere1-2/+2
2019-08-01Fix TestThreadSpecificBreakpoint on WindowsAdrian McCarthy2-15/+14
2019-07-31Fix completion for functions in anonymous namespacesJonas Devlieghere2-0/+6
2019-07-29Test load unloading of modules with libraries-svr4Antonio Afonso1-0/+40
2019-07-29[lldb] Increase testsuite packet-timeout 5secs -> 1minJan Kratochvil1-0/+1
2019-07-29[lldb] [test] Mark three new tests XFAIL on NetBSDMichal Gorny2-0/+3
2019-07-26[Tests] Split inferior crashing testsJonas Devlieghere4-196/+359
2019-07-25[lldb] [Process/NetBSD] Report stopped process on SIGSTOPMichal Gorny2-2/+0
2019-07-25LLGS: fix tracking execve on linuxPavel Labath2-73/+13
2019-07-23[lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford10-16/+31
2019-07-19Support Linux signal return trampolines in frame initializationJoseph Tremoulet3-0/+102
2019-07-11[lldb] Make TestDeletedExecutable more reliableRaphael Isemann2-5/+25
2019-07-09[lldb-suite] Skip TestMachCore on WindowsStella Stamenova1-1/+4
2019-07-08[lldb] [test] Update NetBSD XFAILs in test suiteMichal Gorny6-0/+8
2019-07-01[lldb] [lldbsuite] Use a unique class name for TestBacktraceAllStella Stamenova1-1/+1
2019-07-01[lldb] [Process/NetBSD] Use global enable bits for watchpointsMichal Gorny12-20/+0
2019-07-01@skipIfXmlSupportMissing TestRecognizeBreakpointPavel Labath1-0/+1
2019-06-29Replace tabs with spaces.Adrian Prantl1-2/+2
2019-06-28Make sure the thread list is updated before you set the stop reasonJim Ingham3-0/+206
2019-06-26Support nested target.xml register definition files, lack of reg group markers.Jason Molenda1-0/+238
2019-06-12Skip failing test on older versions of clang.Adrian Prantl1-0/+1
2019-06-04[ABI] Fix SystemV ABI to handle nested aggregate type returned in registerAlex Langford3-5/+236
2019-05-15[lldb] [test] Mark frequently failing flaky tests skipped on NetBSDMichal Gorny3-4/+4
2019-05-14TestMinidumpNew.py: Use yaml2obj where possiblePavel Labath10-79/+147
2019-05-10Change the disabling of packet logging to be in TearDownHook lambdas.Jason Molenda4-12/+9
2019-05-10Ted pointed out that some of test tests that are enabling packetJason Molenda4-7/+17
2019-05-10minidump: Don't eagerly resolve module paths read from the minidumpPavel Labath2-1/+29
2019-05-10Revert "Disable the step over skipping calls feature since buildbots are not ...Pavel Labath1-1/+0
2019-05-09Improve step over performance by not stopping at branches that are function c...Greg Clayton1-4/+3