summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2016-11-10framework/profile: replace Testprofile.{dmesg,monitoring} with dictDylan Baker4-70/+34
2016-11-10framework/profile: Split try/except blockDylan Baker1-5/+8
2016-11-10framework/profile: Update docstringsDylan Baker1-53/+48
2016-11-10framework/profile: Update __all__Dylan Baker1-0/+2
2016-11-10framework/profile: Don't alter the TestProfile before runningDylan Baker3-81/+45
2016-11-10framework/profile: Factor out check_all closureDylan Baker1-11/+3
2016-11-10framework: Pull {include,exclude}_filter out of OptionsDylan Baker5-172/+79
2016-11-10framework: Remove exclude_tests from options.OPTIONSDylan Baker3-3/+4
2016-11-10framework/programs/run: import framework.profile as profileDylan Baker1-7/+7
2016-11-10framework/profile: Drop TestProfile.filter_testsDylan Baker1-13/+3
2016-11-10framework/programs/run: remove redundant list() around comprehensionDylan Baker1-1/+1
2016-11-10framework/profile: Don't merge profilesDylan Baker3-76/+58
2016-11-10framework/programs/run: Only allow --test-list if one profileDylan Baker1-0/+4
2016-11-10framework/profile: add a copy method to profileDylan Baker2-1/+17
2016-11-10framework/programs/run: Remove use of TestrunResultDylan Baker1-13/+6
2016-11-10framework: remove concurrent from OPTIONS, pass directly to profileDylan Baker3-9/+12
2016-11-10framework: Split the run method out of profile.Dylan Baker3-70/+71
2016-11-10framework/profile: Drop unneeded exceptDylan Baker1-7/+1
2016-11-10framework/profile: make run hooks publicDylan Baker1-20/+8
2016-11-10framework/result: TestrunResult.options should be a dictDylan Baker1-1/+1
2016-11-09framework/test/shader_test: Fix MultiShaderRunner handling of directoriesDylan Baker1-1/+15
2016-11-04framework/backends/json: Handle updating results without pid fieldDylan Baker1-1/+4
2016-10-26framework: fix loading JUnit resultsDylan Baker1-1/+5
2016-10-26framework: Properly load JSON into internal representationDylan Baker2-6/+19
2016-10-24framework/backends/json: Don't convert to TestrunResult while updatingDylan Baker2-47/+33
2016-10-24framework: Drop support for JSON formats < 7Dylan Baker1-256/+10
2016-10-24framework/backends/json: replace str() with six.text_type()Dylan Baker1-1/+1
2016-10-07framework: add boilerplate to turn off process isolationDylan Baker2-0/+24
2016-10-07framework: Plug in fast-skipping to MultiShaderTestDylan Baker2-13/+44
2016-10-07framework: Add class for running multiple shader_tests in a single processDylan Baker1-0/+70
2016-10-07framework: Add a Mixin class for running multiple tests in a single processDylan Baker2-7/+144
2016-10-07framework: Bump JSON on disk format to version 9Dylan Baker3-3/+19
2016-10-07framework: Split FastSkipMixin.Dylan Baker1-39/+143
2016-10-07framework: Split the file parsing code out of ShaderTestDylan Baker1-38/+68
2016-10-07framework/results: Lower subtest namesDylan Baker1-3/+3
2016-10-05framework: Fix verbose loggerDylan Baker1-0/+1
2016-10-05framework/log: Don't add tests to running list until they actually startDylan Baker1-2/+4
2016-10-05framework: If exiting a run, ensure that the status is readableDylan Baker1-13/+21
2016-09-16framework: Make driver_classifier convert to str (unicode)Dylan Baker1-2/+2
2016-09-16framework/driver_classifier: import errnoDylan Baker1-0/+1
2016-09-16all.py: Test any apitraces we find under tests/apitrace/traces.Eric Anholt1-0/+1
2016-09-16framework: Add a driver classifier based on the renderer string.Eric Anholt1-0/+121
2016-09-09framework: Add support for jsonstreamsDylan Baker1-34/+77
2016-09-01summary/csv: Fix elapsed time outputAdam Jackson1-1/+1
2016-08-31framework/backends/junit: Don't let skip hide status changesDylan Baker1-3/+3
2016-08-31framework: add command line switch to enable junit subtestsDylan Baker1-1/+7
2016-08-31framework/backends/junit.py: Add a writer class that handles subtestsDylan Baker1-32/+108
2016-08-31framework/backends/junit.py: Split _write into a separate class.Dylan Baker1-122/+150
2016-08-23framework: fix PIGLIT_NO_FAST_SKIP.Dylan Baker1-2/+4
2016-08-16framework: add commandline option for deqp-mustpassDylan Baker3-2/+13