summaryrefslogtreecommitdiffstats
path: root/pts-core
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Improve reporting of system RAM information when not all DMIMichael Larabel2008-10-291-3/+8
| | | | data is present
* pts_Graph: Support resizing the font size in write_text_center() ifMichael Larabel2008-10-291-3/+7
| | | | | it's too large to fit within the bounding box
* pts-core: Add support for checking if SELinux is enabled/runningMichael Larabel2008-10-281-0/+18
|
* pts-core: Add Tracker (trackerd) to $check_processesMichael Larabel2008-10-281-1/+2
|
* pts-core: Improve RAM model/speed/type identificationMichael Larabel2008-10-281-3/+10
|
* pts-core: Fix showing Phoronix Global URLs in browser (reported byMichael Larabel2008-10-281-1/+1
| | | | Marox)
* Tag Phoronix Test Suite 1.4.0 Beta 2Michael Larabel2008-10-271-1/+1
|
* pts-core: Output dmesg when saving system detailsMichael Larabel2008-10-271-0/+8
|
* pts-core: Copy the Xorg.0.log when saving system detailsMichael Larabel2008-10-271-0/+5
|
* pts-core: Create TEST_ENV_DIR and SAVE_RESULTS_DIR directories onMichael Larabel2008-10-271-0/+8
| | | | start-up
* pts-core: Add base/ support to locally stored test profiles andMichael Larabel2008-10-262-2/+17
| | | | resources
* pts-core: Add pts_run_shell_script() for extracting a sh script thatMichael Larabel2008-10-263-2/+11
| | | | abstracts the shell_exec command
* pts-core: Add pts_extract_file() for extracting a tar file thatMichael Larabel2008-10-262-2/+24
| | | | abstracts the shell_exec command
* pts-core: Add pts_move_file() function for moving a file that abstractsMichael Larabel2008-10-262-2/+6
| | | | the shell_exec command
* pts-core: Move some abstracted shell commands to newMichael Larabel2008-10-262-60/+86
| | | | pts-functions_shell.php file
* pts-core: Rename pts-core/pts-results-viewer/ toMichael Larabel2008-10-2610-4/+5
| | | | pts-core/results-viewer/
* pts-core: Move timer-start.sh and timer-stop.sh from pts-core/scripts/Michael Larabel2008-10-263-2/+2
| | | | to pts-core/test-libraries/
* pts-core: Improve motherboard detection for vendors that report aMichael Larabel2008-10-261-1/+1
| | | | version string of "1234567890" (such as Super Micro)
* pts-core: Add result-info option for showing basic information about aMichael Larabel2008-10-241-26/+60
| | | | saved result file
* pts-core: Only call a PTS SH module if the command being called is inMichael Larabel2008-10-231-1/+1
| | | | pts_module_processes() but no pts_module_events() support
* 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
|