| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Could be eventually good for profiling etc. (and better testing?)
|
|
|
|
|
| |
All tests pass (including the large piglit one, except I keep it commented
out, it takes over 4.5 minutes to finish).
|
|
|
|
|
|
|
| |
Tests now should cover all basics of JSON format.
Also added a method _run_test_strings for simple tests.
Created a parent class OurTestCase containing the above helper methods.
Moved static strings to special module.
|
| |
|
| |
|
|
|
|
|
| |
use from __future__ import division, absolute_import
use argparse instead of optparse
|
| |
|
|
Includes also tests for results of piglit run.
|