summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2014-05-19summary.py: Treat subtests as groups, againDylan Baker1-16/+70
2014-05-19summary_tests.py: Add tests for subtest handlingDylan Baker1-1/+76
2014-05-13framework: rename profile.loadTestProfile to profile.load_test_profileDylan Baker2-8/+8
2014-05-13profile.py: set __all__Dylan Baker1-0/+6
2014-05-13profile.py: stop exposing private methods of TestProfileDylan Baker2-15/+15
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 the TestProfile classDylan Baker1-0/+218
2014-05-13profile_tests.py: Add tests for loadTestProfileDylan Baker2-1/+20
2014-05-12integration_tests.py: Add oglconform supportDylan Baker1-0/+11
2014-05-12integration_tests.py: Add es3conform supportDylan Baker1-0/+11
2014-05-12integration_tests.py: Add igt supportDylan Baker1-0/+11
2014-05-12integration_tests.py: Add basic tests for external test suite integrationDylan Baker1-0/+55
2014-05-12dmesg_tests.py: Remove stupid timing testsDylan Baker1-32/+1
2014-05-09piglit-run: Fix default search directory for piglit.conf v2Tom Stellard1-2/+2
2014-05-07framework/dmesg.py: add a filtering mechanismThomas Wood2-3/+48
2014-05-06framework: move executable functions to modulesDylan Baker3-0/+485
2014-04-29framework: use formatted time values in the HTML reportThomas Wood1-1/+10
2014-04-28framework: add support for a "timeout" statusThomas Wood5-9/+20
2014-04-24framework/core.py: Remove unused imports and fix __all__Dylan Baker1-8/+4
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-24Allow setting a cwd to execute tests from.Eric Anholt1-0/+2
2014-04-23gtest: Use correct fuction signature for interpret_resultTom Stellard1-4/+5
2014-04-23framework: Dump the result of 'uname -a' in the reportDamien Lespiau2-0/+4
2014-04-21framework: fix potential bug in function signaturesDylan Baker1-4/+5
2014-04-18framework: small refactor of test_result page generationDylan Baker1-17/+3
2014-04-18framework: Fix html generation to work with recent changes to jsonDylan Baker1-1/+3
2014-04-17exectest.py: remove try/except from PiglitTest.interpret_resultDylan Baker1-13/+9
2014-04-17framework/exectest.py: optimize 'fail' if not resultDylan Baker1-6/+1
2014-04-17framework/exectest.py: Test.execute() remove if's that are constantDylan Baker1-8/+1
2014-04-17framework: stop passing duplicate argumentsDylan Baker3-80/+71
2014-04-17framework/exectest.py: simplify gnome bug loopDylan Baker1-11/+4
2014-04-17framework/exectest.py: Fix action for non 0 returncodeDylan Baker1-2/+2
2014-04-17framework/exectest.py: Optimize skips in Test.run()Dylan Baker1-23/+16
2014-04-17framework/exectest.py: Don't pass redundant args to Test.Get_command_result()Dylan Baker1-10/+7
2014-04-17framework/exectest.py: Move valgrind to Test.command propertyDylan Baker2-5/+4
2014-04-17exectest: Don't pass env to Test.run()Dylan Baker4-19/+19
2014-04-17framework/exectest.py: Replace if with assert in TestDylan Baker1-74/+69
2014-04-17framework: Split TestProfile and related out of coreDylan Baker4-183/+249
2014-04-17framework: Replace Group() with dict()Dylan Baker3-15/+8
2014-04-11framework: Fix concurrency regression introduced by Test refactorDylan Baker2-2/+3
2014-04-10framework/exectest.py: remove Test.split_testDylan Baker1-3/+3
2014-04-10framework/exectest.py: use grouping parens instead of \ to break stringsDylan Baker1-8/+7