index
:
piglit
dither
glean-master
glsl2
main
ppgtt
shader_runner
piglit is an OpenGL test suite (mirrored from https://gitlab.freedesktop.org/mesa/piglit)
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
framework
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-03
framework/programs/run.py: Fix putting results in nested directories
Dylan Baker
1
-1
/
+1
2016-03-03
framework/programs/run.py: Add option for overwriting files
Dylan Baker
1
-7
/
+17
2016-03-03
framework/programs/run.py: Clear directory before starting
Dylan Baker
1
-1
/
+9
2016-02-18
framework/programs/summary.py: Fail gracefully with bad arguments
Dylan Baker
1
-2
/
+11
2016-02-11
python: function with six version 1.5.2
Dylan Baker
5
-12
/
+45
2016-02-11
oclconform: Encode regex with 'unicode_escape' instead for 'string_escape'
Tom Stellard
1
-1
/
+1
2016-02-10
framework/test/{opencv,oclconform}: fix subprocess returning bytes
Dylan Baker
2
-3
/
+4
2016-02-08
summary/html: fix python 3 encoding issues.
Dylan Baker
1
-2
/
+0
2016-02-08
framework/test/glsl_parser_test.py: stop supporting bytes
Dylan Baker
2
-11
/
+25
2016-02-08
framework/core.py: make collect_system_info return unicode
Dylan Baker
1
-2
/
+2
2016-02-08
framework/backends/json.py: use text_type instead for str
Dylan Baker
1
-1
/
+1
2016-02-08
Framework/backends/junit.py: fix bytes/unicode handling on python3
Dylan Baker
1
-4
/
+6
2016-02-08
framework/log.py: fix next() call
Dylan Baker
1
-1
/
+1
2016-02-08
framework/test/base.py: fix compare to None in python 3
Dylan Baker
1
-0
/
+5
2016-02-08
dmesg.py: Fix str/bytes/unicode for python 2/3 compatibility
Dylan Baker
1
-2
/
+3
2016-02-08
framework/status.py: Add __hash__ method to NoChangeStatus
Dylan Baker
1
-0
/
+3
2016-02-08
compression.py: use the proper read and write modes for python versions
Dylan Baker
1
-98
/
+118
2016-02-08
opengl.py: fix bytes returned from wflinfo.
Dylan Baker
1
-1
/
+3
2016-02-08
framework,unittests: use __future__ unicode_literals
Dylan Baker
34
-58
/
+134
2016-02-08
framework/test/base.py: Make timeout work in python 3.x
Dylan Baker
1
-30
/
+61
2016-02-08
framework/programs/run.py: use PIGLIT_CONFIG.safe_get
Dylan Baker
1
-19
/
+12
2016-02-08
framework/profile.py: replace dictionary-comprehension with dict()
Dylan Baker
1
-2
/
+2
2016-02-08
python: use six.{iter,view}{items,keys,values}
Dylan Baker
14
-33
/
+44
2016-02-08
framework/results.py: use compat
Dylan Baker
1
-2
/
+3
2016-02-08
framework/compat.py: Add a small module with some extra compat
Dylan Baker
1
-0
/
+41
2016-02-08
python: use six unicode/bytes/str handling
Dylan Baker
8
-32
/
+50
2016-02-08
framework: use six.add_metaclass
Dylan Baker
5
-10
/
+13
2016-02-08
framework/test/base.py: fix class/__slots__ conflict in python3
Dylan Baker
1
-2
/
+1
2016-02-08
python: use six.moves.cStringIO
Dylan Baker
1
-6
/
+4
2016-02-08
framework: use six.moves.zip
Dylan Baker
2
-2
/
+5
2016-02-08
framework: use six.moves.BaseHTTPServer
Dylan Baker
1
-1
/
+2
2016-02-08
framework: use six.moves.configparser
Dylan Baker
1
-7
/
+8
2016-02-08
python: use six.moves.range
Dylan Baker
1
-1
/
+3
2016-02-08
python: use future print, division, and absolute_import
Dylan Baker
23
-20
/
+24
2016-01-21
framework/test/base.py: Add environment variable to overwrite timeouts
Dylan Baker
1
-1
/
+8
2016-01-21
framework/backends/junit.py; timeouts are errors
Dylan Baker
1
-1
/
+1
2016-01-21
framework/test/base.py: use subprocess32 for timeouts.
Dylan Baker
1
-83
/
+61
2016-01-12
framework: Get traceback into json results.
Jose Fonseca
1
-1
/
+2
2016-01-08
unittests: move framework/tests to unittests
Dylan Baker
34
-8486
/
+0
2016-01-08
base_tests.py: make import from within tests dir relative
Dylan Baker
1
-1
/
+1
2016-01-08
framework/test/opengl.py: Add environment variable to turn off fast skipping
Dylan Baker
1
-0
/
+25
2016-01-08
framework/tests: Use relative import for utils
Dylan Baker
27
-28
/
+28
2016-01-08
junit_backend_tests.py: make schema path robust
Dylan Baker
1
-1
/
+1
2016-01-07
framework/test/glsl_parser_test.py: allow forcing the desktop version
Dylan Baker
2
-1
/
+17
2016-01-07
framework/test/glsl_parser_test.py: Handle gl versions correctly
Dylan Baker
2
-46
/
+156
2016-01-07
glsl_parser_test.py: Fix which versions are sent to glslparsertest_gles2
Dylan Baker
2
-2
/
+18
2016-01-07
framework: record pid of test process in results
Dylan Baker
5
-15
/
+46
2016-01-07
framework/tests/results_tests.py: refactor to_json and from_dict tests
Dylan Baker
1
-28
/
+49
2016-01-04
framework/test/opengl.py: Fix opengl fast-skipping wflinfo errors
Dylan Baker
2
-12
/
+127
2015-12-21
framework/exceptions.py: Drop PIGLIT_DEBUG
Dylan Baker
2
-43
/
+6
[next]