Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pts-core: Add support for backing up downloads to the cache from base | Michael Larabel | 2008-10-05 | 2 | -1/+5 | |
| | | | | tests being extended | |||||
* | pts-core: Avoid overusing pts_exit() and replace with improved logic | Michael Larabel | 2008-10-04 | 5 | -153/+173 | |
| | ||||||
* | pts-core: When installing a suite and a test fails to download a file | Michael Larabel | 2008-10-04 | 2 | -3/+12 | |
| | | | | due to an MD5 mismatch, continue on with next test instead of exiting | |||||
* | pts_Graph: Some rearranging and more SVG work... | Michael Larabel | 2008-10-04 | 1 | -1/+1 | |
| | ||||||
* | pts_Graph: Start reworking the text handling. API breakage here for all | Michael Larabel | 2008-10-04 | 5 | -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 the | Michael Larabel | 2008-10-04 | 4 | -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 installation | Michael Larabel | 2008-10-03 | 5 | -6/+29 | |
| | ||||||
* | pts_Graph: When rendering SVG, startout with $font_size + 1 | Michael Larabel | 2008-10-03 | 1 | -0/+1 | |
| | ||||||
* | pts_Graph: Fix in SVG renderer that should make pts_MultiPassFailGraph | Michael Larabel | 2008-10-03 | 2 | -2/+12 | |
| | | | | | | colors render properly. Also a small tweak in pts-functions.php | |||||
* | pts-core: Use curl if it's available | Michael Larabel | 2008-10-03 | 1 | -1/+1 | |
| | ||||||
* | pts-core: Fix regression with list-test-results that wouldn't show the | Michael Larabel | 2008-10-03 | 1 | -1/+1 | |
| | | | | saved names. | |||||
* | pts-core: Fix regression with list-installed-tests not listing the installed ↵ | Michael Larabel | 2008-10-03 | 1 | -1/+1 | |
| | | | | tests. | |||||
* | pts-core: Few more fixes... | Michael Larabel | 2008-10-03 | 2 | -3/+12 | |
| | ||||||
* | pts: Add safety checks in install-sh and phoronix-test-suite | Michael Larabel | 2008-10-03 | 2 | -1/+23 | |
| | ||||||
* | pts-core: Reformat list-tests for better alignment and not showing | Michael Larabel | 2008-10-03 | 2 | -1/+2 | |
| | | | | redundant information | |||||
* | pts: Add mac-packages.xml that contains the location of the OpenAL | Michael Larabel | 2008-10-03 | 2 | -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 tests | Michael Larabel | 2008-10-03 | 2 | -0/+104 | |
| | ||||||
* | pts: Two more Mac OS X profile changes | Michael Larabel | 2008-10-03 | 2 | -1/+1 | |
| | ||||||
* | pts: More Mac OS X test profile changes | Michael Larabel | 2008-10-03 | 4 | -1/+3 | |
| | ||||||
* | pts: Major test profile update | Michael Larabel | 2008-10-03 | 23 | -16/+23 | |
| | ||||||
* | pts: Major profile updates for Mac OS X | Michael Larabel | 2008-10-03 | 41 | -25/+77 | |
| | ||||||
* | timer-stop: Print out the time | Michael Larabel | 2008-10-03 | 1 | -1/+1 | |
| | ||||||
* | pts: Move over all relevent tests to using the new universal micro-timer | Michael Larabel | 2008-10-03 | 57 | -203/+91 | |
| | | | | functionality | |||||
* | pts-core: Implement support for parse-results.sh | Michael Larabel | 2008-10-03 | 2 | -0/+5 | |
| | ||||||
* | pts-core: Add in a micro-timer framework that is platform universal | Michael Larabel | 2008-10-03 | 6 | -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 X | Michael Larabel | 2008-10-03 | 2 | -6/+3 | |
| | ||||||
* | pts-core: When RandR detection fails in xrandr_available_modes(), apply | Michael Larabel | 2008-10-03 | 2 | -1/+11 | |
| | | | | some logic to sort the stock modes that should work | |||||
* | pts-core: Add ArchitectureSpecific tag to download file XML for hardware | Michael Larabel | 2008-10-03 | 5 | -0/+40 | |
| | | | | architecture-specific files\ | |||||
* | pts-core: Add PlatformSpecific tag to download file XML for OS-specific | Michael Larabel | 2008-10-03 | 5 | -4/+41 | |
| | | | | files | |||||
* | pts-core: Add Firefox browser launch support on Mac OS X | Michael Larabel | 2008-10-03 | 2 | -1/+4 | |
| | ||||||
* | pts-core: Add UnsupportedPlatforms tag to test profiles, which is | Michael Larabel | 2008-10-03 | 6 | -8/+40 | |
| | | | | | | evaluated the opposite of SupportedPlatforms Looks like a few pts_Graph SVG fixes are also squeezed in. | |||||
* | pts-core: Remove SVG forcing | Michael Larabel | 2008-10-02 | 1 | -1/+1 | |
| | ||||||
* | pts-core: Hook in the experimental SVG renderer so that it can be | Michael Larabel | 2008-10-02 | 3 | -43/+138 | |
| | | | | utilized. | |||||
* | pts_Graph: Provide experimental SVG rendering support for graphing | Michael Larabel | 2008-10-02 | 2 | -8/+67 | |
| | | | | objects, more tweaking, testing, and improvements still needed | |||||
* | pts_Graph: Abstract out all of the direct PNG image calls using the PHP | Michael Larabel | 2008-10-02 | 5 | -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 X | Michael Larabel | 2008-10-02 | 1 | -0/+3 | |
| | ||||||
* | pts-core: Add Safari browser launch support on Mac OS X | Michael Larabel | 2008-10-02 | 2 | -0/+4 | |
| | ||||||
* | pts-core: Fix bug in pts-functions-run.php | Michael Larabel | 2008-10-02 | 1 | -1/+1 | |
| | ||||||
* | pts-core: Add support for reading software and hardware information on | Michael Larabel | 2008-10-02 | 6 | -4/+148 | |
| | | | | Mac OS X | |||||
* | pts-core: Fix regression with module_info -> module_information -> | Michael Larabel | 2008-10-02 | 1 | -1/+1 | |
| | | | | module_info | |||||
* | pts-core: graphics_gpu_usage() returns -1 on failure | Michael Larabel | 2008-10-02 | 3 | -2/+3 | |
| | ||||||
* | system_monitor: Add support for monitoring hard drive temperature using | Michael Larabel | 2008-10-02 | 4 | -3/+34 | |
| | | | | hdd.temp through system_hdd_temperature() within pts-core | |||||
* | pts-core: Add support for using hddtemp to read hard disk drive | Michael Larabel | 2008-10-02 | 2 | -0/+31 | |
| | | | | temperature on Linux | |||||
* | pts-core: Switch back to using read_amd_pcsdb() with | Michael Larabel | 2008-10-02 | 3 | -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 functions | Michael Larabel | 2008-10-02 | 6 | -9/+10 | |
| | ||||||
* | pts-core: Drop $OS from pts_env_variables() as instead test profile | Michael Larabel | 2008-10-02 | 1 | -1/+0 | |
| | | | | maintainers should use $OPERATING_SYSTEM | |||||
* | pts-core: Cleanup pts-functions_system.php and move most of it to | Michael Larabel | 2008-10-02 | 7 | -438/+502 | |
| | | | | pts-functions_system_hardware.php and pts-functions_system_software.php | |||||
* | pts-core: Start on IS_PCQS_MODE define | Michael Larabel | 2008-10-02 | 5 | -3/+7 | |
| | ||||||
* | pts-core: If SAVE_SYSTEM_DETAILS environmental variable is set, is the | Michael Larabel | 2008-10-01 | 2 | -1/+2 | |
| | | | | same as setting SaveSystemDetails to TRUE for that run | |||||
* | pts-core: If SAVE_BENCHMARK_LOGS environmental variable is set, is the | Michael Larabel | 2008-10-01 | 2 | -1/+2 | |
| | | | | same as setting SaveBenchmarkLogs to TRUE for that run |