index
:
~nh/piglit
arb_gl_spirv
deqp-run-multi
master
Unnamed repository; edit this file 'description' to name the repository.
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
framework
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-21
framework: remove duplicate import of framework.exceptions
HEAD
master
Dylan Baker
1
-1
/
+1
2017-07-18
framework: Don't stop resume because no tests are left to be run
Dylan Baker
1
-5
/
+10
2017-07-11
wgl: initial check-in of wgl utility code and wgl sanity check program
Brian Paul
1
-1
/
+1
2017-05-25
test/gleantest: fix missing --quick property from quick profile
Timothy Arceri
1
-1
/
+1
2017-05-18
framework: Add command.setter method to Test
Dylan Baker
4
-0
/
+17
2017-04-27
framework/test/shader_test: use -fbo option for shader tests
Brian Paul
1
-2
/
+2
2017-04-13
framework: Exit if a filter removes all tests from a profile
Dylan Baker
1
-0
/
+4
2017-04-13
framework/exceptions: Add an exception class for user errors
Dylan Baker
1
-0
/
+11
2017-02-10
framework/backends/json.py: preserve 'tests' order
Tomi Sarvela
1
-12
/
+18
2017-02-10
framework/results.py: Copy 'tests' internally to OrderedDict
Tomi Sarvela
1
-3
/
+4
2017-02-06
framework/test/glsl_parser_test.py: fix python script to run glslparsertest o...
Neha Bhende
1
-2
/
+7
2017-02-02
framework/programs/run.py: Allow comments in test-list files.
Petri Latvala
1
-2
/
+3
2017-01-30
framework/backends/json: always flush the metadata to the disk
Martin Peres
1
-0
/
+4
2017-01-12
resume: use the previously-set test-list when resuming
Martin Peres
1
-11
/
+20
2017-01-09
deqp: Search stdout and stderr for X connection failure
Mark Janes
1
-2
/
+4
2016-11-21
framework/profile: Use re.IGNORECASE for RegexFilter
Dylan Baker
1
-1
/
+1
2016-11-15
framework/profile: don't copy.deepcopy when copying profiles
Dylan Baker
1
-3
/
+2
2016-11-15
framework/backends/json: support non-piglit junit files
Mark Janes
1
-8
/
+22
2016-11-11
framework/programs/run: Fix bug when using --test-profile
Dylan Baker
1
-1
/
+1
2016-11-10
framework/test/glsl_parser_test.py: split the parser out of the class
Dylan Baker
1
-39
/
+46
2016-11-10
framework/test/base: Remove timeout parameter
Dylan Baker
1
-4
/
+1
2016-11-10
framework/profile: Move group_manager from TestProfile to TestDict
Dylan Baker
1
-56
/
+48
2016-11-10
framework/profile: remove unused argument from TestProfile.group_manager
Dylan Baker
1
-1
/
+1
2016-11-10
framework/profile: replace Testprofile.{dmesg,monitoring} with dict
Dylan Baker
4
-70
/
+34
2016-11-10
framework/profile: Split try/except block
Dylan Baker
1
-5
/
+8
2016-11-10
framework/profile: Update docstrings
Dylan Baker
1
-53
/
+48
2016-11-10
framework/profile: Update __all__
Dylan Baker
1
-0
/
+2
2016-11-10
framework/profile: Don't alter the TestProfile before running
Dylan Baker
3
-81
/
+45
2016-11-10
framework/profile: Factor out check_all closure
Dylan Baker
1
-11
/
+3
2016-11-10
framework: Pull {include,exclude}_filter out of Options
Dylan Baker
5
-172
/
+79
2016-11-10
framework: Remove exclude_tests from options.OPTIONS
Dylan Baker
3
-3
/
+4
2016-11-10
framework/programs/run: import framework.profile as profile
Dylan Baker
1
-7
/
+7
2016-11-10
framework/profile: Drop TestProfile.filter_tests
Dylan Baker
1
-13
/
+3
2016-11-10
framework/programs/run: remove redundant list() around comprehension
Dylan Baker
1
-1
/
+1
2016-11-10
framework/profile: Don't merge profiles
Dylan Baker
3
-76
/
+58
2016-11-10
framework/programs/run: Only allow --test-list if one profile
Dylan Baker
1
-0
/
+4
2016-11-10
framework/profile: add a copy method to profile
Dylan Baker
2
-1
/
+17
2016-11-10
framework/programs/run: Remove use of TestrunResult
Dylan Baker
1
-13
/
+6
2016-11-10
framework: remove concurrent from OPTIONS, pass directly to profile
Dylan Baker
3
-9
/
+12
2016-11-10
framework: Split the run method out of profile.
Dylan Baker
3
-70
/
+71
2016-11-10
framework/profile: Drop unneeded except
Dylan Baker
1
-7
/
+1
2016-11-10
framework/profile: make run hooks public
Dylan Baker
1
-20
/
+8
2016-11-10
framework/result: TestrunResult.options should be a dict
Dylan Baker
1
-1
/
+1
2016-11-09
framework/test/shader_test: Fix MultiShaderRunner handling of directories
Dylan Baker
1
-1
/
+15
2016-11-04
framework/backends/json: Handle updating results without pid field
Dylan Baker
1
-1
/
+4
2016-10-26
framework: fix loading JUnit results
Dylan Baker
1
-1
/
+5
2016-10-26
framework: Properly load JSON into internal representation
Dylan Baker
2
-6
/
+19
2016-10-24
framework/backends/json: Don't convert to TestrunResult while updating
Dylan Baker
2
-47
/
+33
2016-10-24
framework: Drop support for JSON formats < 7
Dylan Baker
1
-256
/
+10
2016-10-24
framework/backends/json: replace str() with six.text_type()
Dylan Baker
1
-1
/
+1
[next]