summaryrefslogtreecommitdiffstats
path: root/pts-core
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* pts-core: $OPERATING_SYSTEM for pts_user_runtime_variables() should beMichael Larabel2008-10-121-1/+1
| | | | operating_system_release() instead of the pts_vendor_identifier()
* pts-core: Dump end-user run-time variables with diagnostics optionMichael Larabel2008-10-121-0/+3
|
* pts-core: Restructure the end-user run-time variables code and add support forMichael Larabel2008-10-123-13/+38
| | | | $HOSTNAME
* pts-core: Minor fixes in list-test-usageMichael Larabel2008-10-121-1/+4
|
* pts-core: Add average run-time to list-test-usageMichael Larabel2008-10-122-13/+34
|
* pts-core: When running list-suites, don't show suites that aren'tMichael Larabel2008-10-122-1/+42
| | | | | supported at all by the installed software/hardware and indicate only partially supported suites
* pts-core: Change format of list-test-usageMichael Larabel2008-10-121-4/+5
|
* pts: Update many test profiles to using $LOG_FILEMichael Larabel2008-10-091-0/+7
| | | | pts-core: Various minor tweaks in the functions run file
* pts-core: Show average run-time with info <test> commandMichael Larabel2008-10-091-0/+6
|
* pts-core: Keep a running average how long it takes to run a given test.Michael Larabel2008-10-093-3/+20
| | | | This is stored in the AverageRunTime tag within the pts-install.xml
* pts-core: Add RequiresCoreVersion tag if the test profile is onlyMichael Larabel2008-10-093-1/+23
| | | | compatible with select versions of the Phoronix Test Suite
* pts-core: Fix pts_test_version_compatible()Michael Larabel2008-10-091-4/+4
|
* pts-core: Add RunMode tag to suite XML and if it's set to "PCQS", enableMichael Larabel2008-10-096-8/+37
| | | | IS_PCQS_MODE
* pts-core: Improve NVIDIA Motherboard Chipset detectionMichael Larabel2008-10-091-1/+1
|
* pts-core: Tweak motherboard detectionMichael Larabel2008-10-091-1/+1
|
* pts-core: Fix typo in drive calculationMichael Larabel2008-10-081-1/+1
|
* pts-core: If PTS micro-timer is less than three seconds, return zero asMichael Larabel2008-10-081-1/+1
| | | | | the test likely failed \
* pts-core: Add support for ATA-6 hard drivesMichael Larabel2008-10-081-2/+2
|
* pts-core: More hard drive detection changesMichael Larabel2008-10-081-3/+8
|
* pts-core: Tweak hard drive size detectionMichael Larabel2008-10-081-3/+3
|
* pts-core: Don't report "Limited." in information stringsMichael Larabel2008-10-081-1/+1
|
* pts-core: Fix CPU frequency detection for Intel Xeon LV processors andMichael Larabel2008-10-081-1/+1
| | | | potentially other CPU families
* pts-core: Improve real disk drive size calculationMichael Larabel2008-10-081-3/+7
|
* pts-core: Don't report wiped out disksMichael Larabel2008-10-081-12/+15
|
* pts-core: Add support for reading hard disk model number and true diskMichael Larabel2008-10-084-10/+137
| | | | capacity
* pts-core: Don't complain about test mismatch in merge function if usingMichael Larabel2008-10-061-1/+1
| | | | a Global ID
* pts-core: Fix regression that broke compatibility to runMichael Larabel2008-10-061-1/+1
| | | | phoronix-test-suite benchmark <Phoronix Global ID>
* pts-core: Embed hidden information in the SVG graph files that identifyMichael Larabel2008-10-062-4/+19
| | | | | the test, GlobalID, and user, to provide new end-user options in the future
* pts_Graph: Set viewbox in SVG rendererMichael Larabel2008-10-061-1/+1
|
* pts-core: Fix regression in AMD Southbridge detectionMichael Larabel2008-10-051-1/+1
|