summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pts-core: Rework downloads.xml code to use pts_objects_test_downloads()Michael Larabel2008-10-194-144/+130
| | | | with pts_test_file_download() class
* pts-core: Support for reading HDD model on Mac OS X (currently SATA onlyMichael Larabel2008-10-192-82/+97
| | | | and limited to a single drive)
* pts-core: When removing a saved result, remove the SVG files too (justMichael Larabel2008-10-192-0/+5
| | | | not PNG)
* pts: Set TimesToRun to 5 in timed-audio-encode base testMichael Larabel2008-10-192-1/+2
|
* pts-core: More code restructuring and cleaningMichael Larabel2008-10-195-93/+80
|
* pts-core: More restructuring of pts-functions-run.php and furtherMichael Larabel2008-10-193-83/+94
| | | | enriching the pts_test_result class
* pts-core: More reordering and optimizing pts-functions-run.php codeMichael Larabel2008-10-193-115/+141
|
* pts-core: Allow select objects to be exposed to PTS modules when callingMichael Larabel2008-10-183-8/+8
| | | | them, by passing them as the second argument in pts_module_call()
* pts-core: Start reordering and optimizing pts-functions-run.php codeMichael Larabel2008-10-183-41/+47
|
* pts-core: Move ExternalDependencies tag location from TestInformation toMichael Larabel2008-10-1849-55/+58
| | | | | | | Test Profile block (This breaks compatibility with earlier test profiles!) pts: Update the location of the ExternalDependencies tag in all relevant test profiles
* pts: Add java-environment base test that provides the java externalMichael Larabel2008-10-189-12/+39
| | | | dependency and reports Java version to test notes
* pts-core: Automatically append periods to test notesMichael Larabel2008-10-184-9/+9
|
* pts-core: Support pts_call_test_script() using Cascading Test ProfilesMichael Larabel2008-10-183-15/+28
| | | | so that extended pre/post/parse-results scripts can be run
* pts-core: Unify running pre/post/parse-results script running withMichael Larabel2008-10-182-28/+33
| | | | pts_call_test_script()
* pts-core: Change directory to the test installation directory beforeMichael Larabel2008-10-182-2/+3
| | | | running post.sh / post.php
* pts-core: Allow test profiles to append a test note to a results file byMichael Larabel2008-10-182-0/+6
| | | | | writing the information to pts-test-note in the test installation directory
* pts-core: Add pts_add_test_note() function for reporting items to listMichael Larabel2008-10-183-21/+16
| | | | in the test notes of saved results
* pts-core: Delete pts-results-description, pts-test-version, andMichael Larabel2008-10-182-0/+4
| | | | pts-results-scale after reading them
* pts-core: Add and implement pts_test_result() classMichael Larabel2008-10-183-6/+19
|
* pts-core: Add pts-generic-classes.phpMichael Larabel2008-10-182-0/+26
|
* pts-core: Clean-up IS_*_GRAPHICS define setupMichael Larabel2008-10-181-30/+26
|
* pts-core: Don't report "Test Configuration" header for tests where thereMichael Larabel2008-10-172-2/+7
| | | | are no configuration options
* pts: Add nevada test suite for key OpenSolaris testsMichael Larabel2008-10-162-0/+72
|
* pts-core: Unify pts_test_generate_install_xml() andMichael Larabel2008-10-163-29/+58
| | | | pts_test_refresh_install_xml() into pts_test_refresh_install_xml()
* pts: Update build-imagemagick and compress-pbzip2 that appear to haveMichael Larabel2008-10-162-0/+2
| | | | problems on OpenSolaris
* pts: Drop etc/ folder full of XML template filesMichael Larabel2008-10-165-71/+1
|
* pts-core: Track motherboard, processor, OS, and compiler version when aMichael Larabel2008-10-164-1/+23
| | | | | test is installed, and if any one ends up getting changed, force re-install of that test
* pts-core: Clean / optimize pts-core code / run PEAR's PHP_CodeSnifferMichael Larabel2008-10-1631-273/+1672
| | | | and clean up most errors and warnings
* pts-core: Fix $test_type to report to pts_generate_test_notes()Michael Larabel2008-10-152-2/+2
|
* pts-core: Fix bug in pts_contained_tests() that caused Phoronix GlobalMichael Larabel2008-10-152-1/+2
| | | | IDs to not be detected
* pts-core: Make micro-timer framework use $PHP_BIN instead of php so thatMichael Larabel2008-10-154-86/+7
| | | | it can run on OpenSolaris
* pts-core: Fix bug in pts-functions_tests.phpMichael Larabel2008-10-151-5/+3
|
* pts-core: Improve OpenSolaris hardware detection with motherboard andMichael Larabel2008-10-153-71/+97
| | | | processor
* pts: Update all test profiles as to whether they supportMichael Larabel2008-10-151-0/+45
| | | | Solaris/OpenSolaris
* pts-core: Report $PHP_BIN during testing process so the timer and otherMichael Larabel2008-10-151-1/+1
| | | | yet-to-be-implemented functionality can be added in
* pts-core: Eliminate un-needed $vendor variable that storesMichael Larabel2008-10-151-2/+0
| | | | pts_vendor_identifier();
* pts: Update all test profiles as to whether they supportMichael Larabel2008-10-1551-40/+51
| | | | Solaris/OpenSolaris
* pts-core: Add support for detecting php binary at /usr/php/bin/phpMichael Larabel2008-10-151-0/+3
|
* pts: OpenSolaris External Dependencies XML was namedMichael Larabel2008-10-151-0/+84
| | | | | opensolaris-package.xml when it should be named opensolaris-packages.xml, now fixed
* pts: Fix compress-* test profiles with the proper 2GB file sizeMichael Larabel2008-10-154-3/+4
|
* pts_Graph: More tweaksMichael Larabel2008-10-141-4/+5
|
* pts-core: Fix regression in pts_trim_double() that would return anMichael Larabel2008-10-142-15/+10
| | | | array instead of float-formatted string
* pts_Graph: Improve SVG renderer of text alignmentMichael Larabel2008-10-141-0/+3
|
* pts_Graph: Write Y-axis title horizontally along the top of the graphMichael Larabel2008-10-142-10/+20
| | | | instead of vertically
* pts: Change run-count for gtkperf test profile from 2000 to 5000Michael Larabel2008-10-143-2/+3
|
* pts: Update espeak test profile with eSpeak engine 1.39Michael Larabel2008-10-144-10/+11
|
* pts-core: Improve detection of graphics cards using common open-sourceMichael Larabel2008-10-142-11/+16
| | | | drivers
* Tag Phoronix Test Suite 1.4.0 Alpha 3Michael Larabel2008-10-142-2/+3
|
* pts: Mandatory major version bump for most test profilesMichael Larabel2008-10-1468-67/+69
|
* pts: More test profile updates....Michael Larabel2008-10-1412-36/+37
|