summaryrefslogtreecommitdiffstats
path: root/pts-core/functions
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Add pts-functions_assignments.phpMichael Larabel2008-12-162-95/+121
|
* pts-core: Store aliases for distributions used in package identificationMichael Larabel2008-12-162-17/+31
| | | | in pts-core/static/software-vendor-aliases.txt
* pts-core: Add pts-functions_vars.phpMichael Larabel2008-12-133-116/+142
|
* pts-core: Add support for abstracting the package vendor identifierMichael Larabel2008-12-131-3/+20
| | | | (should fix OpenSuSE External Dependencies support on 11.1)
* pts-core: Ensure no spaces in pts_vendor_identifier()Michael Larabel2008-12-133-4/+2
|
* pts-core: Few fixes for some regressions from today's work plus otherMichael Larabel2008-12-124-36/+36
| | | | cleaning
* pts-core: Two more changes for tandem_XmlReaderMichael Larabel2008-12-121-1/+1
|
* pts-core: Add pts_results_tandem_XmlReader() object for providing fileMichael Larabel2008-12-122-3/+3
| | | | handling in the constructor
* pts-core: Add pts_suite_tandem_XmlReader() object for providingMichael Larabel2008-12-121-1/+1
| | | | pts_location_suite() in the constructor
* pts-core: Embed pts_location_test() into constructor ofMichael Larabel2008-12-126-15/+15
| | | | pts_test_tandem_XmlReader()
* pts-core: Add Mode tag to suite XML specification for allowingMichael Larabel2008-12-111-0/+1
| | | | individual tests within a suite to be run in the batch or defaults mode
* pts-core: Don't sort current test identifiers when being prompted toMichael Larabel2008-12-111-3/+1
| | | | enter a new identifier
* pts-core: Verify Attributes tag matches (instead of just the ArgumentsMichael Larabel2008-12-111-1/+1
| | | | tag) when merging results
* pts-core: Disable pts_validate_save_file_name() for nowMichael Larabel2008-12-101-0/+1
|
* Tag, prepare for release of Phoronix Test Suite 1.6.0 "Tydal" Alpha 3Michael Larabel2008-12-101-1/+1
|
* pts-core: Improve detection of CPU processor temperatureMichael Larabel2008-12-093-3/+3
|
* pts-core: Don't report "6.00 PG" in motherboard stringMichael Larabel2008-12-081-1/+3
|
* pts-core: Add initial functions needed for virtual suite supportMichael Larabel2008-12-083-5/+72
|
* pts-core: Add auto-disks and auto-disk-partitions to automaticMichael Larabel2008-12-083-4/+54
| | | | population of test profile menus from identifiers
* pts-core: Switch IS_BATCH_MODE from using defines to PTS assignmentMichael Larabel2008-12-085-16/+6
| | | | functions
* pts-core: Add DefaultEntry tag to XML test specification for specifyingMichael Larabel2008-12-072-1/+64
| | | | defaults mode
* pts-core: Clean up some function merge codeMichael Larabel2008-12-071-85/+53
|
* pts-core: Various fixes to the rewritten run_testMichael Larabel2008-12-051-0/+4
|
* pts-core: Allow multiple tests/suites/identifiers to be passed using theMichael Larabel2008-12-054-94/+104
| | | | run and benchmark options
* pts-core: Allow multiple tests/suites/identifiers to be passed using theMichael Larabel2008-12-052-6/+30
| | | | install (and force-install) option
* pts-core: Improve reporting of Xfce in sw_desktop_environment()Michael Larabel2008-12-051-1/+1
|
* pts-core: Add pts_load_function_set() for loading functions within PTSMichael Larabel2008-12-041-0/+6
| | | | options
* pts-core: Add pts-functions_io.php and pts-functions_global.phpMichael Larabel2008-12-045-289/+346
|
* pts-core: Fix regression that disabled benchmarking against PhoronixMichael Larabel2008-12-031-1/+1
| | | | Global by simply supplying the global ID
* pts-core: Various PHP notice fixesMichael Larabel2008-12-031-1/+2
|
* pts-core: Fix fatal error in list-installed-tests optionMichael Larabel2008-12-031-0/+1
|
* pts-core: Cut down on use of pts_exit() command due to the new optionMichael Larabel2008-12-023-35/+35
| | | | architecture, instead use returns appropriately
* Tag Phoronix Test Suite 1.6.0 "Tydal" Alpha 2Michael Larabel2008-12-013-3/+3
|
* pts-core: Major Self-Contained Test Profile (SCTP) update. Also adds inMichael Larabel2008-11-305-8/+14
| | | | convert-test-to-sctp option.
* pts-core: Clean up / functionize more benchmark run codeMichael Larabel2008-11-302-6/+149
|
* pts-core: Add build-suite option that guides the user throughMichael Larabel2008-11-303-0/+140
| | | | automatically building their own test suite
* pts-core: Add download-test-files option to download files for aMichael Larabel2008-11-301-21/+23
| | | | test/suite but don't install
* pts-core: Remove old un-used files and installed files prior toMichael Larabel2008-11-302-3/+21
| | | | installing/reinstalling a test
* pts-core: Fix recent regression in pts_download_test_files() that causedMichael Larabel2008-11-301-4/+3
| | | | only the first file to be downloaded
* pts-core: Update CSS and XSL for results viewer, fix table columnMichael Larabel2008-11-302-12/+2
| | | | alignment bug
* pts-core: Remove DownloadSize tag that was deprecated from the testMichael Larabel2008-11-292-14/+3
| | | | profiles since PTS 1.4
* pts-core: Fix regression in hw_gpu_xrandr_available_modes()Michael Larabel2008-11-291-1/+1
|
* pts-core: Adjust some tag locations within the user-config.xml (NOTE:Michael Larabel2008-11-292-13/+10
| | | | USERS MAY NEED TO UPDATE THEIR SETTINGS)
* pts-core: Allow pts_Graph to set the default image renderer forMichael Larabel2008-11-292-39/+1
| | | | blide_renderer
* pts-core: Ensure all PTS options extend the pts_option_interfaceMichael Larabel2008-11-292-8/+8
|
* pts-core: Eliminate use of SILENT_INSTALL environmental variableMichael Larabel2008-11-293-4/+4
|
* pts-core: Rework the pts_run_option interface to set options to run nextMichael Larabel2008-11-291-10/+28
| | | | | pts-core: Change benchmark option to using the revised pts_run_option interface to avoid double pts-core initalization
* pts-core: Add analyze-all-runs option to generate a candlestick graphMichael Larabel2008-11-291-0/+4
| | | | showing the distribution of results from all trial runs
* pts_Graph: Add loadGraphRawValues() for storing raw result data fromMichael Larabel2008-11-291-1/+1
| | | | RawString
* pts-core: Add and implement RawString to XML results specification for ↵Michael Larabel2008-11-294-0/+18
| | | | storing raw result values from all trial runs