summaryrefslogtreecommitdiff
path: root/framework/profile.py
AgeCommit message (Expand)AuthorFilesLines
2015-06-29framework: Catch trying to load a non-existant profileDylan Baker1-2/+9
2015-05-19profile: use generic piglit exceptionsDylan Baker1-21/+12
2015-05-04framework: write an incomplete status before running testsDylan Baker1-2/+3
2015-04-01profile.py: Don't allow accidental reassignments of TestDict keysDylan Baker1-12/+73
2015-03-26profile.py: pass options to the pre-run and post-run hooksThomas Wood1-4/+8
2015-03-16profile.py: Fix PEP 8 issues.Vinson Lee1-6/+8
2015-03-09profile.py: Support automatic naming of tests with string argumentsDylan Baker1-4/+13
2015-03-08framework: Try to fix the exclusions of llvmpipe test list.Jose Fonseca1-0/+4
2015-03-05profile.py: Add kwargs to TestProfile.group_managerDylan Baker1-2/+12
2015-03-05profile.py: Remove TestProfile.testsDylan Baker1-51/+2
2015-03-05profile.py: Add a context_manager to TestProfile for adding tests.Dylan Baker1-0/+56
2015-02-23profile.py: Lower all test keys before getting and setting.Dylan Baker1-12/+31
2015-02-23profile.py: Use a Tree structure for Profile.testsDylan Baker1-4/+38
2015-02-12profile.py: load_test_profile: return errorcode 2Dylan Baker1-2/+3
2014-12-24framework: Cleanup importsDylan Baker1-1/+1
2014-12-12profile.py: use grouptoolsDylan Baker1-1/+2
2014-11-03profile.py: If the test list is empty after being filtered exitDylan Baker1-0/+5
2014-10-14framework/test: refactor abstract Test and PiglitTestDylan Baker1-3/+2
2014-10-14framework: Move tests derived classes into a packageDylan Baker1-2/+2
2014-09-25framework: refactor the log moduleDylan Baker1-5/+5
2014-08-29python: Rename json_writer instances to backendDylan Baker1-4/+5
2014-08-29framework: Don't pass json_writer to Test.executeDylan Baker1-1/+2
2014-06-30profile: fix typo Test.Opts -> Test.OPTSDylan Baker1-1/+1
2014-06-23core.py: rename Environment to OptionsDylan Baker1-16/+16
2014-05-13framework: rename profile.loadTestProfile to profile.load_test_profileDylan Baker1-4/+4
2014-05-13profile.py: set __all__Dylan Baker1-0/+6
2014-05-13profile.py: stop exposing private methods of TestProfileDylan Baker1-8/+8
2014-05-13profile.py: Cleanup a few pylint warningsDylan Baker1-2/+3
2014-05-13profile.py: Update docstrings and commentsDylan Baker1-14/+65
2014-05-13profile.py: replace map() with generator expressionDylan Baker1-1/+1
2014-05-13profile: Remove unnecessary if statementDylan Baker1-1/+1
2014-05-13profile.py: use dict.iteritems() instead of dict.keys()Dylan Baker1-4/+4
2014-05-13profile.py: replace uses of keys, items and values with iteratorsDylan Baker1-1/+1
2014-05-13profile_tests.py: Add tests for loadTestProfileDylan Baker1-1/+1
2014-04-24profile: Fix mixed concurrency runsDylan Baker1-15/+15
2014-04-24tests/xts.py: Add a tests file for the X Test suite.Dylan Baker1-0/+1
2014-04-24python: Add results_dir to TestProfileDylan Baker1-0/+1
2014-04-24framework/core.py: Add pre_run and post_run hooks to TestProfileDylan Baker1-5/+26
2014-04-17exectest: Don't pass env to Test.run()Dylan Baker1-3/+4
2014-04-17framework: Split TestProfile and related out of coreDylan Baker1-0/+219