summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-14framework: Split PiglitTest into specific GL and CL classesDylan Baker6-86/+112
2014-10-14framework/test: refactor abstract Test and PiglitTestDylan Baker10-60/+99
2014-10-14framework: Move tests derived classes into a packageDylan Baker16-32/+86
2014-10-14framework tests: fix timeout testsDylan Baker2-2/+17
2014-10-09results.py: Remove TestrunResult() repair fileDylan Baker2-90/+16
2014-10-09results.py: Do add load class method to TestResultDylan Baker2-15/+22
2014-10-09exectest_test.py: Add a unit test for the expanding running bugDylan Baker1-0/+27
2014-10-09framework tests: Stop leaving temporary filesDylan Baker3-15/+16
2014-10-02framework/backends: Refactor base classes for better code sharingDylan Baker4-41/+43
2014-10-02backend/junit.py: Make writes atomicDylan Baker3-20/+71
2014-10-02backend/json_.py: Make writes atomicDylan Baker5-187/+301
2014-10-02backend.py: split initialize() out of constructorDylan Baker5-22/+33
2014-10-02backend_tests.py: Test the junit backendDylan Baker1-0/+1
2014-10-02backends: Refactor FSyncMixinDylan Baker3-8/+11
2014-10-02backends/abstract.py: Remove unreachable code in abstract methodDylan Baker1-1/+0
2014-10-02framework: Split backend into a separate packageDylan Baker9-590/+735
2014-10-01summary: add a csv output optionThomas Wood1-1/+31
2014-09-29run.py: fix typos in resume finished messageThomas Wood1-1/+1
2014-09-29run.py: ensure the test run name is passed to the resume optionsThomas Wood1-0/+1
2014-09-29framework/tests: add a test for the timeout mechanismThomas Wood1-0/+27