index
:
~fredrik/piglit
arb-direct-state-access
arb-multi-bind
master
Unnamed repository; edit this file to name it for gitweb.
fredrik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
framework
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-01
framework: add exception back to TestResult class
Dylan Baker
2
-2
/
+15
2015-09-30
framework: add clinfo to system information
Dylan Baker
4
-2
/
+11
2015-09-25
framework/summary: Fix regressions and fixes list to not include skip
Dylan Baker
1
-2
/
+6
2015-09-24
framework/results.py: write command to json
Dylan Baker
1
-4
/
+5
2015-09-24
framework/results.py: Fix Subtests class
Dylan Baker
3
-8
/
+29
2015-09-24
framework/tests/results_tests.py: fix copy and paste error in test
Dylan Baker
1
-2
/
+2
2015-09-23
framework/core: add fallback to PiglitConfig.safe_get
Dylan Baker
2
-3
/
+7
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/summary/html_.py: split the html function
Dylan Baker
2
-42
/
+86
2015-09-22
framework/summary/console_.py: split the code print tests out
Dylan Baker
2
-23
/
+55
2015-09-22
framework/summary/console_.py: split summary printer out
Dylan Baker
2
-53
/
+186
2015-09-22
framework/summary.py: split summary module into a package
Dylan Baker
5
-219
/
+307
2015-09-22
framework/tests/summary_tests.py: Add a few additional tests
Dylan Baker
1
-0
/
+16
2015-09-22
framework/status.py: Speed up status_lookup
Dylan Baker
1
-15
/
+15
2015-09-22
framework/summary.py: update copyright header
Dylan Baker
1
-20
/
+21
2015-09-22
framework/summary.py: add a module docstring
Dylan Baker
1
-0
/
+7
2015-09-22
framework/summary.py: drop HTMLIndex class
Dylan Baker
1
-411
/
+170
2015-09-22
framework/summary.py: add helper to turn times into time deltas
Dylan Baker
2
-7
/
+23
2015-09-22
framework/summary.py: remove the Summary object.
Dylan Baker
3
-146
/
+118
2015-09-22
framework/summary.py: simplify templates by using a TemplateLookup
Dylan Baker
1
-37
/
+19
2015-09-22
framework/summary.py: calculate fractions and colors for html on the fly
Dylan Baker
2
-211
/
+43
2015-09-22
framework/summary.py: sort tests in console output
Dylan Baker
1
-1
/
+1
2015-09-22
framework/summary.py: split console generator from Summary object
Dylan Baker
3
-99
/
+123
2015-09-22
framework/summary.py: Add a class to summary for calculating categories
Dylan Baker
4
-37
/
+542
2015-09-22
framework/summary.py: split diff generating code into toplevel function
Dylan Baker
2
-10
/
+37
2015-09-22
framework/summary.py: make text columns width variable
Dylan Baker
1
-7
/
+15
2015-09-22
framework/summary.py: Make the text mode less weird
Dylan Baker
1
-18
/
+57
2015-09-22
framework/summary.py: stop calculating totals at run time
Dylan Baker
1
-19
/
+4
2015-09-22
framework/backends/json.py: store totals data in json
Dylan Baker
2
-3
/
+66
2015-09-22
framework/results.py: add TestrunResult.from_dict method
Dylan Baker
4
-10
/
+118
2015-09-22
framework/results.py: Add a to_json method to the TestrunResults
Dylan Baker
3
-4
/
+67
2015-09-22
framework/results.py: Add a method to TestrunResult to calculate totals
Dylan Baker
2
-2
/
+144
2015-09-22
framework: move unicode conversion handling to TestResult
Dylan Baker
4
-23
/
+105
2015-09-22
framework/results: make the result of a test the worst of its subtests
Dylan Baker
2
-0
/
+11
2015-09-22
framework: replace TestResult dict with an object
Dylan Baker
27
-334
/
+705
2015-09-22
framework/backends/json.py: call set_meta() on resume
Dylan Baker
1
-0
/
+3
2015-09-22
framework/grouptools: fix commonprefix to handle non-overlapping values
Dylan Baker
2
-1
/
+10
2015-09-22
framework/programs/summary.py: Fix summaries compression when updating
Dylan Baker
1
-6
/
+17
2015-09-09
framework/status.py: Add early return to status_lookup
Dylan Baker
1
-0
/
+5
2015-09-09
framework/status.py: rename 'Not Run' to 'notrun'
Dylan Baker
1
-1
/
+1
2015-09-09
framework/status.py: Make StatusException a child of PiglitInternalError
Dylan Baker
1
-3
/
+9
2015-09-09
framework/grouptools: fix join to handle empty elements correctly
Dylan Baker
2
-0
/
+16
2015-09-09
framework/grouptools: fix commonprefix with empty value
Dylan Baker
2
-0
/
+10
2015-09-09
framework/tests: remove old group separator strings
Dylan Baker
1
-16
/
+18
2015-09-09
framework/tests/utils.py: Make the TestFailure exception message better
Dylan Baker
1
-2
/
+22
2015-09-01
framework/backends/abstract: Fix doubling compression suffixes
Dylan Baker
1
-1
/
+6
2015-09-01
framework/tests: Add tests for recompressing results
Dylan Baker
1
-0
/
+33
2015-08-21
framework/tests: remove error messages that were not helpful
Dylan Baker
6
-10
/
+11
2015-08-21
framework/tests: replace 'assert' with nose.tools function
Dylan Baker
11
-43
/
+42
[next]