summaryrefslogtreecommitdiffstats
path: root/lldb/test/dosep.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-1435/+0
* Preparation for turning lldbsuite into a Python package.Zachary Turner2015-10-271-1/+1
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Python3 - Wrap more statements in calls to list()Zachary Turner2015-10-231-1/+1
* Python 3 porting - Wrap returns from map() in list()Zachary Turner2015-10-221-1/+1
* Use six to portably handle module renames in Python 2 and 3Zachary Turner2015-10-211-7/+10
* Convert print statements to print function calls.Zachary Turner2015-10-191-22/+24
* Switch threading mode for tests on Windows when there are lots of cores.Adrian McCarthy2015-10-121-4/+7
* test runner: switch to pure-Python timeout mechanismTodd Fiala2015-09-291-75/+109
* Remove XTIMEOUT from TestProcessAttach on linuxPavel Labath2015-09-281-1/+0
* Check existence of SIGHUP before using itYing Chen2015-09-231-2/+4
* Cleaned up results formatter options hand-off.Todd Fiala2015-09-231-35/+80
* test runner: remove print from prior commit; fixup listner socket backlogTodd Fiala2015-09-221-7/+6
* test framework: default to threading-based test runnersTodd Fiala2015-09-221-16/+57
* Test runner process group isolation take 2.Todd Fiala2015-09-221-1/+7
* Roll back r248282.Todd Fiala2015-09-221-2/+1
* test runner: Unix systems now put inferior dotest in its own process group.Todd Fiala2015-09-221-1/+2
* test framework: parallel test runner sends terminate to formatter before prin...Todd Fiala2015-09-221-0/+5
* Fixed up the curses test results formatter to:Greg Clayton2015-09-211-3/+1
* test framework: ignore sighupsTodd Fiala2015-09-211-0/+5
* Fix Linux bot.Chaoren Lin2015-09-191-1/+2
* Added a curses based way to see the test suite running. Works only where curs...Greg Clayton2015-09-191-17/+22
* test events: added optional value type to extra event key/val pairsTodd Fiala2015-09-181-2/+1
* test events: announce worker count in new initialize eventTodd Fiala2015-09-181-13/+9
* Adds parallel work queue index to test events, stdout/stderr results support.Todd Fiala2015-09-181-32/+71
* Remove XTIMEOUT from TestAttachDenied on linuxPavel Labath2015-09-171-1/+0
* Add JUnit/XUnit-formatted output to the lldb test run systemTodd Fiala2015-09-151-111/+407
* Remove XTIMEOUT from TestChangeProcessGroup on linuxPavel Labath2015-09-141-1/+0
* dotest.py ctrl-c support, addition of --test-runner-name option.Todd Fiala2015-09-081-44/+500
* Roll dosep.py parallel test runner into dotest.py command lineTodd Fiala2015-09-031-43/+32
* Fix deadlock while attaching to inferiorsPavel Labath2015-09-031-1/+0
* XTIMEOUT TestIntegerTypesExpr for Darwin.Chaoren Lin2015-08-201-0/+1
* XTIMEOUT TestChangeProcessGroup for Linux.Chaoren Lin2015-08-191-0/+1
* XTIMEOUT TestEvents and TestThreadStates for Windows to Android.Chaoren Lin2015-08-191-0/+6
* XTIMEOUT TestExitDuringStep for Darwin.Chaoren Lin2015-08-191-0/+1
* Update dosep to print unexpected successes at the end.Zachary Turner2015-08-141-15/+33
* Make dosep.py PEP8 compliant. NFC.Chaoren Lin2015-08-121-38/+71
* Refactor dosep to use list comprehension. NFC.Chaoren Lin2015-08-121-43/+31
* Don't print number of failures and percentage if no tests ran.Chaoren Lin2015-08-121-4/+10
* Make dosep output status by overwriting the same line.Chaoren Lin2015-08-121-32/+41
* Don't crash if the file we want to touch doesn't exist.Greg Clayton2015-08-111-2/+1
* Allow dosep.py to print dotest.py output on success.Zachary Turner2015-08-101-13/+41
* Flush stderr on dosep status update for Windows.Chaoren Lin2015-08-051-0/+1
* Xtimeout TestProcessAttach for Linux.Chaoren Lin2015-07-221-0/+1
* Enable timeout on WindowsYing Chen2015-07-201-7/+6
* Fix dosep.py on windows after r240946Pavel Labath2015-07-061-8/+8
* dosep.py: Add ability to set default test timout based on targetPavel Labath2015-06-291-2/+16
* Adding some more flakey tests to the XFAIL listVince Harron2015-06-221-0/+1
* Mark TestMultithreaded as XTIMEOUT on Linux.Oleksiy Vyalov2015-06-101-0/+1
* Update dosep to display dotest command invoked on failure.Chaoren Lin2015-06-071-5/+6
OpenPOWER on IntegriCloud