summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2018-05-01framework/test: Use getter for altering PiglitBaseTest CommandDylan Baker1-1/+4
2018-05-01framework/profile: Allow a group manager class to be overwrittenDylan Baker1-2/+4
2018-05-01test/piglit_test: add ROOT_DIR variableDylan Baker1-3/+5
2018-04-25summary/console: Add -p / --problemsAdam Jackson2-1/+8
2018-04-11framework: update deqp mustpass list for text based mustpassDylan Baker1-21/+7
2018-03-26framework: change one missed core.checkDir call to core.check_dirPetri Latvala1-1/+7
2018-02-06framework: work around tests that skip without skipping subtestsDylan Baker2-0/+16
2018-02-05framework: if a test with subtests crashes mark the offending subtestDylan Baker1-0/+8
2018-02-05framework: add support for parsing subtest enumerationDylan Baker1-1/+7
2018-02-05framework: use statuses instead of relying on string conversionsDylan Baker1-4/+4
2018-02-05framework: use an OrderedDict for subtest storageDylan Baker1-1/+1
2018-01-19Revert "framework: Handle crashing subtest."Fabian Bieler1-7/+1
2018-01-16framework: Handle crashing subtest.Fabian Bieler1-1/+7
2017-12-16Remove GleanTest framework.Fabian Bieler4-94/+6
2017-12-15framework: Make csv summary a subset of formatted summary.Rafael Antognolli1-31/+5
2017-12-15framework: Add new formatted summary.Rafael Antognolli1-1/+57
2017-11-13framework: fix wflinfo GL shading language parsing codeBrian Paul1-3/+2
2017-11-09framework: fix wflinfo issues in opengl moduleBrian Paul1-6/+25
2017-11-09framework: move WflInfo class into new wflinfo.py moduleBrian Paul2-248/+276
2017-10-31framework: improve var names, comments in console() functionBrian Paul1-3/+4
2017-10-31framework: also print elapsed time with piglit-summary.pyBrian Paul1-5/+13
2017-10-31framework: include piglit start-up time in time_elapsed computationBrian Paul1-2/+2
2017-10-24framework: remove _DISABLED variable in opengl.pyBrian Paul1-4/+1
2017-10-24framework: observe PIGLIT_NO_FAST_SKIP in ShaderTest::__init__()Brian Paul1-11/+19
2017-10-24framework: fix comment typos in opengl.pyBrian Paul1-5/+5
2017-10-24framework: fix comment typosBrian Paul1-2/+2
2017-10-18framework: remove outdated commentNicolai Hähnle1-1/+0
2017-10-18framework: fix a commentNicolai Hähnle1-2/+2
2017-10-18framework: fix outdated commentNicolai Hähnle1-2/+1
2017-10-18framework: fix a commentNicolai Hähnle1-1/+1
2017-10-18framework: fix typos in commentsNicolai Hähnle7-10/+10
2017-09-26framework: fix proces/process_isolation typoBrian Paul1-1/+1
2017-09-26framework: fix comment typos on FastSkip classBrian Paul1-4/+4
2017-08-15framework: Add --ignore-missing optionArkadiusz Hiler3-3/+31
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-07-21framework: remove duplicate import of framework.exceptionsDylan Baker1-1/+1
2017-07-18framework: Don't stop resume because no tests are left to be runDylan Baker1-5/+10
2017-07-11wgl: initial check-in of wgl utility code and wgl sanity check programBrian Paul1-1/+1
2017-05-25test/gleantest: fix missing --quick property from quick profileTimothy Arceri1-1/+1
2017-05-18framework: Add command.setter method to TestDylan Baker4-0/+17
2017-04-27framework/test/shader_test: use -fbo option for shader testsBrian Paul1-2/+2
2017-04-13framework: Exit if a filter removes all tests from a profileDylan Baker1-0/+4
2017-04-13framework/exceptions: Add an exception class for user errorsDylan Baker1-0/+11
2017-02-10framework/backends/json.py: preserve 'tests' orderTomi Sarvela1-12/+18
2017-02-10framework/results.py: Copy 'tests' internally to OrderedDictTomi Sarvela1-3/+4
2017-02-06framework/test/glsl_parser_test.py: fix python script to run glslparsertest o...Neha Bhende1-2/+7
2017-02-02framework/programs/run.py: Allow comments in test-list files.Petri Latvala1-2/+3
2017-01-30framework/backends/json: always flush the metadata to the diskMartin Peres1-0/+4
2017-01-12resume: use the previously-set test-list when resumingMartin Peres1-11/+20