summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Improve reporting of system RAM information when not all DMIMichael Larabel2008-10-292-3/+9
| | | | data is present
* pts_Graph: Support resizing the font size in write_text_center() ifMichael Larabel2008-10-292-3/+8
| | | | | it's too large to fit within the bounding box
* pts-core: Add support for checking if SELinux is enabled/runningMichael Larabel2008-10-282-0/+19
|
* pts-core: Add Tracker (trackerd) to $check_processesMichael Larabel2008-10-282-1/+3
|
* pts-core: Improve RAM model/speed/type identificationMichael Larabel2008-10-282-3/+11
|
* pts: Switch pts-graph test profile to using $PHP_BIN instead of callingMichael Larabel2008-10-284-3/+3
| | | | | php (thus allows it to run where PHP isn't part of their path, such as Solaris)
* pts: Switch tandem-xml test profile to using $PHP_BIN instead of callingMichael Larabel2008-10-283-2/+8
| | | | | php (thus allows it to run where PHP isn't part of their path, such as Solaris)
* pts-core: Fix showing Phoronix Global URLs in browser (reported byMichael Larabel2008-10-284-3/+3
| | | | Marox)
* documentation: Bring all documentation up-to-date with OrkdalMichael Larabel2008-10-275-9/+21
|
* Tag Phoronix Test Suite 1.4.0 Beta 2Michael Larabel2008-10-272-2/+3
|
* pts-core: Output dmesg when saving system detailsMichael Larabel2008-10-272-0/+9
|
* pts-core: Copy the Xorg.0.log when saving system detailsMichael Larabel2008-10-272-0/+6
|
* pts-core: Create TEST_ENV_DIR and SAVE_RESULTS_DIR directories onMichael Larabel2008-10-272-0/+9
| | | | start-up
* pts-core: Add base/ support to locally stored test profiles andMichael Larabel2008-10-263-2/+18
| | | | resources
* pts-core: Add pts_run_shell_script() for extracting a sh script thatMichael Larabel2008-10-264-2/+12
| | | | abstracts the shell_exec command
* pts-core: Add pts_extract_file() for extracting a tar file thatMichael Larabel2008-10-263-2/+25
| | | | abstracts the shell_exec command
* pts-core: Add pts_move_file() function for moving a file that abstractsMichael Larabel2008-10-263-2/+7
| | | | the shell_exec command
* pts-core: Move some abstracted shell commands to newMichael Larabel2008-10-263-60/+87
| | | | pts-functions_shell.php file
* pts-core: Rename pts-core/pts-results-viewer/ toMichael Larabel2008-10-2611-4/+6
| | | | pts-core/results-viewer/
* pts-core: Move timer-start.sh and timer-stop.sh from pts-core/scripts/Michael Larabel2008-10-264-2/+3
| | | | to pts-core/test-libraries/
* pts-core: Improve motherboard detection for vendors that report aMichael Larabel2008-10-262-1/+2
| | | | version string of "1234567890" (such as Super Micro)
* pts: Add new mirrors for lzma-4.32.6.tar.gz in compress-lzma testMichael Larabel2008-10-262-1/+2
| | | | profile since current ones have been removed
* pts-core: Add result-info option for showing basic information about aMichael Larabel2008-10-245-26/+69
| | | | saved result file
* pts: Update build-php php-5.2.5 download linksMichael Larabel2008-10-242-1/+2
|
* pts-core: Only call a PTS SH module if the command being called is inMichael Larabel2008-10-232-1/+5
| | | | pts_module_processes() but no pts_module_events() support
* Tag Phoronix Test Suite 1.4.0 "Orkdal" Beta 1Michael Larabel2008-10-223-206/+206
|
* pts-core: Add __event_global_upload to PTS modules support for callingMichael Larabel2008-10-225-0/+18
| | | | | 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: Trivial test suite updatesMichael Larabel2008-10-222-10/+2
|
* pts: Set TimesToRun to 3 for timed-build instead of 1Michael Larabel2008-10-223-2/+3
|
* pts-core: Add Linux support for reading DIMM speed, capacity, and bankMichael Larabel2008-10-214-3/+42
| | | | information through DMI
* pts-core: Add support for reading DMI information from dmidecode whereMichael Larabel2008-10-212-0/+47
| | | | available through the read_dmidecode() function
* pts: Update darwin and nevada test suites to call the java test suiteMichael Larabel2008-10-202-12/+2
| | | | instead of manually adding those tests
* pts: Add bork test profile for Java Bork File Encrypter testMichael Larabel2008-10-207-1/+53
|
* pts_Graph: Round all dimensions and coordinates when using the SVGMichael Larabel2008-10-192-4/+5
| | | | renderer
* pts-core: Support for running a test from a PTS graph file that'sMichael Larabel2008-10-194-25/+57
| | | | | 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-196-5/+14
| | | | functionality in pts_module_interface
* pts-core: Clean-up test install code and move External Dependencies codeMichael Larabel2008-10-193-220/+246
| | | | to pts-functions-install_dependencies.php
* 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
|