summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-131-1/+0
* TestBatchMode.py: add missing @skipIfRemoteFred Riss2019-11-051-0/+1
* Don't stop execution in batch mode when process stops with SIGINT or SIGSTOPTatyana Krasnukha2019-09-261-0/+29
* [dotest] Centralize initialization commands even morePavel Labath2019-09-051-6/+0
* Port TestBatchMode to PExpectTest classPavel Labath2019-09-041-90/+53
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-021-2/+0
* [TestBatchMode] We already log this output to a file.Davide Italiano2019-03-131-12/+0
* Fix the broken Batch test by passing a custom module cache to the inferior lldb.Adrian Prantl2019-03-121-4/+7
* Revert "Temporarily add more logging to TestBatchMode"Adrian Prantl2019-03-121-6/+0
* Temporarily add more logging to TestBatchModeAdrian Prantl2019-03-121-0/+6
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-041-0/+1
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-191-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-44/+62
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-081-3/+3
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-041-0/+2
* Fiddling with Pavel's fix for getting the breakpoint right when there's debug...Jim Ingham2016-01-091-2/+1
* Fix TestBatchMode on linuxPavel Labath2016-01-081-1/+2
* Fix a glitch in the Driver's batch mode when used with "attach". Jim Ingham2016-01-081-13/+92
* Add expectedFlakeyFreeBSD to TestBatchMode failing on buildbotEd Maste2015-11-241-0/+1
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-031-1/+1
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-031-1/+1
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-0/+88
OpenPOWER on IntegriCloud