summaryrefslogtreecommitdiff
path: root/framework/backends
AgeCommit message (Expand)AuthorFilesLines
2017-10-18framework: remove outdated commentNicolai Hähnle1-1/+0
2017-10-18framework: fix outdated commentNicolai Hähnle1-2/+1
2017-10-18framework: fix typos in commentsNicolai Hähnle2-5/+5
2017-07-21framework: Fix the same bug for resume in the previous commitDylan Baker1-2/+3
2017-07-21framework: Only sort files for json backend that end in .jsonDylan Baker1-2/+3
2017-02-10framework/backends/json.py: preserve 'tests' orderTomi Sarvela1-12/+18
2017-01-30framework/backends/json: always flush the metadata to the diskMartin Peres1-0/+4
2016-11-15framework/backends/json: support non-piglit junit filesMark Janes1-8/+22
2016-11-04framework/backends/json: Handle updating results without pid fieldDylan Baker1-1/+4
2016-10-26framework: fix loading JUnit resultsDylan Baker1-1/+5
2016-10-24framework/backends/json: Don't convert to TestrunResult while updatingDylan Baker1-40/+21
2016-10-24framework: Drop support for JSON formats < 7Dylan Baker1-256/+10
2016-10-24framework/backends/json: replace str() with six.text_type()Dylan Baker1-1/+1
2016-10-07framework: Bump JSON on disk format to version 9Dylan Baker1-1/+17
2016-09-09framework: Add support for jsonstreamsDylan Baker1-34/+77
2016-08-31framework/backends/junit: Don't let skip hide status changesDylan Baker1-3/+3
2016-08-31framework/backends/junit.py: Add a writer class that handles subtestsDylan Baker1-32/+108
2016-08-31framework/backends/junit.py: Split _write into a separate class.Dylan Baker1-122/+150
2016-05-06framework/backends/junit: Fix invalid JUnit outputDylan Baker1-2/+2
2016-05-03framework: Make JSON backend test ordering deterministicDylan Baker1-4/+5
2016-04-16framework: Fix spelling mistakesEric Engestrom3-9/+9
2016-03-16framework: Add handler for failure and error when expecting the otherDylan Baker1-0/+12
2016-02-11python: function with six version 1.5.2Dylan Baker2-4/+4
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-08compression.py: use the proper read and write modes for python versionsDylan Baker1-98/+118
2016-02-08framework,unittests: use __future__ unicode_literalsDylan Baker6-12/+24
2016-02-08python: use six.{iter,view}{items,keys,values}Dylan Baker2-6/+10
2016-02-08python: use six unicode/bytes/str handlingDylan Baker2-4/+6
2016-02-08framework: use six.add_metaclassDylan Baker1-2/+3
2016-02-08python: use six.moves.cStringIODylan Baker1-6/+4
2016-02-08python: use future print, division, and absolute_importDylan Baker5-3/+5
2016-01-21framework/backends/junit.py; timeouts are errorsDylan Baker1-1/+1
2016-01-07framework: record pid of test process in resultsDylan Baker1-10/+14
2015-11-11framework: Convert the codebase to use the new global OptionsDylan Baker1-9/+7
2015-10-19framework/backends/junit.py: add calculate_group_totals() to loadDylan Baker1-0/+2
2015-10-19framework/backends/junit.py: restore time from stderrDylan Baker1-0/+12
2015-10-08framework/backends/junit.py: add start and end time to stderrDylan Baker1-0/+2
2015-10-08framework: use TimeAttribute for TestResult and TestrunResultDylan Baker2-4/+25
2015-10-08framework: Add a TimeAttribute classDylan Baker1-0/+1
2015-09-22framework/backends.json.py: use TestrunResult.from_dict for resumeDylan Baker1-12/+3
2015-09-22framework/backends/json.py: don't resume if results.json.<comp> existsDylan Baker1-12/+6
2015-09-22framework/backends/json.py: store totals data in jsonDylan Baker1-1/+17
2015-09-22framework/results.py: add TestrunResult.from_dict methodDylan Baker1-10/+18
2015-09-22framework/results.py: Add a to_json method to the TestrunResultsDylan Baker1-4/+1
2015-09-22framework: replace TestResult dict with an objectDylan Baker3-25/+52
2015-09-22framework/backends/json.py: call set_meta() on resumeDylan Baker1-0/+3
2015-09-01framework/backends/abstract: Fix doubling compression suffixesDylan Baker1-1/+6
2015-08-12xz: Use --help when detecting xz presenceJordan Justen1-77/+76
2015-08-05framework: when searching a directory ignore files ending in .oldDylan Baker1-1/+1