summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2015-01-28results.py: avoid an attribute error when using the json moduleThomas Wood1-1/+1
2015-01-27Update documentation to be clear about using multiple profilesDylan Baker1-2/+4
2015-01-26grouptools.py: from_path should not return .Dylan Baker2-0/+9
2015-01-21oclconform: Test commands should be passed as a listTom Stellard1-2/+2
2015-01-09Test: don't accept strings for command arguments.Dylan Baker4-25/+18
2015-01-09framework: fix bug in Test classDylan Baker2-1/+32
2015-01-07grouptools.py: Don't allow non-string argumentsDylan Baker1-0/+4
2015-01-07grouptools.py: Make error messages more helpfulDylan Baker1-14/+20
2015-01-07run.py: add an option to load a test list from a fileThomas Wood1-0/+8
2014-12-31results_v0_tests.py: Test that results with no version or version 0 workDylan Baker1-0/+46
2014-12-31results_v0_tests.py: don't copy data from utilsDylan Baker1-4/+16
2014-12-31results: assume version is 0 when loading from fileIlia Mirkin1-0/+1
2014-12-24remove framework/threads.pyDylan Baker1-43/+0
2014-12-24backends: make use of absolute_import to rename json_.py to json.pyDylan Baker3-2/+3
2014-12-24framework: Cleanup importsDylan Baker41-18/+88
2014-12-18framework: Fix 'module' object has no attribute 'XMLSyntaxError'.José Fonseca2-2/+2
2014-12-12junit.py: Add piglit failure to junit ouputDylan Baker1-3/+8
2014-12-12junit.py: Refactor write_test a littleDylan Baker1-36/+41
2014-12-12opencv.py: use grouptools moduleDylan Baker1-1/+3
2014-12-12oclconform.py: use grouptools moduleDylan Baker1-3/+3
2014-12-12junit.py: Use grouptoolsDylan Baker1-3/+4
2014-12-12glsl_parser_test.py: use grouptoolsDylan Baker1-4/+3
2014-12-12profile.py: use grouptoolsDylan Baker1-1/+2
2014-12-12summary.py: use grouptools instead of os.pathDylan Baker1-11/+12
2014-12-12grouptools.py: Add a module specifically for working with group stringsDylan Baker2-0/+325
2014-12-04backends_test.py: fix tests that don't set 'command'Dylan Baker1-0/+4
2014-12-03framework: Make the logger print spinners instead of test numbers.Kenneth Graunke1-2/+2
2014-11-21framework/summary/junit: Remove.José Fonseca2-488/+0
2014-11-21framework/backends/junit: Prepend command line to stdout.José Fonseca1-0/+3
2014-11-21framework/backends/junit: Split test name correctly on Windows.José Fonseca1-3/+2
2014-11-21framework/test/base: Pass None preexec_fn on Windows.José Fonseca1-1/+7
2014-11-15results.py: Allow partially completed runs to be summarizedDylan Baker1-0/+13
2014-11-15results.py: remove unused importDylan Baker1-1/+0
2014-11-03profile.py: If the test list is empty after being filtered exitDylan Baker1-0/+5
2014-10-31json_.py: Bump results version to 2Dylan Baker3-1/+191
2014-10-31results_v0_tests.py: Use TestrunResult.load instead of load_resultsDylan Baker1-4/+6
2014-10-31run.py: store log_level (verbosity) for resumeDylan Baker1-0/+1
2014-10-31framework: fix glxinfo, uname, and lspci in json outputDylan Baker3-43/+13
2014-10-31json_tests.py: Add unit tests for json backendDylan Baker3-11/+172
2014-10-30summary.py: Make mako temporary directory user uniqueDylan Baker1-2/+4
2014-10-30log.py: Fix overwriting of final summaryDylan Baker1-0/+1
2014-10-29Restore junit_suffix functionalityMark Janes1-2/+2
2014-10-28run.py: Split windows exception handling into helperDylan Baker1-11/+15
2014-10-14piglit_test.py: fix potential bug in PiglitGLTest.is_skip()Dylan Baker1-1/+1
2014-10-14piglit_test.py: Add arguments for platform restrictions to PiglitGLTestDylan Baker2-5/+81
2014-10-14piglit_test.py: Automatically add -auto and -fbo when appropriateDylan Baker6-9/+40
2014-10-14framework: Move PLATFORMS list to coreDylan Baker2-10/+11
2014-10-14base.py: Extend the WindowResizeMixin to return earlyDylan Baker1-4/+22
2014-10-14framework/test/base.py: Use a flag in _run_commandDylan Baker2-6/+26
2014-10-14test: Split the spurious resize code out of PiglitGLTestDylan Baker3-15/+56