aboutsummaryrefslogtreecommitdiff
path: root/piglit-print-commands.py
AgeCommit message (Expand)Author
2020-02-13drop python2 supportDylan Baker
2018-11-08python: add explicit utf-8 encodingEric Engestrom
2016-05-10framework: Add piglit-print-commands to the piglit commandDylan Baker
2016-05-02framework: change the chbang to python in piglit-print-commandsDylan Baker
2016-05-02framework: use six to make python2 and 3 work in piglit-print-commandsDylan Baker
2016-05-02framework: cleanup a bunch of style problems in piglit-print-commandsDylan Baker
2016-05-02framework: split a function out of main piglit-print-command.pyDylan Baker
2016-05-02framework: simplify imports in piglit-print-commands.pyDylan Baker
2016-05-02framework: sort imports in piglit-print-commands.pyDylan Baker
2016-05-02framework: remove os.path as path import from piglit-print-commands.Dylan Baker
2016-03-28framework: fix unicode command line arguments with python 2.xDylan Baker
2015-11-11framework: Convert the codebase to use the new global OptionsDylan Baker
2015-01-10piglit-print-commands.py: PEP8 fixes.Vinson Lee
2014-10-28piglit-print-commands.py: Fix bug with test packageDylan Baker
2014-07-17piglit-print-commands: make sure piglit.conf is readThomas Wood
2014-06-23core.py: rename Environment to OptionsDylan Baker
2014-06-19python: change she-bang to python2Dylan Baker
2014-04-29Fix piglit-print-commands.pyShuang He
2014-05-13framework: rename profile.loadTestProfile to profile.load_test_profileDylan Baker
2014-04-17framework: fix regression from 7d2f441Dylan Baker
2014-04-03exectest.py: Merge Test and ExecTest into a single classDylan Baker
2014-03-12python: Convert from print statement to functionDylan Baker
2014-01-28piglit-print-commands: Remove unused importsDylan Baker
2013-10-23Use simplejson if availableDylan Baker
2013-08-28piglit-print-commands.py: Remove deprecated optionsDylan Baker
2013-07-29piglit-print-commands.py: PEP8 complianceDylan Baker
2013-06-27piglit-print-commands: Print relative paths for binaries.José Fonseca
2013-05-13python: Convert tabs to spacesDylan Baker
2013-03-10Move re.compile for regex into CoreDylan Baker
2013-03-10Replaces getopt with argparseDylan Baker
2013-03-10piglit-print-commands.py: Drop dead resume codeDylan Baker
2013-03-10Change --tests to --include-testsDylan Baker
2013-01-04piglit-print-commands: Remove the second parameter of 'loadTestProfile' when ...Yi Sun
2012-11-13piglit-print-commands: add more info, fix incorrect examplesBrian Paul
2012-05-10Add a new "piglit-print-commands.py" command.Kenneth Graunke