Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pts: Move the byte test profile to using the new $LOG_FILE capability | Michael Larabel | 2008-10-01 | 3 | -6/+7 | |
| | | | | for an example and for testing | |||||
* | pts-core: In user-config.xml, change LogVerboseSystemDetails tag to | Michael Larabel | 2008-10-01 | 2 | -1/+2 | |
| | | | | SaveSystemDetails | |||||
* | pts-core: Add option to user-config.xml in SaveBenchmarkLogs with | Michael Larabel | 2008-10-01 | 5 | -0/+13 | |
| | | | | setting to TRUE will backup any tests utilizing the log file ($LOG_FILE) | |||||
* | pts-core: Remove LOG_FILE after each test run | Michael Larabel | 2008-10-01 | 1 | -1/+6 | |
| | ||||||
* | pts-core: Add $LOG_FILE environmental variable during testing that the | Michael Larabel | 2008-10-01 | 2 | -7/+11 | |
| | | | | test profiles can write their log file / results to | |||||
* | pts-core: Fix for input-driven options with pts_test_options() | Michael Larabel | 2008-10-01 | 1 | -19/+15 | |
| | ||||||
* | pts: Switch all relevant test profiles using ArgumentName to using | Michael Larabel | 2008-10-01 | 18 | -21/+16 | |
| | | | | ArgumentPrefix | |||||
* | pts-core: Add ArgumentPostfix tag that is a string to be post-fixed to | Michael Larabel | 2008-10-01 | 6 | -6/+26 | |
| | | | | the end of the argument, similar to ArgumentName/ArgumentPrefix | |||||
* | pts-core: Add ArgumentPrefix tag to test profile support as a | Michael Larabel | 2008-10-01 | 5 | -7/+22 | |
| | | | | replacement to using the ArgumentName tag | |||||
* | pts-core: Fix regression from Alpha 1 that caused no test information to | Michael Larabel | 2008-10-01 | 2 | -1/+2 | |
| | | | | be reported with list-test-usage option | |||||
* | pts-core: Move test option handling to using pts_test_options() and new | Michael Larabel | 2008-10-01 | 4 | -79/+181 | |
| | | | | pts_test_option() objects | |||||
* | pts-core: Various minor improvements in pts-run-cmd.php | Michael Larabel | 2008-10-01 | 2 | -12/+9 | |
| | ||||||
* | pts-core: Update upload-results to use new functions | Michael Larabel | 2008-10-01 | 6 | -16/+11 | |
| | ||||||
* | pts-core: Remove unused $check_processes from pts-run-test.php | Michael Larabel | 2008-10-01 | 1 | -7/+0 | |
| | ||||||
* | pts-core: Move test note creation code for saved results into | Michael Larabel | 2008-10-01 | 3 | -29/+43 | |
| | | | | pts_generate_test_notes() | |||||
* | pts-core: Move Phoronix Global tag creation code into | Michael Larabel | 2008-10-01 | 3 | -11/+22 | |
| | | | | pts_promt_user_tags() | |||||
* | install-sh: Remove the Phoronix Test Suite shared and documentation | Michael Larabel | 2008-10-01 | 2 | -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 array | Michael Larabel | 2008-10-01 | 1 | -2/+2 | |
| | ||||||
* | pts-core: Add pts_module_call() as a meta function for | Michael Larabel | 2008-09-30 | 3 | -32/+21 | |
| | | | | pts_sh_module_call() and pts_php_module_call() | |||||
* | pts-core: Clean-up PHP module calls by using the new | Michael Larabel | 2008-09-30 | 3 | -13/+20 | |
| | | | | pts_php_module_call() | |||||
* | pts-core: Fix fatal error with list-modules when a module unloads itself | Michael Larabel | 2008-09-30 | 2 | -1/+2 | |
| | | | | | and is then re-included \ | |||||
* | pts-core: Add pts_remove() as a recursive file/directory removing | Michael Larabel | 2008-09-30 | 3 | -1/+22 | |
| | | | | function | |||||
* | pts-core: Cleanup uname calls in event uname isn't found | Michael Larabel | 2008-09-30 | 1 | -3/+3 | |
| | ||||||
* | pts-core: Clean-up SH module calls by using the new pts_sh_module_call() | Michael Larabel | 2008-09-30 | 3 | -10/+18 | |
| | ||||||
* | pts-core: Set user-agent in pts_download() to PhoronixTestSuite/<PTS | Michael Larabel | 2008-09-30 | 2 | -2/+4 | |
| | | | | Codename> | |||||
* | pts-core: Add support for using curl to download files instead of just | Michael Larabel | 2008-09-30 | 2 | -2/+11 | |
| | | | | wget | |||||
* | pts-core: Don't call wget directly to download files but use | Michael Larabel | 2008-09-30 | 4 | -3/+19 | |
| | | | | pts_download() | |||||
* | pts-core: Fix undefined $bridge | Michael Larabel | 2008-09-30 | 1 | -1/+1 | |
| | ||||||
* | pts-core: Fix regression that caused is_test() to always return true | Michael Larabel | 2008-09-30 | 1 | -1/+1 | |
| | ||||||
* | pts-core: Add support for OS-specific test profiles through | Michael Larabel | 2008-09-30 | 3 | -4/+21 | |
| | | | | <OS_PREFIX>_<test> name but is accessible by just running <test> | |||||
* | pts-core: Fix error in pts-functions.php | Michael Larabel | 2008-09-29 | 1 | -1/+1 | |
| | ||||||
* | pts-core: Add PostRunMessage tag to the suite specification for showing | Michael Larabel | 2008-09-29 | 4 | -0/+15 | |
| | | | | | the user a message before testing begins (similar to PostRunMessage in tests) | |||||
* | pts-core: Add PreRunMessage tag to the suite specification for showing | Michael Larabel | 2008-09-29 | 4 | -0/+17 | |
| | | | | | the user a message before testing begins (similar to PreRunMessage in tests) | |||||
* | pts-core: Add PostInstallMessage tag for showing the user a message | Michael Larabel | 2008-09-29 | 4 | -20/+23 | |
| | | | | after the test has run | |||||
* | pts-core: Add PostRunMessage tag for showing the user a message after | Michael Larabel | 2008-09-29 | 5 | -12/+28 | |
| | | | | the test has run | |||||
* | pts-core: Fix regression that caused info <test> with a valid test | Michael Larabel | 2008-09-29 | 2 | -1/+2 | |
| | | | | identifier not to be recognized | |||||
* | pts-core: Add pts_installed_tests_array() | Michael Larabel | 2008-09-29 | 3 | -13/+19 | |
| | ||||||
* | Update EXPERIMENTAL-CHANGE-LOG | Michael Larabel | 2008-09-29 | 1 | -1/+2 | |
| | ||||||
* | pts-core: Use pts_test_tandem_XmlReader() in list-tests option | Michael Larabel | 2008-09-29 | 2 | -1/+2 | |
| | ||||||
* | pts-core: Add pts_available_tests_array() and | Michael Larabel | 2008-09-29 | 4 | -11/+31 | |
| | | | | pts_available_suites_array() | |||||
* | pts-core: Strip "DRAM Controller" in pts_clean_information_string() | Michael Larabel | 2008-09-28 | 2 | -1/+2 | |
| | ||||||
* | update_checker: Correct comment line typo | Michael Larabel | 2008-09-28 | 1 | -1/+1 | |
| | ||||||
* | update_checker: Move code to check for PTS updates out of pts-core and | Michael Larabel | 2008-09-28 | 4 | -15/+55 | |
| | | | | into its own module | |||||
* | pts-core: Add IS_FIRST_RUN_TODAY that is set to TRUE if this is the | Michael Larabel | 2008-09-28 | 3 | -1/+7 | |
| | | | | | first time PTS has been run that day \ | |||||
* | pts-core: When rebuilding the modules-config.xml table, check if the | Michael Larabel | 2008-09-28 | 2 | -3/+7 | |
| | | | | module exists for each identifier otherwise remove it from the list | |||||
* | pts-core: Add support for installing the Phoronix Certification & | Michael Larabel | 2008-09-28 | 2 | -0/+21 | |
| | | | | Qualification Suite once agreeing to the terms | |||||
* | pts: Move PCQS tests out of tree | Michael Larabel | 2008-09-28 | 8 | -383/+1 | |
| | ||||||
* | pts-core: Strip "Host Bridge" in pts_clean_information_string() | Michael Larabel | 2008-09-27 | 2 | -1/+2 | |
| | ||||||
* | pts-core: Add detection support for ATI/AMD Southbridge parts | Michael Larabel | 2008-09-27 | 2 | -0/+8 | |
| | ||||||
* | pts-core: Improve AMD motherboard chipset detection | Michael Larabel | 2008-09-27 | 2 | -1/+2 | |
| |