summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2016-08-16framework: add commandline option for deqp-mustpassDylan Baker3-2/+13
2016-08-16framework/test/deqp: generalize mustpass list handlingDylan Baker1-0/+32
2016-08-10framework: fix binary assignment for shader_runnerDylan Baker2-64/+60
2016-08-05framework/test/glsl_parser_test: Add ARB_ESx to command line when neededDylan Baker1-1/+3
2016-08-05framework/test/glsl_parser_test: Don't error on blank C commentsDylan Baker1-1/+1
2016-08-05framework: Fix valgrind mixin.Dylan Baker1-1/+3
2016-08-05framework/options: Fix values for _Options.concurrentDylan Baker1-2/+2
2016-08-05framework: fix two bugs in statusDylan Baker1-2/+6
2016-08-05unittests: port dmesg tests to pytestDylan Baker1-0/+9
2016-07-29framework: Add required option to deqp.get_optionDylan Baker1-1/+5
2016-07-06framework: Read test files as utf-8Jussi Kukkonen2-16/+6
2016-06-30framework: make the interpret_result method for native tests fasterDylan Baker1-9/+10
2016-06-02framework: guard POSIX specific code in monitoring moduleDylan Baker1-84/+88
2016-06-02framework: encode arguments to subprocess for python2 on windowsDylan Baker1-6/+10
2016-06-01framework/summary/html_.py: use core.check_dirDylan Baker1-16/+9
2016-06-01framework/core.py: add module docstringDylan Baker1-0/+7
2016-06-01framework/core.py: Make copyright header match others in the frameworkDylan Baker1-23/+19
2016-06-01framework/core: extend check_dir to take a handler callableDylan Baker2-15/+30
2016-06-01core.py: add docstring to check_dirDylan Baker1-1/+17
2016-06-01core.py: make second argument to check_dir a keyword argumentDylan Baker1-1/+1
2016-06-01framework: rename core.checkDir to core.check_dirDylan Baker2-2/+2
2016-06-01framework: core.checkDir raises PiglitExceptionDylan Baker2-4/+8
2016-06-01core.py: use PiglitFatalError instead of sys.exitDylan Baker1-4/+3
2016-06-01core.py: only call makedirs if the directory doesn't existDylan Baker1-1/+2
2016-06-01core.py: remove flag from checkDir, use exception blockDylan Baker1-8/+4
2016-06-01core.py: use 'in list' instead of a == b or a == c...Dylan Baker1-1/+1
2016-05-27framework: Add aborting option when a monitored error is detectedOlivier Berthier6-5/+375
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