summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_tests.php
Commit message (Collapse)AuthorAgeFilesLines
* bilde_renderer: Add a JPEG renderer using the GD libraryMichael Larabel2008-12-281-1/+1
|
* pts-core: Archive installation output of tests in the test's directoryMichael Larabel2008-12-281-0/+1
| | | | in file install.log
* pts-core: Plot results in reverse order when graphing results ifMichael Larabel2008-12-271-0/+6
| | | | REVERSE_GRAPH_PLOTTING environmental variable is set
* pts-core: Eliminate use of most preg_ functionsMichael Larabel2008-12-271-5/+4
|
* pts_Graph: Allow the use of the SWF bilde_renderer through using theMichael Larabel2008-12-261-4/+4
| | | | SWF_DEBUG=1 environmental variable
* bilde_renderer: Add experimental Adobe Flash / SWF renderer with partialMichael Larabel2008-12-261-0/+4
| | | | support
* pts-core: Add pts_installed_test_tandem_XmlReader objectMichael Larabel2008-12-261-4/+4
|
* pts-core: Add pts_test_installed() boolean functionMichael Larabel2008-12-261-4/+8
|
* pts-core: Add pts-functions_vars.phpMichael Larabel2008-12-131-0/+13
|
* pts-core: Few fixes for some regressions from today's work plus otherMichael Larabel2008-12-121-34/+0
| | | | cleaning
* pts-core: Two more changes for tandem_XmlReaderMichael Larabel2008-12-121-1/+1
|
* pts-core: Embed pts_location_test() into constructor ofMichael Larabel2008-12-121-6/+6
| | | | pts_test_tandem_XmlReader()
* pts-core: Add auto-disks and auto-disk-partitions to automaticMichael Larabel2008-12-081-2/+2
| | | | population of test profile menus from identifiers
* pts-core: Add build-suite option that guides the user throughMichael Larabel2008-11-301-0/+4
| | | | automatically building their own test suite
* pts-core: Update CSS and XSL for results viewer, fix table columnMichael Larabel2008-11-301-8/+1
| | | | alignment bug
* pts-core: Remove DownloadSize tag that was deprecated from the testMichael Larabel2008-11-291-13/+3
| | | | profiles since PTS 1.4
* pts-core: Allow pts_Graph to set the default image renderer forMichael Larabel2008-11-291-19/+1
| | | | blide_renderer
* 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-291-0/+3
| | | | storing raw result values from all trial runs
* pts_Graph: Various changes to the graphing objectMichael Larabel2008-11-271-4/+4
| | | | Major changes, actually.
* pts-core: When rendering graph results, report the PTS version numberMichael Larabel2008-11-261-1/+9
| | | | from the results file, not current PTS_VERSION
* pts-core: Improve usability for those without the PHP preg_* functionsMichael Larabel2008-11-231-1/+1
|
* pts-core: Standardize all pts-core official functions with pts_, sw_,Michael Larabel2008-11-171-6/+6
| | | | hw_, or read_ prefix
* pts-core: Standardize sw_* functionsMichael Larabel2008-11-171-1/+1
|
* pts-core: Unify the XSL for the PTS Results Viewer and use a PHPMichael Larabel2008-11-131-2/+18
| | | | function to insert the respective PNG/SVG markup when saving the results
* pts-core: Drop pts-functions-extras.php and move those functions toMichael Larabel2008-11-131-0/+85
| | | | other files
* pts-core: Switch over relevant define statements to using new PTSMichael Larabel2008-11-131-2/+2
| | | | assignment functions for program-wide option-specific variable constants
* pts-core: Start moving some of the define statements to PTS assignmentMichael Larabel2008-11-131-9/+11
| | | | statements
* pts-core: Various small tweaks to pts-coreMichael Larabel2008-11-011-11/+0
|
* pts-core: Reorder a few functionsMichael Larabel2008-10-301-0/+220
|
* pts-core: Rework downloads.xml code to use pts_objects_test_downloads()Michael Larabel2008-10-191-44/+55
| | | | with pts_test_file_download() class
* pts-core: More code restructuring and cleaningMichael Larabel2008-10-191-22/+68
|
* pts-core: Unify pts_test_generate_install_xml() andMichael Larabel2008-10-161-28/+56
| | | | pts_test_refresh_install_xml() into pts_test_refresh_install_xml()
* pts-core: Track motherboard, processor, OS, and compiler version when aMichael Larabel2008-10-161-1/+16
| | | | | 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-161-25/+71
| | | | and clean up most errors and warnings
* pts-core: Fix bug in pts-functions_tests.phpMichael Larabel2008-10-151-5/+3
|
* pts-core: When running list-suites, don't show suites that aren'tMichael Larabel2008-10-121-0/+20
| | | | | supported at all by the installed software/hardware and indicate only partially supported suites
* pts-core: Keep a running average how long it takes to run a given test.Michael Larabel2008-10-091-2/+13
| | | | 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-091-1/+16
| | | | 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-091-0/+26
| | | | IS_PCQS_MODE
* pts-core: Add ArchitectureSpecific tag to download file XML for hardwareMichael Larabel2008-10-031-0/+16
| | | | architecture-specific files\
* pts-core: Add PlatformSpecific tag to download file XML for OS-specificMichael Larabel2008-10-031-3/+18
| | | | files
* pts-core: Add UnsupportedPlatforms tag to test profiles, which isMichael Larabel2008-10-031-6/+20
| | | | | | evaluated the opposite of SupportedPlatforms Looks like a few pts_Graph SVG fixes are also squeezed in.
* pts-core: Add pts_installed_tests_array()Michael Larabel2008-09-291-0/+12
|
* pts-core: Add pts_available_tests_array() andMichael Larabel2008-09-291-0/+24
| | | | pts_available_suites_array()
* pts-core: Add support so test options can be set as an environmentMichael Larabel2008-09-171-1/+1
| | | | variable by using <TEST NAME UPPER_CASE>_<NUM OPTION>=<INDEX OF REQUEST>
* pts-core: Add pts_test_supported() functionMichael Larabel2008-09-171-0/+4
|
* pts-core: When running a test (or suite that contains a test) on anMichael Larabel2008-09-111-0/+53
| | | | unsupported architecture or platform, don't abruptly exit