summaryrefslogtreecommitdiff
path: root/tests/igt.py
AgeCommit message (Expand)AuthorFilesLines
2020-02-13drop python2 supportDylan Baker1-4/+0
2018-11-08python: add explicit utf-8 encodingEric Engestrom1-0/+1
2017-06-14igt: Make "warn" status work again as expectedMaarten Lankhorst1-1/+4
2017-06-14tests/igt.py: mark segfaulted IGT process as 'crash'Fi Jenkins1-0/+2
2016-11-10framework/profile: replace Testprofile.{dmesg,monitoring} with dictDylan Baker1-4/+3
2016-11-10framework/profile: make run hooks publicDylan Baker1-1/+2
2016-02-08framework,unittests: use __future__ unicode_literalsDylan Baker1-1/+4
2015-12-16igt: Restore handling of special igt error codesDaniel Vetter1-2/+2
2015-11-11framework: Convert the codebase to use the new global OptionsDylan Baker1-3/+3
2015-10-27tests/igt.py: add super call for interpret_result()Dylan Baker1-0/+2
2015-09-22framework: replace TestResult dict with an objectDylan Baker1-7/+7
2015-06-09framework: use proper exception message passingDylan Baker1-1/+1
2015-05-19tests/igt.py: Use new piglit error handlingDylan Baker1-18/+18
2015-03-26igt.py: don't check the environment when in dry-run modeThomas Wood1-1/+1
2015-03-26profile.py: pass options to the pre-run and post-run hooksThomas Wood1-1/+1
2015-03-20tests/igt.py: read a single combined test listThomas Wood1-5/+10
2015-03-09igt.py: Fix PEP 8 issues.Vinson Lee1-3/+2
2015-03-09igt.py: Use subprocess.check_output instead of subprocess.PopenDylan Baker1-18/+15
2015-03-09igt.py: Use __future__ functions, mainly print_functionDylan Baker1-6/+7
2015-03-09igt.py: add docstrings.Dylan Baker1-9/+20
2015-03-09igt.py: Use PEP8 specified whitespaceDylan Baker1-0/+5
2015-03-09igt.py: fix invalid name errorsDylan Baker1-10/+14
2015-03-09igt.py: Replace igtTestRoot with PEP8 compliant IGT_TEST_ROOTDylan Baker1-9/+9
2015-03-09igt.py: Change an empty string to a listDylan Baker1-4/+2
2015-03-09igt.py: Fix whitepace warnings for pylintDylan Baker1-11/+9
2015-01-28tests/igt.py: don't run tests if the environment check failedThomas Wood1-12/+7
2014-12-12igt.py: Use grouptoolsDylan Baker1-11/+6
2014-10-14framework/test: refactor abstract Test and PiglitTestDylan Baker1-2/+1
2014-10-14framework: Move tests derived classes into a packageDylan Baker1-1/+1
2014-09-29framework: add a generic timeout mechanismThomas Wood1-92/+1
2014-08-12tests/igt.py: debugfs subdir checkMatt Atwood1-0/+2
2014-08-05tests/igt.py: check all tests for subtestsThomas Wood1-7/+12
2014-07-10igt: use piglit.conf instead of a symlinkDylan Baker1-7/+5
2014-06-20tests/igt.py: fix various pylint warningsThomas Wood1-20/+17
2014-06-05tests/igt.py: remove the fallback test enumeration optionThomas Wood1-18/+2
2014-06-05tests/igt.py: read IGT_TEST_ROOT to determine the location of the testsThomas Wood1-5/+14
2014-05-07tests/igt.py: check for pass or skip before timeoutThomas Wood1-1/+5
2014-05-07tests/igt.py: discard dmesg output that does not match certain keywordsThomas Wood1-0/+3
2014-04-28tests/igt.py: stop tests after 10 minutesThomas Wood1-0/+94
2014-04-23tests/igt.py: add support for reading the test list from the file systemThomas Wood1-16/+21
2014-04-21framework: fix potential bug in function signaturesDylan Baker1-1/+3
2014-04-17framework: stop passing duplicate argumentsDylan Baker1-14/+11
2014-04-17exectest: Don't pass env to Test.run()Dylan Baker1-2/+2
2014-04-17framework: Split TestProfile and related out of coreDylan Baker1-1/+2
2014-04-10python: replace Test.interpretResult with Test.interpret_resultDylan Baker1-1/+1
2014-04-10python: replace testBinDir with TEST_BIN_DIRDylan Baker1-3/+3
2014-04-03exectest.py: Merge Test and ExecTest into a single classDylan Baker1-4/+5
2014-04-03framework: move testBinDir to exectestDylan Baker1-2/+2
2014-02-06tests/igt: restore dmesg-by-defaultDaniel Vetter1-0/+2
2014-02-04Use the new dmesg classDylan Baker1-4/+4