summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-03Print category in logsHEADmasterVincent Penquerc'h1-2/+2
2012-04-03Rename step to checklist item in the DBus/Python parts tooSebastian Dröge5-33/+33
2012-04-03Ensure storage is closed on errorVincent Penquerc'h1-0/+6
2012-04-03Fail checklist items if any one call for that step failsVincent Penquerc'h1-1/+11
2012-04-03Create storage lastVincent Penquerc'h1-18/+19
2012-04-03Always allocate the loglevels hashtableSebastian Dröge1-1/+2
2012-04-03Add insanity_test_logv() which takes a va_list instead of varargsSebastian Dröge3-7/+36
2012-04-03Some cleanup and rename validate_step() to validate_checklist_item() for cons...Sebastian Dröge4-147/+151
2012-04-03Don't allow validating/invalidating a step multiple timesSebastian Dröge1-0/+1
2012-04-02Add log levels, log categories, and more log infoVincent Penquerc'h3-22/+129
2012-03-29Add all new functions to the documentationSebastian Dröge1-0/+28
2012-03-29Use int instead of int32 for the integer typed helper functionsSebastian Dröge2-12/+12
2012-03-29Add typed helper functions to set extra-infoSebastian Dröge2-0/+92
2012-03-29Add typed helper functions for getting argumentsSebastian Dröge2-0/+169
2012-03-29Re-indent everythingSebastian Dröge3-190/+273
2012-03-29Add some more typed helper functions for adding argumentsSebastian Dröge2-0/+66
2012-03-29Add checks for valid argument/extra-info typesSebastian Dröge1-1/+35
2012-03-28Add a insanity_test_add_string_argument helperVincent Penquerc'h2-0/+13
2012-03-28Only call stop if start succeededVincent Penquerc'h1-3/+5
2012-03-28Add iteration index to output filenames for standalone modeSebastian Dröge1-3/+14
2012-03-28Error out early if non-existing output filenames or arguments are requestedSebastian Dröge1-0/+2
2012-03-28Don't allow to add checklist items, arguments, etc twiceSebastian Dröge1-0/+6
2012-03-28Don't allow to get non-global output filenames before being setupSebastian Dröge1-0/+8
2012-03-21Fix compiler warningsSebastian Dröge3-55/+46
2012-03-21Set more compiler warning flagsSebastian Dröge4-3/+75
2012-03-20Make GLib warnings/criticals fatalSebastian Dröge1-0/+3
2012-03-20Some minor cleanupSebastian Dröge2-39/+36
2012-03-20Use the key as the output file filename in standalone modeSebastian Dröge1-15/+2
2012-03-19Make arguments specifications be delimited by a semicolon, not a commaVincent Penquerc'h1-4/+7
2012-03-19Allow multiple arguments to take their values from a comma delimited listVincent Penquerc'h1-2/+7
2012-03-19Document the use of multiple argumentsVincent Penquerc'h1-0/+2
2012-03-19Add --output-directory and --keep-unnamed-output-files optionsVincent Penquerc'h1-7/+19
2012-03-19Name temporary directory with 'insanity' in the nameVincent Penquerc'h1-1/+1
2012-03-16Put monitors back into shape, and allow gdb/valgrind from insanity-runVincent Penquerc'h5-47/+62
2012-03-16Make clear that rmdir may fail, and that's fineVincent Penquerc'h1-0/+1
2012-03-16Add a timeout to test metadata gatheringVincent Penquerc'h1-9/+25
2012-03-16Add a timeout to external generatorsVincent Penquerc'h1-3/+17
2012-03-16Fix intermittent D-Bus error caused by simultaneous accessVincent Penquerc'h1-11/+39
2012-03-09Add a verbose argument, and insanity_test_printfVincent Penquerc'h2-0/+45
2012-03-09Remove debug traceVincent Penquerc'h1-2/+0
2012-03-08Implicitely ping when adding exgtra data or (in)validating a checklist itemVincent Penquerc'h1-0/+4
2012-03-06Arguments full description now defaults to short descriptionVincent Penquerc'h1-1/+1
2012-03-06Fix checklist not being written properly to the DBVincent Penquerc'h1-0/+2
2012-03-06Fix test type lookup for web based viewerVincent Penquerc'h1-1/+1
2012-03-06Typo fixVincent Penquerc'h1-1/+1
2012-03-06Ensure no division by zero if no iterations were madeVincent Penquerc'h1-0/+2
2012-03-06Fix testrunner if not a single test iteration happenedSebastian Dröge1-0/+2
2012-03-06Fix race condition between thread startup and fast done() and the waiting for...Sebastian Dröge1-9/+24
2012-03-05Black magic.Vincent Penquerc'h1-1/+6
2012-03-05Add a 'global' flag to output filesVincent Penquerc'h5-15/+85