Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-23 | Python: Add spaces after commas. | Vinson Lee | 1 | -6/+6 | |
2009-08-21 | Python: Remove unused imports. | Vinson Lee | 1 | -1/+0 | |
2009-04-15 | Use os.path.join() for directory/file paths. | Vinson Lee | 1 | -20/+20 | |
2008-08-27 | piglit-summary-html.py: Add glxinfo/lspci output to HTML summaries | Nicolai Haehnle | 1 | -1/+11 | |
2008-06-30 | piglit-summary-html.py: Some more features for automated summaries | Nicolai Haehnle | 1 | -6/+35 | |
2008-06-12 | Generate abbreviated results | Nicolai Haehnle | 1 | -2/+6 | |
The results files can get rather huge when tests fail, because tests like glean/blendFunc output a lot of debugging data, which we all record. Now, we generate an additional .../summary file, in which the info string is simply truncated. Pretty stupid, but it should give enough info to get an idea of the rough kind of failure. Add a new option for piglit-summary-html.py, to choose between full or abbreviated info when both are present. | |||||
2008-02-21 | Fix path generation for test result html. | Eric Anholt | 1 | -1/+1 | |
2008-02-21 | Use /usr/bin/env python instead of /usr/bin/python for portability. | Eric Anholt | 1 | -1/+1 | |
2007-04-03 | Refactor summary generation | Nicolai Haehnle | 1 | -180/+43 | |
2007-04-03 | Nonsensical reference in license | Nicolai Haehnle | 1 | -1/+1 | |
2007-03-26 | Add some cgi.escapes | Nicolai Haehnle | 1 | -2/+3 | |
2007-03-25 | piglit: Fix calls to exit() | Jeff Muizelaar | 1 | -1/+1 | |
Fix calls to exit() to use sys.exit(). 'exit' is a string. We want to use sys.exit instead. Signed-off-by: Nicolai Haehnle <nhaehnle@gmail.com> | |||||
2007-03-25 | Fetch templates relative to piglit-summary-html.py | Nicolai Haehnle | 1 | -16/+18 | |
2007-03-24 | Initial commit | Nicolai Hähnle | 1 | -0/+414 | |