summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pts: Move the byte test profile to using the new $LOG_FILE capabilityMichael Larabel2008-10-013-6/+7
| | | | for an example and for testing
* pts-core: In user-config.xml, change LogVerboseSystemDetails tag toMichael Larabel2008-10-012-1/+2
| | | | SaveSystemDetails
* pts-core: Add option to user-config.xml in SaveBenchmarkLogs withMichael Larabel2008-10-015-0/+13
| | | | setting to TRUE will backup any tests utilizing the log file ($LOG_FILE)
* pts-core: Remove LOG_FILE after each test runMichael Larabel2008-10-011-1/+6
|
* pts-core: Add $LOG_FILE environmental variable during testing that theMichael Larabel2008-10-012-7/+11
| | | | test profiles can write their log file / results to
* pts-core: Fix for input-driven options with pts_test_options()Michael Larabel2008-10-011-19/+15
|
* pts: Switch all relevant test profiles using ArgumentName to usingMichael Larabel2008-10-0118-21/+16
| | | | ArgumentPrefix
* pts-core: Add ArgumentPostfix tag that is a string to be post-fixed toMichael Larabel2008-10-016-6/+26
| | | | the end of the argument, similar to ArgumentName/ArgumentPrefix
* pts-core: Add ArgumentPrefix tag to test profile support as aMichael Larabel2008-10-015-7/+22
| | | | replacement to using the ArgumentName tag
* pts-core: Fix regression from Alpha 1 that caused no test information toMichael Larabel2008-10-012-1/+2
| | | | be reported with list-test-usage option
* pts-core: Move test option handling to using pts_test_options() and newMichael Larabel2008-10-014-79/+181
| | | | pts_test_option() objects
* pts-core: Various minor improvements in pts-run-cmd.phpMichael Larabel2008-10-012-12/+9
|
* pts-core: Update upload-results to use new functionsMichael Larabel2008-10-016-16/+11
|
* pts-core: Remove unused $check_processes from pts-run-test.phpMichael Larabel2008-10-011-7/+0
|
* pts-core: Move test note creation code for saved results intoMichael Larabel2008-10-013-29/+43
| | | | pts_generate_test_notes()
* pts-core: Move Phoronix Global tag creation code intoMichael Larabel2008-10-013-11/+22
| | | | pts_promt_user_tags()
* install-sh: Remove the Phoronix Test Suite shared and documentationMichael Larabel2008-10-012-0/+4
| | | | | files prior to copying over new files, in case some files were changed removed in new release
* pts-core: Fix suite pre-run and post-run messages supplying an arrayMichael Larabel2008-10-011-2/+2
|
* pts-core: Add pts_module_call() as a meta function forMichael Larabel2008-09-303-32/+21
| | | | pts_sh_module_call() and pts_php_module_call()
* pts-core: Clean-up PHP module calls by using the newMichael Larabel2008-09-303-13/+20
| | | | pts_php_module_call()
* pts-core: Fix fatal error with list-modules when a module unloads itselfMichael Larabel2008-09-302-1/+2
| | | | | and is then re-included \
* pts-core: Add pts_remove() as a recursive file/directory removingMichael Larabel2008-09-303-1/+22
| | | | function
* pts-core: Cleanup uname calls in event uname isn't foundMichael Larabel2008-09-301-3/+3
|
* pts-core: Clean-up SH module calls by using the new pts_sh_module_call()Michael Larabel2008-09-303-10/+18
|
* pts-core: Set user-agent in pts_download() to PhoronixTestSuite/<PTSMichael Larabel2008-09-302-2/+4
| | | | Codename>
* pts-core: Add support for using curl to download files instead of justMichael Larabel2008-09-302-2/+11
| | | | wget
* pts-core: Don't call wget directly to download files but useMichael Larabel2008-09-304-3/+19
| | | | pts_download()
* pts-core: Fix undefined $bridgeMichael Larabel2008-09-301-1/+1
|
* pts-core: Fix regression that caused is_test() to always return trueMichael Larabel2008-09-301-1/+1
|
* pts-core: Add support for OS-specific test profiles throughMichael Larabel2008-09-303-4/+21
| | | | <OS_PREFIX>_<test> name but is accessible by just running <test>
* pts-core: Fix error in pts-functions.phpMichael Larabel2008-09-291-1/+1
|
* pts-core: Add PostRunMessage tag to the suite specification for showingMichael Larabel2008-09-294-0/+15
| | | | | the user a message before testing begins (similar to PostRunMessage in tests)
* pts-core: Add PreRunMessage tag to the suite specification for showingMichael Larabel2008-09-294-0/+17
| | | | | the user a message before testing begins (similar to PreRunMessage in tests)
* pts-core: Add PostInstallMessage tag for showing the user a messageMichael Larabel2008-09-294-20/+23
| | | | after the test has run
* pts-core: Add PostRunMessage tag for showing the user a message afterMichael Larabel2008-09-295-12/+28
| | | | the test has run
* pts-core: Fix regression that caused info <test> with a valid testMichael Larabel2008-09-292-1/+2
| | | | identifier not to be recognized
* pts-core: Add pts_installed_tests_array()Michael Larabel2008-09-293-13/+19
|
* Update EXPERIMENTAL-CHANGE-LOGMichael Larabel2008-09-291-1/+2
|
* pts-core: Use pts_test_tandem_XmlReader() in list-tests optionMichael Larabel2008-09-292-1/+2
|
* pts-core: Add pts_available_tests_array() andMichael Larabel2008-09-294-11/+31
| | | | pts_available_suites_array()
* pts-core: Strip "DRAM Controller" in pts_clean_information_string()Michael Larabel2008-09-282-1/+2
|
* update_checker: Correct comment line typoMichael Larabel2008-09-281-1/+1
|
* update_checker: Move code to check for PTS updates out of pts-core andMichael Larabel2008-09-284-15/+55
| | | | into its own module
* pts-core: Add IS_FIRST_RUN_TODAY that is set to TRUE if this is theMichael Larabel2008-09-283-1/+7
| | | | | first time PTS has been run that day \
* pts-core: When rebuilding the modules-config.xml table, check if theMichael Larabel2008-09-282-3/+7
| | | | module exists for each identifier otherwise remove it from the list
* pts-core: Add support for installing the Phoronix Certification &Michael Larabel2008-09-282-0/+21
| | | | Qualification Suite once agreeing to the terms
* pts: Move PCQS tests out of treeMichael Larabel2008-09-288-383/+1
|
* pts-core: Strip "Host Bridge" in pts_clean_information_string()Michael Larabel2008-09-272-1/+2
|
* pts-core: Add detection support for ATI/AMD Southbridge partsMichael Larabel2008-09-272-0/+8
|
* pts-core: Improve AMD motherboard chipset detectionMichael Larabel2008-09-272-1/+2
|