summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* [lldb] [test] Mark frequently failing flaky tests skipped on NetBSDMichal Gorny2019-05-153-4/+4
* TestMinidumpNew.py: Use yaml2obj where possiblePavel Labath2019-05-1410-79/+147
* Change the disabling of packet logging to be in TearDownHook lambdas.Jason Molenda2019-05-104-12/+9
* Ted pointed out that some of test tests that are enabling packetJason Molenda2019-05-104-7/+17
* minidump: Don't eagerly resolve module paths read from the minidumpPavel Labath2019-05-102-1/+29
* Revert "Disable the step over skipping calls feature since buildbots are not ...Pavel Labath2019-05-101-1/+0
* Improve step over performance by not stopping at branches that are function c...Greg Clayton2019-05-091-4/+3
* [test] Remove randomnessJonas Devlieghere2019-05-051-8/+3
* [Alias] Add 're' alias for registerJonas Devlieghere2019-05-031-1/+2
* [test] Convert TestWatchpointSetErrorCases.py to litJonas Devlieghere2019-05-021-74/+0
* Un-xfail the TestMiniDump tests on WindowsStella Stamenova2019-04-301-2/+0
* [lldb] [test] Remove duplicate YMM/ZMM dotest testsMichal Gorny2019-04-294-354/+0
* TestZMMRegister: use an integer division as intendedFrederic Riss2019-04-261-2/+2
* [DataFormatters] Adjusting libc++ std::list formatter to act better with poin...Shafik Yaghmour2019-04-242-1/+6
* yamlify TestMiniDumpUUID binariesPavel Labath2019-04-2319-34/+183
* This test doesn't need to be run for all debug formats.Jim Ingham2019-04-191-0/+1
* Breakpad: Match the new UUID algorithm in minidumpsPavel Labath2019-04-162-0/+12
* [test] Convert CommandScriptImmediateOutput from pexpect to litJonas Devlieghere2019-04-112-120/+0
* Minidump: extend UUID byte-swapping to windows platformPavel Labath2019-04-111-6/+6
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-083-0/+125
* [Test] Remove no_debug_info_test decorator from Obj-C data formatters.Jonas Devlieghere2019-04-0511-11/+0
* [testsuite] Split Objective-C data formatterJonas Devlieghere2019-04-0514-530/+584
* Un-xfail one of the TestMiniDumpUUID tests on WindowsStella Stamenova2019-04-031-1/+0
* Attempt #2 to get this patch working. I will watch the build bots carefully t...Greg Clayton2019-04-035-0/+81
* Revert r357504, r357491, r357482 because of bot breakage.Adrian Prantl2019-04-025-86/+1
* Clean up windows build bot. Greg Clayton2019-04-021-0/+2
* Fix buildbot where paths were not matching up.Greg Clayton2019-04-021-1/+4
* Allow partial UUID matching in Minidump core file plug-inGreg Clayton2019-04-025-0/+80
* Fix flakyness in TestCommandScriptImmediateOutputPavel Labath2019-04-021-4/+6
* Fix llvm_unreachable in TestWriteMemoryPavel Labath2019-04-021-1/+1
* [Process] Fix WriteMemory return valueMed Ismail Bennani2019-04-011-0/+29
* [lldb] [Process/elf-core] Support aarch64 NetBSD core dumpsMichal Gorny2019-04-017-0/+15
* [Platform] Remove Kalimba PlatformJonas Devlieghere2019-03-271-2/+0
* Reapply minidump changes reverted in r356806Pavel Labath2019-03-258-0/+134
* Revert minidump changesJonas Devlieghere2019-03-228-134/+0
* Extend r356573 (minidump UUID handling) to cover elf build-ids tooPavel Labath2019-03-222-0/+13
* Fix UUID decoding from minidump filesGreg Clayton2019-03-207-0/+121
* Fix TestCommandScriptImmediateOutput for python3Pavel Labath2019-03-181-3/+3
* Fix a double-overrelease in the TestDataFormatterObjC test program.Adrian Prantl2019-03-141-4/+5
* [Python] Fix TestDataFormatterSmartArray to work across python versions.Davide Italiano2019-03-131-4/+4
* [lldbsuite] Un-xfail TestPyObjSynthProvider on WindowsStella Stamenova2019-03-131-1/+0
* [testsuite] Remove dead code in TestFormats.Davide Italiano2019-03-131-27/+0
* Re-enable this test, the underlying bug was fixed and the test now passes.Jim Ingham2019-03-121-1/+0
* Fix a crasher in StackFrame::GetValueForVariableExpressionPath()Greg Clayton2019-03-113-0/+123
* [lldb] [test] Mark a few tests flakey on NetBSDMichal Gorny2019-03-114-0/+6
* [lldb] [test] Make 2lwp_process_SIGSEGV test more portableMichal Gorny2019-03-104-5/+8
* [lldb] [test] Adjust XFAIL list to match buildbot resultsMichal Gorny2019-03-092-4/+0
* [lldb] [test] Skip broken NetBSD core testMichal Gorny2019-03-081-0/+1
* [lldb] [test] Do not check libc function names in NetBSD core testMichal Gorny2019-03-081-1/+1
* [lldb] [Process] Add proper support for NetBSD core files with threadsMichal Gorny2019-03-0811-0/+316
OpenPOWER on IntegriCloud