summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-30 13:15:29 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-30 13:15:29 -0400
commit756a75ba235d81cadd534007973e5e2b1faf0c4b (patch)
treed578071a7eec3e3b71948ad6f51ebc3273daa25d
parent0c2d99b817d0c8095ae333f00667d5669528dfb1 (diff)
downloadphoronix-test-suite-upstream-756a75ba235d81cadd534007973e5e2b1faf0c4b.tar.gz
phoronix-test-suite-upstream-756a75ba235d81cadd534007973e5e2b1faf0c4b.tar.xz
phoronix-test-suite-upstream-756a75ba235d81cadd534007973e5e2b1faf0c4b.zip
pts: Update unigine-tropics test profile against Tropics 1.1 from
Unigine Corp pts: Update unigine-sanctuary test profile against Sanctuary 2.1 from Unigine Corp
-rw-r--r--CHANGE-LOG4
-rw-r--r--pts/test-profiles/unigine-sanctuary.xml2
-rw-r--r--pts/test-profiles/unigine-tropics.xml2
-rw-r--r--pts/test-resources/unigine-sanctuary/downloads.xml5
-rwxr-xr-xpts/test-resources/unigine-sanctuary/install.sh4
-rw-r--r--pts/test-resources/unigine-tropics/downloads.xml5
-rwxr-xr-xpts/test-resources/unigine-tropics/install.sh4
7 files changed, 15 insertions, 11 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index dbddfa1..ab5eda5 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -11,6 +11,8 @@ Phoronix Test Suite (Git)
- pts: Switch pts-graph test profile to using $PHP_BIN instead of calling php (thus allows it to run where PHP isn't part of their path, such as Solaris)
- pts: Add additional run-time tests for x11perf test profile
- pts: Update insertion count to 12,500 for sqlite test profile
+- pts: Update unigine-tropics test profile against Tropics 1.1 from Unigine Corp
+- pts: Update unigine-sanctuary test profile against Sanctuary 2.1 from Unigine Corp
- pts_Graph: Support resizing the font size in write_text_center() if it's too large to fit within the bounding box
- update_checker: Fix version recognition / comparison
- documentation: Bring all documentation up-to-date with Orkdal
@@ -173,7 +175,7 @@ October 6, 2008
- pts-core: Add remove-installed-test to remove a test installation
- pts-core: Add a index.html forwarder to each result file and have the launch browser script open that, since on some systems .xml opens up in an editor instead of browser by default
- pts-core: When installing a suite and a test fails to download a file due to an MD5 mismatch, continue on with next test instead of exiting
-- pts-core: Avoid overusing pts_exit() and replace with improved logic
+- pts-core: Avoid over-using pts_exit() and replace with improved logic
- pts-core: Add support for backing up downloads to the cache from base tests being extended
- pts: Move pcqs tests out of tree
- pts: Switch all relevant test profiles using ArgumentName to using ArgumentPrefix
diff --git a/pts/test-profiles/unigine-sanctuary.xml b/pts/test-profiles/unigine-sanctuary.xml
index e3091a3..51ff206 100644
--- a/pts/test-profiles/unigine-sanctuary.xml
+++ b/pts/test-profiles/unigine-sanctuary.xml
@@ -1,6 +1,6 @@
<PhoronixTestSuite>
<TestProfile>
- <Version>1.1.0</Version>
+ <Version>1.2.0</Version>
<TestType>Graphics</TestType>
<SoftwareType>Game</SoftwareType>
<License>NON-FREE</License>
diff --git a/pts/test-profiles/unigine-tropics.xml b/pts/test-profiles/unigine-tropics.xml
index 78f3a7c..1ca5101 100644
--- a/pts/test-profiles/unigine-tropics.xml
+++ b/pts/test-profiles/unigine-tropics.xml
@@ -1,6 +1,6 @@
<PhoronixTestSuite>
<TestProfile>
- <Version>1.1.0</Version>
+ <Version>1.2.0</Version>
<TestType>Graphics</TestType>
<SoftwareType>Game</SoftwareType>
<License>NON-FREE</License>
diff --git a/pts/test-resources/unigine-sanctuary/downloads.xml b/pts/test-resources/unigine-sanctuary/downloads.xml
index 8965e12..66d6060 100644
--- a/pts/test-resources/unigine-sanctuary/downloads.xml
+++ b/pts/test-resources/unigine-sanctuary/downloads.xml
@@ -1,8 +1,9 @@
<PhoronixTestSuite>
<Downloads>
<Package>
- <URL>http://www.unigine.com/download/files/Unigine_Sanctuary2_Linux.tar.bz2</URL>
- <FileSize>29309460</FileSize>
+ <URL>http://www.unigine.com/download/files/Unigine_Sanctuary-2.1.tar.bz2</URL>
+ <MD5>1177b4a99cdc08e4e60295dae9997b54</MD5>
+ <FileSize>29054933</FileSize>
</Package>
</Downloads>
</PhoronixTestSuite>
diff --git a/pts/test-resources/unigine-sanctuary/install.sh b/pts/test-resources/unigine-sanctuary/install.sh
index f5269c7..c86a25e 100755
--- a/pts/test-resources/unigine-sanctuary/install.sh
+++ b/pts/test-resources/unigine-sanctuary/install.sh
@@ -1,9 +1,9 @@
#!/bin/sh
-tar -jxvf Unigine_Sanctuary2_Linux.tar.bz2
+tar -jxvf Unigine_Sanctuary-2.1.tar.bz2
echo "#!/bin/sh
-cd Unigine_Sanctuary2_Linux/
+cd Unigine_Sanctuary-2.1/
export LD_LIBRARY_PATH=bin/:\$LD_LIBRARY_PATH
./bin/main_x86 \$@ > \$LOG_FILE 2>&1
cat \$LOG_FILE | grep FPS" > unigine-sanctuary
diff --git a/pts/test-resources/unigine-tropics/downloads.xml b/pts/test-resources/unigine-tropics/downloads.xml
index f3d13a1..28ac38b 100644
--- a/pts/test-resources/unigine-tropics/downloads.xml
+++ b/pts/test-resources/unigine-tropics/downloads.xml
@@ -1,8 +1,9 @@
<PhoronixTestSuite>
<Downloads>
<Package>
- <URL>http://www.unigine.com/download/files/Unigine_Tropics_Linux.tar.bz2</URL>
- <FileSize>63976459</FileSize>
+ <URL>http://www.unigine.com/download/files/Unigine_Tropics-1.1.tar.bz2</URL>
+ <MD5>0948a3af073d21e156b30fc3bc49b3f4</MD5>
+ <FileSize>57979033</FileSize>
</Package>
</Downloads>
</PhoronixTestSuite>
diff --git a/pts/test-resources/unigine-tropics/install.sh b/pts/test-resources/unigine-tropics/install.sh
index 183f262..0506425 100755
--- a/pts/test-resources/unigine-tropics/install.sh
+++ b/pts/test-resources/unigine-tropics/install.sh
@@ -1,9 +1,9 @@
#!/bin/sh
-tar -jxvf Unigine_Tropics_Linux.tar.bz2
+tar -jxvf Unigine_Tropics-1.1.tar.bz2
echo "#!/bin/sh
-cd Unigine_Tropics_Linux/
+cd Unigine_Tropics-1.1/
export LD_LIBRARY_PATH=bin/:\$LD_LIBRARY_PATH
./bin/main_x86 \$@ > \$LOG_FILE 2>&1
cat \$LOG_FILE | grep FPS" > unigine-tropics