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
/
framework
/
backends
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-08
framework,unittests: use __future__ unicode_literals
Dylan Baker
6
-12
/
+24
2016-02-08
python: use six.{iter,view}{items,keys,values}
Dylan Baker
2
-6
/
+10
2016-02-08
python: use six unicode/bytes/str handling
Dylan Baker
2
-4
/
+6
2016-02-08
framework: use six.add_metaclass
Dylan Baker
1
-2
/
+3
2016-02-08
python: use six.moves.cStringIO
Dylan Baker
1
-6
/
+4
2016-02-08
python: use future print, division, and absolute_import
Dylan Baker
5
-3
/
+5
2016-01-21
framework/backends/junit.py; timeouts are errors
Dylan Baker
1
-1
/
+1
2016-01-07
framework: record pid of test process in results
Dylan Baker
1
-10
/
+14
2015-11-11
framework: Convert the codebase to use the new global Options
Dylan Baker
1
-9
/
+7
2015-10-19
framework/backends/junit.py: add calculate_group_totals() to load
Dylan Baker
1
-0
/
+2
2015-10-19
framework/backends/junit.py: restore time from stderr
Dylan Baker
1
-0
/
+12
2015-10-08
framework/backends/junit.py: add start and end time to stderr
Dylan Baker
1
-0
/
+2
2015-10-08
framework: use TimeAttribute for TestResult and TestrunResult
Dylan Baker
2
-4
/
+25
2015-10-08
framework: Add a TimeAttribute class
Dylan Baker
1
-0
/
+1
2015-09-22
framework/backends.json.py: use TestrunResult.from_dict for resume
Dylan Baker
1
-12
/
+3
2015-09-22
framework/backends/json.py: don't resume if results.json.<comp> exists
Dylan Baker
1
-12
/
+6
2015-09-22
framework/backends/json.py: store totals data in json
Dylan Baker
1
-1
/
+17
2015-09-22
framework/results.py: add TestrunResult.from_dict method
Dylan Baker
1
-10
/
+18
2015-09-22
framework/results.py: Add a to_json method to the TestrunResults
Dylan Baker
1
-4
/
+1
2015-09-22
framework: replace TestResult dict with an object
Dylan Baker
3
-25
/
+52
2015-09-22
framework/backends/json.py: call set_meta() on resume
Dylan Baker
1
-0
/
+3
2015-09-01
framework/backends/abstract: Fix doubling compression suffixes
Dylan Baker
1
-1
/
+6
2015-08-12
xz: Use --help when detecting xz presence
Jordan Justen
1
-77
/
+76
2015-08-05
framework: when searching a directory ignore files ending in .old
Dylan Baker
1
-1
/
+1
2015-07-23
framework: Don't add extra '.' to xz compressed files on shell path
Dylan Baker
1
-1
/
+1
2015-07-23
framework: fix handling of files with a '.' in the name of the file
Dylan Baker
1
-1
/
+3
2015-07-23
framework: add --force to xz compress line
Dylan Baker
1
-1
/
+1
2015-07-23
framework: hide stderr messages from xz binary
Dylan Baker
1
-3
/
+8
2015-07-20
framework/backends/json.py: Fix PEP 8 issues.
Vinson Lee
1
-6
/
+6
2015-07-15
compression.py: fix compression to be updated when piglit.conf is reloaded
Dylan Baker
2
-28
/
+39
2015-07-09
framework: add support for xz compression via backports.lzma
Dylan Baker
1
-72
/
+84
2015-07-09
framework: add support for lzma via shell calls
Dylan Baker
1
-1
/
+79
2015-07-09
framework: add support for bz2 compression.
Dylan Baker
1
-2
/
+7
2015-07-09
framework: add support for gzip compressionn
Dylan Baker
1
-3
/
+6
2015-07-09
framework: Add ability to set a compression method on file backends
Dylan Baker
5
-55
/
+181
2015-07-07
framework/backends/abstract.py: use next() instead of generator.next()
Dylan Baker
1
-1
/
+1
2015-07-06
framework: fix loading from an fd
Dylan Baker
1
-1
/
+3
2015-06-29
Ignore piglit warning status in JUnit
Mark Janes
1
-2
/
+1
2015-06-09
framework: use proper exception message passing
Dylan Baker
2
-2
/
+2
2015-05-28
framework/backends/json.py: present a nice error message if a json resluts fi...
Dylan Baker
1
-1
/
+8
2015-05-19
backends/junit.py: use piglit generic exceptions
Dylan Baker
1
-2
/
+2
2015-05-19
backends: replace error class with generic error
Dylan Baker
2
-29
/
+3
2015-05-04
framework: write an incomplete status before running tests
Dylan Baker
3
-29
/
+79
2015-04-28
junit.py: Escape `api`/`search` in test's classname too.
Jose Fonseca
1
-3
/
+14
2015-04-27
json.py: fix key name typo in result loading
Thomas Wood
1
-1
/
+1
2015-04-27
json.py: use the existing filename when updating results version
Thomas Wood
1
-3
/
+2
2015-04-22
backends/json.py: Use an object_hook function for loading.
Dylan Baker
1
-11
/
+9
2015-04-09
backends: implemented loading support for junit.
Dylan Baker
1
-3
/
+67
2015-04-09
framework: Add helper functions to abstract the backend better
Dylan Baker
4
-1
/
+81
2015-04-09
framework: move json functions out of results into backends.json
Dylan Baker
2
-4
/
+401
[next]