summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2016-05-17framework: Don't report an error message for fast skippingDylan Baker1-2/+4
2016-05-16framework/results: Fix subtests masking crashesDylan Baker1-2/+5
2016-05-10piglit-print-commands: Add --format optionDylan Baker1-2/+20
2016-05-10framework: Add piglit-print-commands to the piglit commandDylan Baker1-0/+85
2016-05-10framework/profile: Fail gracefully when reordering of tests failDylan Baker1-2/+9
2016-05-06framework/backends/junit: Fix invalid JUnit outputDylan Baker1-2/+2
2016-05-05python: Make mako template dirs robustDylan Baker1-5/+9
2016-05-03framework: Make testlist option impose orderingDylan Baker2-6/+21
2016-05-03framework: Make JSON backend test ordering deterministicDylan Baker2-5/+6
2016-05-03framework/profile: Make test run order deterministicDylan Baker1-2/+3
2016-05-03framework/profile: don't replace TestDict instance with regular dictDylan Baker1-5/+26
2016-05-03framework/profile: Convert TestDict to a collections.MutableMappingDylan Baker1-15/+24
2016-04-16framework: Fix spelling mistakesEric Engestrom15-25/+25
2016-04-13framework/glslparsertest: Don't add exclude extensions to the required listDylan Baker1-1/+2
2016-03-28deqp: Rerun if tests fail to connect to XDylan Baker1-1/+11
2016-03-28framework/summary/html_.py: Write output files as utf-8 bytes streamsDylan Baker1-5/+12
2016-03-16framework: Add handler for failure and error when expecting the otherDylan Baker1-0/+12
2016-03-16framework: Replace deepcopy in summary featureGabriel Feceoru1-3/+2
2016-03-16framework: Fix summary featureGabriel Feceoru1-4/+4
2016-03-15deqp-integration: Handle ResourceError.Dylan Baker1-6/+9
2016-03-11framework: Add generic deqp options to piglit.confDylan Baker1-11/+17
2016-03-03framework/programs/run.py: Fix putting results in nested directoriesDylan Baker1-1/+1
2016-03-03framework/programs/run.py: Add option for overwriting filesDylan Baker1-7/+17
2016-03-03framework/programs/run.py: Clear directory before startingDylan Baker1-1/+9
2016-02-18framework/programs/summary.py: Fail gracefully with bad argumentsDylan Baker1-2/+11
2016-02-11python: function with six version 1.5.2Dylan Baker5-12/+45
2016-02-11oclconform: Encode regex with 'unicode_escape' instead for 'string_escape'Tom Stellard1-1/+1
2016-02-10framework/test/{opencv,oclconform}: fix subprocess returning bytesDylan Baker2-3/+4
2016-02-08summary/html: fix python 3 encoding issues.Dylan Baker1-2/+0
2016-02-08framework/test/glsl_parser_test.py: stop supporting bytesDylan Baker2-11/+25
2016-02-08framework/core.py: make collect_system_info return unicodeDylan Baker1-2/+2
2016-02-08framework/backends/json.py: use text_type instead for strDylan Baker1-1/+1
2016-02-08Framework/backends/junit.py: fix bytes/unicode handling on python3Dylan Baker1-4/+6
2016-02-08framework/log.py: fix next() callDylan Baker1-1/+1
2016-02-08framework/test/base.py: fix compare to None in python 3Dylan Baker1-0/+5
2016-02-08dmesg.py: Fix str/bytes/unicode for python 2/3 compatibilityDylan Baker1-2/+3
2016-02-08framework/status.py: Add __hash__ method to NoChangeStatusDylan Baker1-0/+3
2016-02-08compression.py: use the proper read and write modes for python versionsDylan Baker1-98/+118
2016-02-08opengl.py: fix bytes returned from wflinfo.Dylan Baker1-1/+3
2016-02-08framework,unittests: use __future__ unicode_literalsDylan Baker34-58/+134
2016-02-08framework/test/base.py: Make timeout work in python 3.xDylan Baker1-30/+61
2016-02-08framework/programs/run.py: use PIGLIT_CONFIG.safe_getDylan Baker1-19/+12
2016-02-08framework/profile.py: replace dictionary-comprehension with dict()Dylan Baker1-2/+2
2016-02-08python: use six.{iter,view}{items,keys,values}Dylan Baker14-33/+44
2016-02-08framework/results.py: use compatDylan Baker1-2/+3
2016-02-08framework/compat.py: Add a small module with some extra compatDylan Baker1-0/+41
2016-02-08python: use six unicode/bytes/str handlingDylan Baker8-32/+50
2016-02-08framework: use six.add_metaclassDylan Baker5-10/+13
2016-02-08framework/test/base.py: fix class/__slots__ conflict in python3Dylan Baker1-2/+1
2016-02-08python: use six.moves.cStringIODylan Baker1-6/+4