summaryrefslogtreecommitdiff
path: root/framework/status.py
AgeCommit message (Expand)AuthorFilesLines
2014-04-28framework: add support for a "timeout" statusThomas Wood1-4/+8
2014-04-08Add new constant to status with all statusesDylan Baker1-1/+6
2014-04-08framework: fix status order so that having dmesg is worse than notIlia Mirkin1-4/+4
2014-04-08framework: fix comparing NOTRUN/SKIP to other statusesIlia Mirkin1-17/+6
2014-03-21status: Make NOTRUN and SKIP a special classDylan Baker1-11/+46
2014-03-21Status: Skip and NotRun should not show up in fixes and regressionsDylan Baker1-12/+4
2014-03-14framework/status.py: Fix bug in Status.__eq__Dylan Baker1-1/+7
2014-03-14framework/status.py: Replace subclasses with constantsDylan Baker1-85/+67
2014-03-14framework/status.py: Update some docstringsDylan Baker1-4/+20
2014-01-28status.py: remove Status.split()Dylan Baker1-3/+0
2014-01-23Revert "framework: Add support for a test timeout"Dylan Baker1-9/+0
2013-12-30framework/status.py: Fix pep8 errorsDylan Baker1-7/+7
2013-11-20summary: fix regression and fixes summariesMarek Olšák1-29/+19
2013-11-14framework: Add support for a test timeoutDaniel Vetter1-13/+25
2013-10-31summary.py: Replace buildDictionary function with a much simpler methodDylan Baker1-1/+5
2013-10-31status.py: convert status object attributes from instance to classDylan Baker1-16/+35
2013-10-14status.py: Adds a new status class and subclassesDylan Baker1-0/+191