summaryrefslogtreecommitdiffstats
path: root/lldb/test/driver/batch_mode/TestBatchMode.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-88/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-5/+4
* Mark TestBatchMode as flaky on linuxPavel Labath2015-10-141-0/+1
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-21/+2
* Skip TestBatchMode for remote platformsPavel Labath2015-09-141-0/+2
* Removed XFAIL marker from passing tests, rdars 18684124, 15367233Todd Fiala2015-09-141-2/+0
* Refactored lldb executable name discoveryVince Harron2015-05-181-2/+2
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* XFAIL pexpect tests on Windows.Zachary Turner2015-01-201-1/+5
* Add a test for the driver's "-k" option.Jim Ingham2014-11-211-1/+3
* Add a test for the -b (batch mode) option to the lldb driver.Jim Ingham2014-10-161-0/+99
OpenPOWER on IntegriCloud