summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Sunflow and Sqlite profile updates...Michael Larabel2008-05-222-1/+4
|
* sunflow profile updateMichael Larabel2008-05-222-2/+4
|
* super-pi profile update...Michael Larabel2008-05-221-1/+3
|
* Small fix from uncle_fungus in install-all/force-install-all code.Michael Larabel2008-05-221-2/+2
|
* tandem-xml profile updateMichael Larabel2008-05-222-2/+5
|
* Warsow profile update...Michael Larabel2008-05-223-10/+39
|
* Update WINE profileMichael Larabel2008-05-221-3/+2
|
* Add force-install-all option from uncle_fungusMichael Larabel2008-05-223-0/+8
|
* Forgot to add DownloadSize and EnvironmentSize to x11perfMichael Larabel2008-05-221-0/+2
|
* x11perf 0.9.0 pre-releaseMichael Larabel2008-05-221-4/+4
|
* Bug fixes and improved showing of test identifiers from previously savedMichael Larabel2008-05-223-7/+27
| | | | files...
* Bug fixes...Michael Larabel2008-05-222-3/+8
|
* X-Plane 1.0 Profile Pre-Release...Michael Larabel2008-05-222-3/+6
|
* Enhanced merging support / appending "not-mergable" results at the endMichael Larabel2008-05-222-4/+58
| | | | of file
* Quake 4 profile update...Michael Larabel2008-05-221-4/+4
|
* Patch from uncle_fungus for enhancing the splitting of PNG graphs forMichael Larabel2008-05-223-18/+8
| | | | PTS sensor monitoring results viewer.
* Update etqw profile against ET: Quake Wars v1.5.Michael Larabel2008-05-225-27/+18
|
* Add install-all option for installing all available tests (Thanks toMichael Larabel2008-05-224-7/+27
| | | | uncle_fungus patch)
* Fix quake4 profile, works nowMichael Larabel2008-05-224-65/+23
|
* Fix etqw-demo profile, should be working well now.Michael Larabel2008-05-222-18/+26
|
* Fix divide by zero bugMichael Larabel2008-05-222-1/+7
|
* In list-tests don't display tests of status BROKEN. Add doom3-demo toMichael Larabel2008-05-222-2/+2
| | | | broken status.
* Handle reporting test results into an array, in order to allow for someMichael Larabel2008-05-221-4/+11
| | | | | future additions of other information that is reported with the test result.
* Rename ogl-extensions to compliance-ogl test...Michael Larabel2008-05-225-3/+3
|
* Tweak to pts_Graph alignment between title and sub-title.Michael Larabel2008-05-221-2/+2
|
* Drop -s argument from build-mplayer make to see if it fixes theMichael Larabel2008-05-221-1/+1
| | | | problems...
* Add build-apache to various test suites...Michael Larabel2008-05-225-2/+15
|
* Add build-apache test profile...Michael Larabel2008-05-226-0/+53
|
* Add specviewperf10 test profile for SPECViewPerf 10.0. Auto-detects CPUMichael Larabel2008-05-215-0/+137
| | | | | | cores for multi-threading, but the multi-sampling setup still needs to be provided as an option... Use multisampleRunAll in viewperf.config. Needs testing and other work...
* Trivial gnupg fix from uncle_fungusMichael Larabel2008-05-211-1/+1
|
* Add sqlite test profile...Michael Larabel2008-05-216-1/+64
|
* Add gnupg test profile for 1GB file encryption...Michael Larabel2008-05-217-0/+65
|
* Fix bug in make-download-cacheMichael Larabel2008-05-212-1/+2
|
* Updates to many profiles, mostly adding build-essential to many of theMichael Larabel2008-05-2115-13/+24
| | | | external dependencies in profiles...
* pts_version_comparable() fixes in pts-functions-mergeMichael Larabel2008-05-212-2/+3
|
* Add ogl-versions test as the first MULTI_PASS_FAIL test type and it usesMichael Larabel2008-05-214-0/+81
| | | | glew to check for OpenGL versions supported...
* Don't display text results within the PTS Results Viewer if the type isMichael Larabel2008-05-212-7/+9
| | | | of MULTI_*
* Fix from uncle_fungus so default arguments aren't set twice when runningMichael Larabel2008-05-211-1/+1
| | | | a global comparison...
* Add MULTI_PASS_FAIL type to pts-functions-run areas...Michael Larabel2008-05-211-17/+25
|
* Complete pts_MultiPassFailGraph (MULTI_PASS_FAIL) graph type... ShouldMichael Larabel2008-05-212-52/+40
| | | | | be working well except for a few situations where the alignment or rectangular fill is off by a pixel or two...
* Fix ET:QW (retail) profile (Thanks to niackho)Michael Larabel2008-05-213-3/+63
|
* Fix ET:QW demo profile, should now work...Michael Larabel2008-05-214-13/+20
|
* Fix Warsow profile, should be working. Thanks to uncle_fungus.Michael Larabel2008-05-214-7/+11
|
* uncle_fungus cleaning of phoronix-test-suite to use cat EOT instead ofMichael Larabel2008-05-211-31/+40
| | | | echos.
* Change build-php to the /usr/bin/time -> time changeMichael Larabel2008-05-201-1/+1
|
* Change static /usr/bin/time to time in all test profiles...Michael Larabel2008-05-2014-15/+15
|
* Trivial changes...Michael Larabel2008-05-201-2/+0
|
* Trivial fix of pts_string_bool's On -> on due to strtolowerMichael Larabel2008-05-201-1/+1
| | | | comparison...
* Add pts_string_bool() for improved boolean handling of strings...Michael Larabel2008-05-202-1/+6
|
* Add initial pts_MultiPassFailGraph type... Still a fair amount of workMichael Larabel2008-05-203-4/+113
| | | | left in finishing this graph type, but should be done soon.