summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pts-core: Rename display_web_browser() -> pts_display_web_browser()Michael Larabel2008-11-178-9/+10
|
* pts-core: Rename sctp_test_directory() -> pts_sctp_test_directory(),Michael Larabel2008-11-174-7/+8
| | | | | remote_sctp_test_files() -> pts_remove_sctp_test_files(), generate_sctp_layer() -> pts_generate_sctp_layer()
* pts-core: Branch out classes from pts-generic-classes.phpMichael Larabel2008-11-1712-703/+894
|
* pts-core: Rework the pts_*_assignment functionsMichael Larabel2008-11-171-12/+34
|
* pts-core: Don't append "_drv" in xorg_ddx_driver_info() to printedMichael Larabel2008-11-171-3/+1
| | | | string
* pts-core: Use static variable for PTS type cachingMichael Larabel2008-11-162-29/+23
|
* - tandem_XmlReader: Switch caching from using a GLOBALS variable toMichael Larabel2008-11-162-7/+10
| | | | using a static variable within the XML reading class
* pts-core: Add SearchMediaForCache option that's enabled by default inMichael Larabel2008-11-164-6/+27
| | | | | user-config.xml to automatically search for download caches on removable devices (within /media/)
* pts-core: Drop ArgumentName profile tag code that's been deprecatedMichael Larabel2008-11-154-15/+4
| | | | since PTS 1.4+ in favor of ArgumentPrefix
* pts-core: Fix for URL empty bug (reported by Stef Telford and Bene18)Michael Larabel2008-11-152-2/+3
|
* pts-core: Only install external dependencies for tests that areMichael Larabel2008-11-152-1/+5
| | | | | supported on the system (such as with platform and architecture limitations)
* pts-core: Add "null" to hal-values-remove.txtMichael Larabel2008-11-154-2/+6
|
* pts-core: Add __pre_option_process() and __post_option_process() to PTSMichael Larabel2008-11-155-7/+18
| | | | module system
* pts-core: Add pts_run_option_command() for modularizing executing PTSMichael Larabel2008-11-153-8/+27
| | | | tasks
* pts-core: Unify the XSL for the PTS Results Viewer and use a PHPMichael Larabel2008-11-134-87/+20
| | | | function to insert the respective PNG/SVG markup when saving the results
* pts-core: Switch a few global variables to staticMichael Larabel2008-11-132-18/+10
|
* pts-core: Add static/process-reporting-checks.txt to contain a list ofMichael Larabel2008-11-133-6/+27
| | | | | processes to check for and report to the results viewer, instead of having it coded within an array
* pts-core: Move module-variables.txt to STATIC_DIRMichael Larabel2008-11-134-2/+3
|
* pts-core: Add static/info-strings-replace.txt to contain a list of allMichael Larabel2008-11-133-3/+20
| | | | | information strings to replace with another value if found, instead of having it coded within an array
* pts-core: Add static/info-strings-remove.txt to contain a list of allMichael Larabel2008-11-133-1/+33
| | | | | information strings to remove if found, instead of having it coded within an array
* pts-core: Rename hal-remove-words.txt to hal-values-remove.txtMichael Larabel2008-11-133-3/+3
|
* pts-core: Add static/hal-remove-words.txt to contain a list of all HALMichael Larabel2008-11-134-1/+22
| | | | strings to remove if found, instead of having it coded within an array
* Rebase off pts-orkdal branch to incorporate Phoronix Test Suite 1.4.2Michael Larabel2008-11-131-1/+1
| | | | changes
* pts-core: Relocate initialization code to be called fromMichael Larabel2008-11-135-28/+34
| | | | phoronix-test-suite.php
* pts-core: Remove pts-run-test.php now that now that its code isMichael Larabel2008-11-135-583/+587
| | | | modularized as option run_test
* pts-core: Modularize all Phoronix Test Suite run-time user options intoMichael Larabel2008-11-1334-706/+1492
| | | | | options/ classes and using phoronix-test-suite.php interface pts-core: Remove pts-run-cmd.php now that all options are modularized
* pts-core: Start migrating all commands into options/ classes and usingMichael Larabel2008-11-134-1/+77
| | | | the new phoronix-test-suite.php interface
* pts-core: Drop pts-functions-extras.php and move those functions toMichael Larabel2008-11-137-232/+209
| | | | other files
* pts-core: More random changesMichael Larabel2008-11-133-6/+2
|
* pts-core: Readjust pts-run-cmd.php code to not be reliant on some itemsMichael Larabel2008-11-133-15/+9
|
* pts-core: Add more module information to pts_user_module_details classMichael Larabel2008-11-132-34/+30
|
* pts-core: Add more test information to pts_test_profile_details classMichael Larabel2008-11-132-136/+134
|
* pts-core: Add more suite information to pts_test_suite_details classMichael Larabel2008-11-133-34/+38
|
* pts-core: Add pts_test_result_info_details classMichael Larabel2008-11-133-24/+44
|
* pts-core: Add pts_test_results_details classMichael Larabel2008-11-133-20/+40
|
* pts-core: Add pts_test_usage_details classMichael Larabel2008-11-133-30/+48
|
* pts-core: Add pts_installed_test_details classMichael Larabel2008-11-133-7/+25
|
* pts-core: Add pts_user_module_details classMichael Larabel2008-11-134-24/+41
|
* pts-core: Add pts_test_suite_details classMichael Larabel2008-11-133-27/+56
|
* pts-core: Add pts_test_suite_details classMichael Larabel2008-11-134-24/+51
|
* pts-core: Start on p_str() function for translationsMichael Larabel2008-11-131-1/+5
|
* pts-core: Switch over relevant define statements to using new PTSMichael Larabel2008-11-136-55/+60
| | | | assignment functions for program-wide option-specific variable constants
* pts-core: Start moving some of the define statements to PTS assignmentMichael Larabel2008-11-138-38/+30
| | | | statements
* pts-core: Add pts_set_assignment_once() functionMichael Larabel2008-11-131-1/+8
|
* pts-core: Add pts_is_assignment() functionMichael Larabel2008-11-131-1/+5
|
* pts-core: Add pts_set_assignment(), pts_read_assignment(), andMichael Larabel2008-11-132-0/+23
| | | | | pts_clear_assignments() to replace some of the define statements with new mechanism
* pts-core: Tag Phoronix Test Suite "Orkdal" 1.4.2Michael Larabel2008-11-131-1/+1
|
* pts-core: Update CHANGE-LOGMichael Larabel2008-11-131-2/+3
|
* pts-core: Add "none" to HAL $remove_wordsMichael Larabel2008-11-112-1/+2
|
* pts-core: Add "00" to HAL $remove_wordsMichael Larabel2008-11-112-1/+2
|