summaryrefslogtreecommitdiffstats
path: root/pts-core
Commit message (Collapse)AuthorAgeFilesLines
...
* Tag Phoronix Test Suite 1.4.0 "Orkdal" Beta 1Michael Larabel2008-10-221-1/+1
|
* pts-core: Add __event_global_upload to PTS modules support for callingMichael Larabel2008-10-224-0/+17
| | | | | this function and passing the Phoronix Global URL when results have been uploaded
* pts-core: More read_dmidecode() parsing tweaksMichael Larabel2008-10-222-5/+8
|
* pts: Set TimesToRun to 3 for timed-build instead of 1Michael Larabel2008-10-221-1/+1
|
* pts-core: Add Linux support for reading DIMM speed, capacity, and bankMichael Larabel2008-10-213-3/+41
| | | | information through DMI
* pts-core: Add support for reading DMI information from dmidecode whereMichael Larabel2008-10-211-0/+46
| | | | available through the read_dmidecode() function
* pts_Graph: Round all dimensions and coordinates when using the SVGMichael Larabel2008-10-191-4/+4
| | | | renderer
* pts-core: Support for running a test from a PTS graph file that'sMichael Larabel2008-10-193-25/+56
| | | | | rendered as an SVG and then the user will be prompted with available choices
* pts-core: Pass select variables to PTS modules and describe theMichael Larabel2008-10-195-5/+13
| | | | functionality in pts_module_interface
* pts-core: Clean-up test install code and move External Dependencies codeMichael Larabel2008-10-192-220/+245
| | | | to pts-functions-install_dependencies.php
* pts-core: Rework downloads.xml code to use pts_objects_test_downloads()Michael Larabel2008-10-193-144/+129
| | | | with pts_test_file_download() class
* pts-core: Support for reading HDD model on Mac OS X (currently SATA onlyMichael Larabel2008-10-191-82/+96
| | | | and limited to a single drive)
* pts-core: When removing a saved result, remove the SVG files too (justMichael Larabel2008-10-191-0/+4
| | | | not PNG)
* 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-182-8/+7
| | | | 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-182-41/+46
|
* pts-core: Move ExternalDependencies tag location from TestInformation toMichael Larabel2008-10-181-1/+1
| | | | | | | 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-181-1/+1
| | | | 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-182-15/+27
| | | | so that extended pre/post/parse-results scripts can be run
* pts-core: Unify running pre/post/parse-results script running withMichael Larabel2008-10-181-28/+32
| | | | pts_call_test_script()
* pts-core: Change directory to the test installation directory beforeMichael Larabel2008-10-181-2/+2
| | | | running post.sh / post.php
* pts-core: Allow test profiles to append a test note to a results file byMichael Larabel2008-10-181-0/+5
| | | | | 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-182-21/+15
| | | | in the test notes of saved results
* pts-core: Delete pts-results-description, pts-test-version, andMichael Larabel2008-10-181-0/+3
| | | | pts-results-scale after reading them
* pts-core: Add and implement pts_test_result() classMichael Larabel2008-10-182-6/+18
|
* 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-171-1/+5
| | | | are no configuration options
* pts-core: Unify pts_test_generate_install_xml() andMichael Larabel2008-10-162-29/+57
| | | | pts_test_refresh_install_xml() into pts_test_refresh_install_xml()
* pts-core: Track motherboard, processor, OS, and compiler version when aMichael Larabel2008-10-163-1/+22
| | | | | 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-1630-273/+1671
| | | | 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-151-1/+1
| | | | IDs to not be detected
* pts-core: Make micro-timer framework use $PHP_BIN instead of php so thatMichael Larabel2008-10-152-2/+2
| | | | 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_Graph: More tweaksMichael Larabel2008-10-141-4/+5
|
* pts-core: Fix regression in pts_trim_double() that would return anMichael Larabel2008-10-141-15/+9
| | | | 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-141-10/+19
| | | | instead of vertically
* pts-core: Improve detection of graphics cards using common open-sourceMichael Larabel2008-10-141-11/+12
| | | | drivers
* Tag Phoronix Test Suite 1.4.0 Alpha 3Michael Larabel2008-10-141-1/+1
|
* system_monitor: Add support for using the SVG renderer in pts_GraphMichael Larabel2008-10-132-40/+47
|
* pts-core: Fix undefined variable of $PROPOSED_FILE_NAME inMichael Larabel2008-10-131-1/+5
| | | | SAVE_FILE_NAME define when not saving the results