index
:
~tpohjola/piglit
91926_dirty_but_simple
dbg
df_scalar_test
external_objects
fast_lod_dbg
fp16
lossless_65x65
msaa_wide
oes_egl_image_ext
stenci_texture_new
stencil-texture
stencil_texture
vf_packing_dbg
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-16
unittests: Add a test case to ensure subtests don't mask crashes
Dylan Baker
1
-0
/
+13
2016-05-05
unittests: make error messages for generator tests better
Dylan Baker
1
-9
/
+11
2016-05-03
framework/profile: don't replace TestDict instance with regular dict
Dylan Baker
1
-17
/
+16
2016-05-03
framework/profile: Convert TestDict to a collections.MutableMapping
Dylan Baker
1
-3
/
+19
2016-04-16
unittests: Fix spelling mistakes
Eric Engestrom
14
-28
/
+28
2016-04-13
framework/glslparsertest: Don't add exclude extensions to the required list
Dylan Baker
1
-0
/
+16
2016-04-13
unittests/opengl_tests.py: Add some additional tests
Dylan Baker
1
-0
/
+32
2016-04-13
unittests: clean up after the generator tests
Dylan Baker
1
-0
/
+1
2016-04-13
unittests: move generator tests to unittests
Dylan Baker
1
-0
/
+94
2016-04-13
unittests: Fix tests that leave temporary files laying around
Dylan Baker
2
-13
/
+5
2016-04-13
unittests/utils.py: Don't leave a bunch of temp files around
Dylan Baker
1
-8
/
+12
2016-04-13
generators: Add a minimum version helper.
Dylan Baker
1
-0
/
+174
2016-04-13
generators: Add helper classes for GLSL version numbers
Dylan Baker
2
-0
/
+299
2016-03-15
deqp-integration: Handle ResourceError.
Dylan Baker
1
-21
/
+29
2016-02-11
python: function with six version 1.5.2
Dylan Baker
3
-6
/
+32
2016-02-08
options_tests.py: Fix test that happened to work on python 2
Dylan Baker
1
-2
/
+2
2016-02-08
unittests/opengl_tests.py: stop mock leakage
Dylan Baker
1
-9
/
+17
2016-02-08
unittests/options_tests.py: fix mocking for python 3.x
Dylan Baker
1
-1
/
+2
2016-02-08
framework/test/glsl_parser_test.py: stop supporting bytes
Dylan Baker
2
-8
/
+8
2016-02-08
log_tests.py: fix incompatible seek for python 3
Dylan Baker
1
-1
/
+1
2016-02-08
framework/test/base.py: fix compare to None in python 3
Dylan Baker
1
-0
/
+1
2016-02-08
framework/results.py: fix StringDescriptor handling of bytes
Dylan Baker
1
-7
/
+7
2016-02-08
status_tests.py: drop bytes tests, status doesn't support bytes anymore
Dylan Baker
1
-4
/
+3
2016-02-08
dmesg.py: Fix str/bytes/unicode for python 2/3 compatibility
Dylan Baker
1
-9
/
+10
2016-02-08
unittest/utils.py: fix tempfile modes for python3
Dylan Baker
1
-2
/
+5
2016-02-08
compression.py: use the proper read and write modes for python versions
Dylan Baker
1
-3
/
+5
2016-02-08
opengl.py: fix bytes returned from wflinfo.
Dylan Baker
1
-64
/
+64
2016-02-08
framework,unittests: use __future__ unicode_literals
Dylan Baker
32
-41
/
+102
2016-02-08
unittests/results_tests.py: Add traceback tests
Dylan Baker
1
-0
/
+10
2016-02-08
base_tests.py: Add tests for an exception in Test.execute
Dylan Baker
3
-0
/
+53
2016-02-08
base_tests.py: make tests for timeout run on python 3.x
Dylan Baker
1
-9
/
+15
2016-02-08
unittests: try to import mock from unittest
Dylan Baker
11
-11
/
+55
2016-02-08
python: use six.{iter,view}{items,keys,values}
Dylan Baker
5
-8
/
+13
2016-02-08
python: use six unicode/bytes/str handling
Dylan Baker
2
-1
/
+4
2016-02-08
python: use six.moves.cStringIO
Dylan Baker
2
-4
/
+4
2016-02-08
unittests: use six.moves.getcwd
Dylan Baker
3
-5
/
+8
2016-02-08
python: use six.moves.range
Dylan Baker
1
-1
/
+2
2016-02-08
python: use future print, division, and absolute_import
Dylan Baker
23
-23
/
+23
2016-01-21
framework/test/base.py: use subprocess32 for timeouts.
Dylan Baker
1
-3
/
+116
2016-01-21
framework/tests/base_tests.py: use utils helper to simplify test
Dylan Baker
1
-12
/
+8
2016-01-21
framework/tests/base_tests.py: fix descriptions of two timeout tests
Dylan Baker
1
-2
/
+2
2016-01-21
framework/tests: add helper for checking for 3rd party modules
Dylan Baker
2
-2
/
+10
2016-01-08
unittests: move framework/tests to unittests
Dylan Baker
34
-0
/
+8486