Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pts-core: During the testing process, the test identifier is set to | Michael Larabel | 2008-08-19 | 2 | -1/+3 | |
| | | | | $GLOBALS["TEST_IDENTIFIER"] | |||||
* | graphics_override: Switch when !IS_ATI_GRAPHICS && !IS_NVIDIA_GRAPHICS | Michael Larabel | 2008-08-19 | 1 | -5/+1 | |
| | | | | to use the PTS_MODULE_UNLOAD return. | |||||
* | pts-core: Add PTS module return response types. First implementation: If | Michael Larabel | 2008-08-19 | 2 | -2/+18 | |
| | | | | | a module call returns PTS_MODULE_UNLOAD, it will unload the module midway through the process. | |||||
* | pts-core: Add list-all-tests option that is like list-tests but will | Michael Larabel | 2008-08-19 | 4 | -1/+10 | |
| | | | | | also list tests that are marked of an EXPERIMENTAL, PRIVATE, BROKEN, or UNVERIFIED state | |||||
* | pts-core: Fixes for sort_available_modes() used by | Michael Larabel | 2008-08-19 | 1 | -2/+2 | |
| | | | | xrandr_available_modes() | |||||
* | pts-core: Sort xrandr_available_modes() by pixel count | Michael Larabel | 2008-08-19 | 2 | -0/+35 | |
| | ||||||
* | pts: Add java-opengl test suite for Java OpenGL tests | Michael Larabel | 2008-08-19 | 2 | -0/+23 | |
| | ||||||
* | pts: j2dbench and jgfxbat are VERIFIED by Michael Larabel. | Michael Larabel | 2008-08-19 | 2 | -2/+2 | |
| | ||||||
* | pts: Switch over rest of graphics suites to using $VIDEO_WIDTH and | Michael Larabel | 2008-08-19 | 7 | -30/+31 | |
| | | | | | | $VIDEO_HEIGHT Note: Except for ut2004-demo due to limitations with that test | |||||
* | system_monitor: V3_POWER -> V3_VOLTAGE (Reported by Marox) | Michael Larabel | 2008-08-19 | 2 | -2/+3 | |
| | ||||||
* | pts: Add j2dbench test profile for a Java OpenGL 2D Microbenchmark | Michael Larabel | 2008-08-19 | 5 | -0/+93 | |
| | | | | (Thanks to Sun Microsystems) | |||||
* | Phoronix Test Suite 1.2.0 Beta 2 | Michael Larabel | 2008-08-18 | 1 | -1/+1 | |
| | ||||||
* | pts-core: Trivial variable changes in batch mode of pts-run-test.php | Michael Larabel | 2008-08-17 | 1 | -6/+6 | |
| | ||||||
* | pts-core: If TEST_RESULTS_IDENTIFIER environmental variable set, use | Michael Larabel | 2008-08-17 | 3 | -4/+16 | |
| | | | | | that value instead of prompting for the results identifier when saving a test | |||||
* | pts-core: If TEST_RESULTS_NAME environmental variable set, use that | Michael Larabel | 2008-08-17 | 4 | -12/+19 | |
| | | | | value instead of prompting for save name | |||||
* | pts-core: Fix CrossFire card count detection for Radeon HD 4870 X2 and | Michael Larabel | 2008-08-17 | 1 | -0/+5 | |
| | | | | other X2 graphics cards. | |||||
* | pts-core: Add validation to see if Global ID string format is valid | Michael Larabel | 2008-08-17 | 7 | -10/+32 | |
| | | | | before querying server, and functionize some of the code | |||||
* | pts: Update gaming-closed test suite with ut2004-demo changes | Michael Larabel | 2008-08-17 | 1 | -2/+2 | |
| | ||||||
* | pts: Switch graphics suites to using $VIDEO_WIDTH and $VIDEO_HEIGHT | Michael Larabel | 2008-08-17 | 6 | -21/+37 | |
| | | | | | instead of fixed size. Also add lightsmark and unigine-sanctuary to relevant suites. | |||||
* | pts-core: Check against error when using the aticonfig-based AMDPCSDB | Michael Larabel | 2008-08-17 | 2 | -1/+2 | |
| | | | | parser with read_amd_pcsdb() call | |||||
* | pts: Add unigine-sanctuary test profile for Unigine Engine (Thanks to | Michael Larabel | 2008-08-17 | 5 | -0/+61 | |
| | | | | Unigine Corp) | |||||
* | system_monitor: Poll sensors every 10 seconds | Michael Larabel | 2008-08-17 | 2 | -1/+2 | |
| | ||||||
* | pts-core: Idle for one second between interim test runs | Michael Larabel | 2008-08-17 | 2 | -0/+4 | |
| | ||||||
* | pts: Don't run norsetto-shadow twice in opengl-demos | Michael Larabel | 2008-08-17 | 1 | -3/+0 | |
| | ||||||
* | pts: add x-testing suite, add lightsmark to opengl-demos, update | Michael Larabel | 2008-08-17 | 4 | -13/+29 | |
| | | | | universe-x test suite | |||||
* | pts-core: Improve last run and times run message for info option when | Michael Larabel | 2008-08-17 | 1 | -2/+8 | |
| | | | | the test has never run | |||||
* | documentation: Update tip about NO_<TEST TYPE>_TESTS environmental | Michael Larabel | 2008-08-17 | 1 | -1/+1 | |
| | | | | variables | |||||
* | pts-core: If NO_<TEST TYPE>_TESTS environmental variable is set and | Michael Larabel | 2008-08-17 | 2 | -2/+3 | |
| | | | | | matches the type of test of test currently running, skip the test(s) that match the variable(s) | |||||
* | pts-core: Switch read_sensors() calls to using the new structure where | Michael Larabel | 2008-08-17 | 2 | -23/+5 | |
| | | | | relevant | |||||
* | pts-core: For LM_Sensors parsing with read_sensors() support an array as | Michael Larabel | 2008-08-17 | 2 | -10/+18 | |
| | | | | an argument for multiple possible values | |||||
* | pts: Fix warsow log file parsing (Thanks Deanjo) | Michael Larabel | 2008-08-17 | 2 | -2/+2 | |
| | ||||||
* | pts: Add more tests to memory test suite | Michael Larabel | 2008-08-17 | 3 | -3/+44 | |
| | ||||||
* | pts: Improve the generic installer (install-sh) | Michael Larabel | 2008-08-17 | 3 | -2/+13 | |
| | ||||||
* | pts-core: If DISPLAY environmental variable not set OR NO_GRAPHICS_TESTS | Michael Larabel | 2008-08-16 | 3 | -0/+5 | |
| | | | | is set, don't run tests of Graphics type | |||||
* | pts-core: Fix and improve pts_Graph, pts_BarGraph, and pts_LineGraph | Michael Larabel | 2008-08-16 | 4 | -40/+30 | |
| | | | | objects. Mostly to do with properly graphing the identifiers | |||||
* | pts-core: PTS Results Viewer improvements | Michael Larabel | 2008-08-16 | 2 | -1/+2 | |
| | ||||||
* | pts: Add fio test profile to disk test suite | Michael Larabel | 2008-08-16 | 2 | -1/+12 | |
| | ||||||
* | pts: Add Java OpenGL compliance test named jgfxbat test profile (Thanks | Michael Larabel | 2008-08-15 | 5 | -0/+47 | |
| | | | | to Sun Microsystems) | |||||
* | pts: chmod fix for quake4 test profile | Michael Larabel | 2008-08-15 | 1 | -1/+1 | |
| | ||||||
* | pts: No symlink quake4 file | Michael Larabel | 2008-08-15 | 3 | -3/+3 | |
| | ||||||
* | pts: No symlink doom3 file | Michael Larabel | 2008-08-15 | 3 | -3/+3 | |
| | ||||||
* | pts-core: Fix for analyze option text string | Michael Larabel | 2008-08-14 | 1 | -3/+3 | |
| | ||||||
* | pts-core: Add more modes to ignore | Michael Larabel | 2008-08-14 | 1 | -1/+1 | |
| | ||||||
* | pts-core: Don't report Software Rasterizer in graphics string | Michael Larabel | 2008-08-14 | 2 | -1/+2 | |
| | ||||||
* | Tag Phoronix Test Suite 1.2.0 Beta 2, but it won't be formally released | Michael Larabel | 2008-08-14 | 2 | -2/+2 | |
| | | | | until next week. Test away! | |||||
* | pts: Have quake4 support for installing the key if it's stored locally | Michael Larabel | 2008-08-12 | 4 | -1/+11 | |
| | | | | in the download-cache | |||||
* | pts-core: Fix similar attributes text in analyze option | Michael Larabel | 2008-08-12 | 2 | -1/+7 | |
| | ||||||
* | pts_LineGraph: Fix regression that caused the line not to be plotted | Michael Larabel | 2008-08-12 | 2 | -2/+3 | |
| | ||||||
* | pts: PTS Global being renamed to Phoronix Global | Michael Larabel | 2008-08-12 | 14 | -37/+38 | |
| | ||||||
* | pts: install-ubuntu-packages.sh for now don't use synaptic | Michael Larabel | 2008-08-11 | 1 | -4/+4 | |
| |