summaryrefslogtreecommitdiffstats
path: root/pts
Commit message (Collapse)AuthorAgeFilesLines
...
* pts: Switch pts-graph test profile to using $PHP_BIN instead of callingMichael Larabel2008-10-283-3/+2
| | | | | php (thus allows it to run where PHP isn't part of their path, such as Solaris)
* pts: Switch tandem-xml test profile to using $PHP_BIN instead of callingMichael Larabel2008-10-282-2/+7
| | | | | php (thus allows it to run where PHP isn't part of their path, such as Solaris)
* pts-core: Fix showing Phoronix Global URLs in browser (reported byMichael Larabel2008-10-281-0/+1
| | | | Marox)
* pts: Add new mirrors for lzma-4.32.6.tar.gz in compress-lzma testMichael Larabel2008-10-261-1/+1
| | | | profile since current ones have been removed
* pts: Update build-php php-5.2.5 download linksMichael Larabel2008-10-241-1/+1
|
* pts: Trivial test suite updatesMichael Larabel2008-10-222-10/+2
|
* pts: Set TimesToRun to 3 for timed-build instead of 1Michael Larabel2008-10-221-1/+1
|
* pts: Update darwin and nevada test suites to call the java test suiteMichael Larabel2008-10-202-12/+2
| | | | instead of manually adding those tests
* pts: Add bork test profile for Java Bork File Encrypter testMichael Larabel2008-10-206-1/+52
|
* pts: Set TimesToRun to 5 in timed-audio-encode base testMichael Larabel2008-10-191-1/+1
|
* pts-core: Move ExternalDependencies tag location from TestInformation toMichael Larabel2008-10-1846-45/+46
| | | | | | | Test Profile block (This breaks compatibility with earlier test profiles!) pts: Update the location of the ExternalDependencies tag in all relevant test profiles
* pts: Add java-environment base test that provides the java externalMichael Larabel2008-10-187-11/+37
| | | | dependency and reports Java version to test notes
* pts: Add nevada test suite for key OpenSolaris testsMichael Larabel2008-10-161-0/+71
|
* pts: Update build-imagemagick and compress-pbzip2 that appear to haveMichael Larabel2008-10-162-0/+2
| | | | problems on OpenSolaris
* pts: Drop etc/ folder full of XML template filesMichael Larabel2008-10-164-71/+0
|
* pts-core: Make micro-timer framework use $PHP_BIN instead of php so thatMichael Larabel2008-10-151-84/+0
| | | | it can run on OpenSolaris
* pts: Update all test profiles as to whether they supportMichael Larabel2008-10-1551-40/+51
| | | | Solaris/OpenSolaris
* pts: OpenSolaris External Dependencies XML was namedMichael Larabel2008-10-151-0/+84
| | | | | opensolaris-package.xml when it should be named opensolaris-packages.xml, now fixed
* pts: Fix compress-* test profiles with the proper 2GB file sizeMichael Larabel2008-10-153-3/+3
|
* pts: Change run-count for gtkperf test profile from 2000 to 5000Michael Larabel2008-10-142-2/+2
|
* pts: Update espeak test profile with eSpeak engine 1.39Michael Larabel2008-10-143-10/+10
|
* pts: Mandatory major version bump for most test profilesMichael Larabel2008-10-1467-67/+67
|
* pts: More test profile updates....Michael Larabel2008-10-1412-36/+37
|
* pts: Many test profile updatesMichael Larabel2008-10-1328-59/+75
|
* documentation: Update profile writing how-to with latest pts-core featuresMichael Larabel2008-10-121-2/+2
|
* pts: Various trivial changes to strings in a number of test profilesMichael Larabel2008-10-127-7/+7
|
* pts: Update string on encode-* test profilesMichael Larabel2008-10-125-5/+5
|
* pts: With compress-pbzip2 test profile use a 2GB file to compress instead ofMichael Larabel2008-10-123-3/+3
| | | | 1GB
* pts: With compress-lzma test profile use a 2GB file to compress instead of 1GBMichael Larabel2008-10-123-3/+3
|
* pts: With compress-gzip test profile use a 2GB file to compress instead of 1GBMichael Larabel2008-10-122-2/+2
|
* pts: With gnupg test profile use a 2GB file to encrypt instead of 1GBMichael Larabel2008-10-124-6/+6
|
* pts: Update ramspeed test profile to RAMspeed version 2.5.2Michael Larabel2008-10-113-6/+6
|
* pts: Update sqlite test profile to SQLite version 3.6.3Michael Larabel2008-10-113-9/+9
|
* pts: Update encode-mp3 test profile to LAME version 3.98.2Michael Larabel2008-10-113-8/+8
|
* pts: Update openssl test profile to OpenSSL version 0.9.8iMichael Larabel2008-10-113-7/+7
|
* pts: A variety of changesMichael Larabel2008-10-113-3/+6
|
* pts: More moving to $LOG_FILE usageMichael Larabel2008-10-097-13/+15
|
* pts: Update many test profiles to using $LOG_FILEMichael Larabel2008-10-0910-25/+27
| | | | pts-core: Various minor tweaks in the functions run file
* Tag Phoronix Test Suite 1.4.0 Alpha 2Michael Larabel2008-10-051-1/+1
| | | | The second alpha release of Orkdal!
* pts: Add mac-packages.xml that contains the location of the OpenALMichael Larabel2008-10-031-0/+8
| | | | | 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-031-0/+103
|
* 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-0320-15/+19
|
* pts: Major profile updates for Mac OS XMichael Larabel2008-10-0341-25/+77
|
* pts: Move over all relevent tests to using the new universal micro-timerMichael Larabel2008-10-0355-202/+87
| | | | functionality
* pts-core: Add in a micro-timer framework that is platform universalMichael Larabel2008-10-032-3/+5
| | | | | pts: Move encode-ogg test profile to this new framework to show how to utilize it.
* pts: Move the byte test profile to using the new $LOG_FILE capabilityMichael Larabel2008-10-012-6/+6
| | | | for an example and for testing
* pts: Switch all relevant test profiles using ArgumentName to usingMichael Larabel2008-10-0117-21/+15
| | | | ArgumentPrefix
* pts: Move PCQS tests out of treeMichael Larabel2008-09-287-383/+0
|