summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-31 09:35:38 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-31 09:35:38 -0400
commitc26d69190f3243dee8fc91493ff69d2f13942657 (patch)
tree47cbaa59d80dcf34eb43060a70db7b308aa4d676 /pts/test-profiles
parente86a15b6e79950c6b4ca8eac3e75ddacf0e3de61 (diff)
downloadphoronix-test-suite-upstream-c26d69190f3243dee8fc91493ff69d2f13942657.tar.gz
phoronix-test-suite-upstream-c26d69190f3243dee8fc91493ff69d2f13942657.tar.xz
phoronix-test-suite-upstream-c26d69190f3243dee8fc91493ff69d2f13942657.zip
pts: Add ProjectURL to where it was missing for some tests and other
trivial XML changes
Diffstat (limited to 'pts/test-profiles')
-rw-r--r--pts/test-profiles/j2dbench.xml85
-rw-r--r--pts/test-profiles/jgfxbat.xml33
-rw-r--r--pts/test-profiles/tremulous.xml2
-rw-r--r--pts/test-profiles/unigine-sanctuary.xml1
-rw-r--r--pts/test-profiles/unigine-tropics.xml1
5 files changed, 63 insertions, 59 deletions
diff --git a/pts/test-profiles/j2dbench.xml b/pts/test-profiles/j2dbench.xml
index 11724d3..05b3095 100644
--- a/pts/test-profiles/j2dbench.xml
+++ b/pts/test-profiles/j2dbench.xml
@@ -1,44 +1,45 @@
<PhoronixTestSuite>
- <TestProfile>
- <Version>1.0.0</Version>
- <TestType>Graphics</TestType>
- <SoftwareType>Utility</SoftwareType>
- <License>FREE</License>
- <Status>VERIFIED</Status>
- <Maintainer>Tao Zhang</Maintainer>
- </TestProfile>
- <TestInformation>
- <Title>Java 2D Microbenchmark</Title>
- <Version>1.0</Version>
- <ExternalDependencies>java</ExternalDependencies>
- <TimesToRun>1</TimesToRun>
- <ResultScale>Units/Sec</ResultScale>
- <Proportion>HIB</Proportion>
- <Description>This test runs a series of microbenchmarks to check the performance of the OpenGL-based Java 2D pipeline and the underlying OpenGL drivers.</Description>
- </TestInformation>
- <TestSettings>
- <Option>
- <DisplayName>Rendering Test</DisplayName>
- <Identifier>rendering-test</Identifier>
- <ArgumentName>TEST_</ArgumentName>
- <Menu>
- <Entry>
- <Name>All Rendering Tests</Name>
- <Value>ALL</Value>
- </Entry>
- <Entry>
- <Name>Vector Graphics Rendering</Name>
- <Value>GRAPHICS</Value>
- </Entry>
- <Entry>
- <Name>Image Rendering</Name>
- <Value>IMAGES</Value>
- </Entry>
- <Entry>
- <Name>Text Rendering</Name>
- <Value>TEXT</Value>
- </Entry>
- </Menu>
- </Option>
- </TestSettings>
+ <TestProfile>
+ <Version>1.0.0</Version>
+ <TestType>Graphics</TestType>
+ <SoftwareType>Utility</SoftwareType>
+ <License>FREE</License>
+ <Status>VERIFIED</Status>
+ <Maintainer>Tao Zhang</Maintainer>
+ <ProjectURL>http://www.java.net/</ProjectURL>
+ </TestProfile>
+ <TestInformation>
+ <Title>Java 2D Microbenchmark</Title>
+ <Version>1.0</Version>
+ <ExternalDependencies>java</ExternalDependencies>
+ <TimesToRun>1</TimesToRun>
+ <ResultScale>Units Per Second</ResultScale>
+ <Proportion>HIB</Proportion>
+ <Description>This test runs a series of microbenchmarks to check the performance of the OpenGL-based Java 2D pipeline and the underlying OpenGL drivers.</Description>
+ </TestInformation>
+ <TestSettings>
+ <Option>
+ <DisplayName>Rendering Test</DisplayName>
+ <Identifier>rendering-test</Identifier>
+ <ArgumentName>TEST_</ArgumentName>
+ <Menu>
+ <Entry>
+ <Name>All Rendering Tests</Name>
+ <Value>ALL</Value>
+ </Entry>
+ <Entry>
+ <Name>Vector Graphics Rendering</Name>
+ <Value>GRAPHICS</Value>
+ </Entry>
+ <Entry>
+ <Name>Image Rendering</Name>
+ <Value>IMAGES</Value>
+ </Entry>
+ <Entry>
+ <Name>Text Rendering</Name>
+ <Value>TEXT</Value>
+ </Entry>
+ </Menu>
+ </Option>
+ </TestSettings>
</PhoronixTestSuite>
diff --git a/pts/test-profiles/jgfxbat.xml b/pts/test-profiles/jgfxbat.xml
index 8b69fd4..054cbb3 100644
--- a/pts/test-profiles/jgfxbat.xml
+++ b/pts/test-profiles/jgfxbat.xml
@@ -1,18 +1,19 @@
<PhoronixTestSuite>
- <TestProfile>
- <Version>1.0.0</Version>
- <TestType>Processor</TestType>
- <SoftwareType>Utility</SoftwareType>
- <License>FREE</License>
- <Status>VERIFIED</Status>
- <Maintainer>Tao Zhang</Maintainer>
- </TestProfile>
- <TestInformation>
- <Title>Java Graphics Basic Acceptance Test</Title>
- <Version>2.0</Version>
- <ExternalDependencies>java</ExternalDependencies>
- <TimesToRun>1</TimesToRun>
- <ResultFormat>PASS_FAIL</ResultFormat>
- <Description>This test runs a series of automated performance/quality sub-tests that exercise the OpenGL-based Java 2D pipeline in order to verify the quality of OpenGL drivers.</Description>
- </TestInformation>
+ <TestProfile>
+ <Version>1.0.0</Version>
+ <TestType>Processor</TestType>
+ <SoftwareType>Utility</SoftwareType>
+ <License>FREE</License>
+ <Status>VERIFIED</Status>
+ <Maintainer>Tao Zhang</Maintainer>
+ <ProjectURL>http://www.java.net/</ProjectURL>
+ </TestProfile>
+ <TestInformation>
+ <Title>Java Graphics Basic Acceptance Test</Title>
+ <Version>2.0</Version>
+ <ExternalDependencies>java</ExternalDependencies>
+ <TimesToRun>1</TimesToRun>
+ <ResultFormat>PASS_FAIL</ResultFormat>
+ <Description>This test runs a series of automated performance/quality sub-tests that exercise the OpenGL-based Java 2D pipeline in order to verify the quality of OpenGL drivers.</Description>
+ </TestInformation>
</PhoronixTestSuite>
diff --git a/pts/test-profiles/tremulous.xml b/pts/test-profiles/tremulous.xml
index c7ea18a..dbd908d 100644
--- a/pts/test-profiles/tremulous.xml
+++ b/pts/test-profiles/tremulous.xml
@@ -9,7 +9,7 @@
<DownloadSize>101</DownloadSize>
<EnvironmentSize>110</EnvironmentSize>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
- <ProjectURL>http://tremulous.net/</ProjectURL>
+ <ProjectURL>http://www.tremulous.net/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Tremulous</Title>
diff --git a/pts/test-profiles/unigine-sanctuary.xml b/pts/test-profiles/unigine-sanctuary.xml
index e3723ae..f4d95fe 100644
--- a/pts/test-profiles/unigine-sanctuary.xml
+++ b/pts/test-profiles/unigine-sanctuary.xml
@@ -9,6 +9,7 @@
<DownloadSize>25</DownloadSize>
<EnvironmentSize>55</EnvironmentSize>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
+ <ProjectURL>http://www.unigine.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Unigine Sanctuary</Title>
diff --git a/pts/test-profiles/unigine-tropics.xml b/pts/test-profiles/unigine-tropics.xml
index 73368ce..e1f5137 100644
--- a/pts/test-profiles/unigine-tropics.xml
+++ b/pts/test-profiles/unigine-tropics.xml
@@ -9,6 +9,7 @@
<DownloadSize>63</DownloadSize>
<EnvironmentSize>73</EnvironmentSize>
<SupportedArchitectures>x86, x86_64</SupportedArchitectures>
+ <ProjectURL>http://www.unigine.com/</ProjectURL>
</TestProfile>
<TestInformation>
<Title>Unigine Tropics</Title>