summaryrefslogtreecommitdiff
path: root/framework/status.py
AgeCommit message (Expand)AuthorFilesLines
2015-09-22framework/status.py: Speed up status_lookupDylan Baker1-15/+15
2015-09-09framework/status.py: Add early return to status_lookupDylan Baker1-0/+5
2015-09-09framework/status.py: rename 'Not Run' to 'notrun'Dylan Baker1-1/+1
2015-09-09framework/status.py: Make StatusException a child of PiglitInternalErrorDylan Baker1-3/+9
2015-07-07framework/status.py: Add a __hash__ method to Status classDylan Baker1-0/+3
2015-06-26status.py: update docstring to reflect codeDylan Baker1-2/+3
2015-05-04framework: write an incomplete status before running testsDylan Baker1-1/+1
2015-05-04framework: add incomplete status.Dylan Baker1-10/+17
2014-12-24framework: Cleanup importsDylan Baker1-0/+2
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