summaryrefslogtreecommitdiff
path: root/test/test-unusable-main-loop.py
Commit message (Collapse)AuthorAgeFilesLines
* Use TAP syntax for all directly-run testsSimon McVittie2016-08-111-9/+16
| | | | | | | For now this means that skipped tests will be reported as passed. This will be corrected in the next commit. Signed-off-by: Simon McVittie <smcv@debian.org>
* Make all test scripts properly executableSimon McVittie2016-02-221-0/+0
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-2/+3
|
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, ↵Simon McVittie2007-09-271-0/+22
| | | | removing all references to the LGPL as a result
* Add regression test for main loop failure handling (a main loop that never ↵Simon McVittie2007-01-161-0/+17
works) Also run tests with DBUS_FATAL_WARNINGS and ulimit -c unlimited so they dump core at the slightest provocation.