summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pts-core: During the testing process, the test identifier is set toMichael Larabel2008-08-192-1/+3
| | | | $GLOBALS["TEST_IDENTIFIER"]
* graphics_override: Switch when !IS_ATI_GRAPHICS && !IS_NVIDIA_GRAPHICSMichael Larabel2008-08-191-5/+1
| | | | to use the PTS_MODULE_UNLOAD return.
* pts-core: Add PTS module return response types. First implementation: IfMichael Larabel2008-08-192-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 willMichael Larabel2008-08-194-1/+10
| | | | | also list tests that are marked of an EXPERIMENTAL, PRIVATE, BROKEN, or UNVERIFIED state
* pts-core: Fixes for sort_available_modes() used byMichael Larabel2008-08-191-2/+2
| | | | xrandr_available_modes()
* pts-core: Sort xrandr_available_modes() by pixel countMichael Larabel2008-08-192-0/+35
|
* pts: Add java-opengl test suite for Java OpenGL testsMichael Larabel2008-08-192-0/+23
|
* pts: j2dbench and jgfxbat are VERIFIED by Michael Larabel.Michael Larabel2008-08-192-2/+2
|
* pts: Switch over rest of graphics suites to using $VIDEO_WIDTH andMichael Larabel2008-08-197-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 Larabel2008-08-192-2/+3
|
* pts: Add j2dbench test profile for a Java OpenGL 2D MicrobenchmarkMichael Larabel2008-08-195-0/+93
| | | | (Thanks to Sun Microsystems)
* Phoronix Test Suite 1.2.0 Beta 2Michael Larabel2008-08-181-1/+1
|
* pts-core: Trivial variable changes in batch mode of pts-run-test.phpMichael Larabel2008-08-171-6/+6
|
* pts-core: If TEST_RESULTS_IDENTIFIER environmental variable set, useMichael Larabel2008-08-173-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 thatMichael Larabel2008-08-174-12/+19
| | | | value instead of prompting for save name
* pts-core: Fix CrossFire card count detection for Radeon HD 4870 X2 andMichael Larabel2008-08-171-0/+5
| | | | other X2 graphics cards.
* pts-core: Add validation to see if Global ID string format is validMichael Larabel2008-08-177-10/+32
| | | | before querying server, and functionize some of the code
* pts: Update gaming-closed test suite with ut2004-demo changesMichael Larabel2008-08-171-2/+2
|
* pts: Switch graphics suites to using $VIDEO_WIDTH and $VIDEO_HEIGHTMichael Larabel2008-08-176-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 AMDPCSDBMichael Larabel2008-08-172-1/+2
| | | | parser with read_amd_pcsdb() call
* pts: Add unigine-sanctuary test profile for Unigine Engine (Thanks toMichael Larabel2008-08-175-0/+61
| | | | Unigine Corp)
* system_monitor: Poll sensors every 10 secondsMichael Larabel2008-08-172-1/+2
|
* pts-core: Idle for one second between interim test runsMichael Larabel2008-08-172-0/+4
|
* pts: Don't run norsetto-shadow twice in opengl-demosMichael Larabel2008-08-171-3/+0
|
* pts: add x-testing suite, add lightsmark to opengl-demos, updateMichael Larabel2008-08-174-13/+29
| | | | universe-x test suite
* pts-core: Improve last run and times run message for info option whenMichael Larabel2008-08-171-2/+8
| | | | the test has never run
* documentation: Update tip about NO_<TEST TYPE>_TESTS environmentalMichael Larabel2008-08-171-1/+1
| | | | variables
* pts-core: If NO_<TEST TYPE>_TESTS environmental variable is set andMichael Larabel2008-08-172-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 whereMichael Larabel2008-08-172-23/+5
| | | | relevant
* pts-core: For LM_Sensors parsing with read_sensors() support an array asMichael Larabel2008-08-172-10/+18
| | | | an argument for multiple possible values
* pts: Fix warsow log file parsing (Thanks Deanjo)Michael Larabel2008-08-172-2/+2
|
* pts: Add more tests to memory test suiteMichael Larabel2008-08-173-3/+44
|
* pts: Improve the generic installer (install-sh)Michael Larabel2008-08-173-2/+13
|
* pts-core: If DISPLAY environmental variable not set OR NO_GRAPHICS_TESTSMichael Larabel2008-08-163-0/+5
| | | | is set, don't run tests of Graphics type
* pts-core: Fix and improve pts_Graph, pts_BarGraph, and pts_LineGraphMichael Larabel2008-08-164-40/+30
| | | | objects. Mostly to do with properly graphing the identifiers
* pts-core: PTS Results Viewer improvementsMichael Larabel2008-08-162-1/+2
|
* pts: Add fio test profile to disk test suiteMichael Larabel2008-08-162-1/+12
|
* pts: Add Java OpenGL compliance test named jgfxbat test profile (ThanksMichael Larabel2008-08-155-0/+47
| | | | to Sun Microsystems)
* pts: chmod fix for quake4 test profileMichael Larabel2008-08-151-1/+1
|
* pts: No symlink quake4 fileMichael Larabel2008-08-153-3/+3
|
* pts: No symlink doom3 fileMichael Larabel2008-08-153-3/+3
|
* pts-core: Fix for analyze option text stringMichael Larabel2008-08-141-3/+3
|
* pts-core: Add more modes to ignoreMichael Larabel2008-08-141-1/+1
|
* pts-core: Don't report Software Rasterizer in graphics stringMichael Larabel2008-08-142-1/+2
|
* Tag Phoronix Test Suite 1.2.0 Beta 2, but it won't be formally releasedMichael Larabel2008-08-142-2/+2
| | | | until next week. Test away!
* pts: Have quake4 support for installing the key if it's stored locallyMichael Larabel2008-08-124-1/+11
| | | | in the download-cache
* pts-core: Fix similar attributes text in analyze optionMichael Larabel2008-08-122-1/+7
|
* pts_LineGraph: Fix regression that caused the line not to be plottedMichael Larabel2008-08-122-2/+3
|
* pts: PTS Global being renamed to Phoronix GlobalMichael Larabel2008-08-1214-37/+38
|
* pts: install-ubuntu-packages.sh for now don't use synapticMichael Larabel2008-08-111-4/+4
|