summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pts-core: Add support for backing up downloads to the cache from baseMichael Larabel2008-10-052-1/+5
| | | | tests being extended
* pts-core: Avoid overusing pts_exit() and replace with improved logicMichael Larabel2008-10-045-153/+173
|
* pts-core: When installing a suite and a test fails to download a fileMichael Larabel2008-10-042-3/+12
| | | | due to an MD5 mismatch, continue on with next test instead of exiting
* pts_Graph: Some rearranging and more SVG work...Michael Larabel2008-10-041-1/+1
|
* pts_Graph: Start reworking the text handling. API breakage here for allMichael Larabel2008-10-045-128/+177
| | | | | | | text functions! write_text_left(), write_text_center(), and write_text_right() require setting up a bounding box first. More for this bounding box to be implemented soon and largely to improve SVG rendering support.
* pts-core: Add a index.html forwarder to each result file and have theMichael Larabel2008-10-044-3/+4
| | | | | launch browser script open that, since on some systems .xml opens up in an editor instead of browser by default
* pts-core: Add remove-installed-test to remove a test installationMichael Larabel2008-10-035-6/+29
|
* pts_Graph: When rendering SVG, startout with $font_size + 1Michael Larabel2008-10-031-0/+1
|
* pts_Graph: Fix in SVG renderer that should make pts_MultiPassFailGraphMichael Larabel2008-10-032-2/+12
| | | | | | colors render properly. Also a small tweak in pts-functions.php
* pts-core: Use curl if it's availableMichael Larabel2008-10-031-1/+1
|
* pts-core: Fix regression with list-test-results that wouldn't show theMichael Larabel2008-10-031-1/+1
| | | | saved names.
* pts-core: Fix regression with list-installed-tests not listing the installed ↵Michael Larabel2008-10-031-1/+1
| | | | tests.
* pts-core: Few more fixes...Michael Larabel2008-10-032-3/+12
|
* pts: Add safety checks in install-sh and phoronix-test-suiteMichael Larabel2008-10-032-1/+23
|
* pts-core: Reformat list-tests for better alignment and not showingMichael Larabel2008-10-032-1/+2
| | | | redundant information
* pts: Add mac-packages.xml that contains the location of the OpenALMichael Larabel2008-10-032-0/+9
| | | | | framework since it ships by default with OS X so suppress the warning message
* pts: Add darwin test suite for the main Mac OS X testsMichael Larabel2008-10-032-0/+104
|
* pts: Two more Mac OS X profile changesMichael Larabel2008-10-032-1/+1
|
* pts: More Mac OS X test profile changesMichael Larabel2008-10-034-1/+3
|
* pts: Major test profile updateMichael Larabel2008-10-0323-16/+23
|
* pts: Major profile updates for Mac OS XMichael Larabel2008-10-0341-25/+77
|
* timer-stop: Print out the timeMichael Larabel2008-10-031-1/+1
|
* pts: Move over all relevent tests to using the new universal micro-timerMichael Larabel2008-10-0357-203/+91
| | | | functionality
* pts-core: Implement support for parse-results.shMichael Larabel2008-10-032-0/+5
|
* pts-core: Add in a micro-timer framework that is platform universalMichael Larabel2008-10-036-5/+27
| | | | | pts: Move encode-ogg test profile to this new framework to show how to utilize it.
* pts-core: Use open command to launch web browser on Mac OS XMichael Larabel2008-10-032-6/+3
|
* pts-core: When RandR detection fails in xrandr_available_modes(), applyMichael Larabel2008-10-032-1/+11
| | | | some logic to sort the stock modes that should work
* pts-core: Add ArchitectureSpecific tag to download file XML for hardwareMichael Larabel2008-10-035-0/+40
| | | | architecture-specific files\
* pts-core: Add PlatformSpecific tag to download file XML for OS-specificMichael Larabel2008-10-035-4/+41
| | | | files
* pts-core: Add Firefox browser launch support on Mac OS XMichael Larabel2008-10-032-1/+4
|
* pts-core: Add UnsupportedPlatforms tag to test profiles, which isMichael Larabel2008-10-036-8/+40
| | | | | | evaluated the opposite of SupportedPlatforms Looks like a few pts_Graph SVG fixes are also squeezed in.
* pts-core: Remove SVG forcingMichael Larabel2008-10-021-1/+1
|
* pts-core: Hook in the experimental SVG renderer so that it can beMichael Larabel2008-10-023-43/+138
| | | | utilized.
* pts_Graph: Provide experimental SVG rendering support for graphingMichael Larabel2008-10-022-8/+67
| | | | objects, more tweaking, testing, and improvements still needed
* pts_Graph: Abstract out all of the direct PNG image calls using the PHPMichael Larabel2008-10-025-93/+160
| | | | | GD library so that it's all done indirectly so we can easily setup new renderers.
* pts-core: Temporarily disable pts_process_running_bool() on Mac OS XMichael Larabel2008-10-021-0/+3
|
* pts-core: Add Safari browser launch support on Mac OS XMichael Larabel2008-10-022-0/+4
|
* pts-core: Fix bug in pts-functions-run.phpMichael Larabel2008-10-021-1/+1
|
* pts-core: Add support for reading software and hardware information onMichael Larabel2008-10-026-4/+148
| | | | Mac OS X
* pts-core: Fix regression with module_info -> module_information ->Michael Larabel2008-10-021-1/+1
| | | | module_info
* pts-core: graphics_gpu_usage() returns -1 on failureMichael Larabel2008-10-023-2/+3
|
* system_monitor: Add support for monitoring hard drive temperature usingMichael Larabel2008-10-024-3/+34
| | | | hdd.temp through system_hdd_temperature() within pts-core
* pts-core: Add support for using hddtemp to read hard disk driveMichael Larabel2008-10-022-0/+31
| | | | temperature on Linux
* pts-core: Switch back to using read_amd_pcsdb() withMichael Larabel2008-10-023-7/+4
| | | | | | read_amd_pcsdb_direct_parser() fallback instead of just read_amd_pcsdb_direct_parser() in hopes AMD doesn't break aticonfig again
* pts-core: Various changes to system functionsMichael Larabel2008-10-026-9/+10
|
* pts-core: Drop $OS from pts_env_variables() as instead test profileMichael Larabel2008-10-021-1/+0
| | | | maintainers should use $OPERATING_SYSTEM
* pts-core: Cleanup pts-functions_system.php and move most of it toMichael Larabel2008-10-027-438/+502
| | | | pts-functions_system_hardware.php and pts-functions_system_software.php
* pts-core: Start on IS_PCQS_MODE defineMichael Larabel2008-10-025-3/+7
|
* pts-core: If SAVE_SYSTEM_DETAILS environmental variable is set, is theMichael Larabel2008-10-012-1/+2
| | | | same as setting SaveSystemDetails to TRUE for that run
* pts-core: If SAVE_BENCHMARK_LOGS environmental variable is set, is theMichael Larabel2008-10-012-1/+2
| | | | same as setting SaveBenchmarkLogs to TRUE for that run