diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-10-18 21:02:42 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-10-18 21:02:42 -0400 |
commit | 4e0074804e10dce573447791bed9ab74ed68e1cc (patch) | |
tree | a4c748b46aafaa184a71f69369f2582ba074d9dc /pts/test-profiles | |
parent | 257b23a06ed1bac8e2a64b802fd26a7b390fffdc (diff) | |
download | phoronix-test-suite-upstream-4e0074804e10dce573447791bed9ab74ed68e1cc.tar.gz phoronix-test-suite-upstream-4e0074804e10dce573447791bed9ab74ed68e1cc.tar.xz phoronix-test-suite-upstream-4e0074804e10dce573447791bed9ab74ed68e1cc.zip |
pts: Add java-environment base test that provides the java external
dependency and reports Java version to test notes
Diffstat (limited to 'pts/test-profiles')
-rw-r--r-- | pts/test-profiles/base/java-environment.xml | 5 | ||||
-rw-r--r-- | pts/test-profiles/j2dbench.xml | 2 | ||||
-rw-r--r-- | pts/test-profiles/java-scimark2.xml | 2 | ||||
-rw-r--r-- | pts/test-profiles/jgfxbat.xml | 2 | ||||
-rw-r--r-- | pts/test-profiles/sunflow.xml | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/pts/test-profiles/base/java-environment.xml b/pts/test-profiles/base/java-environment.xml new file mode 100644 index 0000000..2b789c1 --- /dev/null +++ b/pts/test-profiles/base/java-environment.xml @@ -0,0 +1,5 @@ +<PhoronixTestSuite> + <TestInformation> + <ExternalDependencies>java</ExternalDependencies> + </TestInformation> +</PhoronixTestSuite> diff --git a/pts/test-profiles/j2dbench.xml b/pts/test-profiles/j2dbench.xml index c62dbe9..f575eec 100644 --- a/pts/test-profiles/j2dbench.xml +++ b/pts/test-profiles/j2dbench.xml @@ -7,11 +7,11 @@ <Status>VERIFIED</Status> <Maintainer>Tao Zhang</Maintainer> <ProjectURL>http://www.java.net/</ProjectURL> + <Extends>java-environment</Extends> </TestProfile> <TestInformation> <Title>Java 2D Microbenchmark</Title> <Version>1.0</Version> - <ExternalDependencies>java</ExternalDependencies> <TimesToRun>3</TimesToRun> <ResultScale>Units Per Second</ResultScale> <Proportion>HIB</Proportion> diff --git a/pts/test-profiles/java-scimark2.xml b/pts/test-profiles/java-scimark2.xml index 3ddc632..478d500 100644 --- a/pts/test-profiles/java-scimark2.xml +++ b/pts/test-profiles/java-scimark2.xml @@ -8,11 +8,11 @@ <Maintainer>Michael Larabel</Maintainer> <EnvironmentSize>0.05</EnvironmentSize> <ProjectURL>http://math.nist.gov/scimark2/</ProjectURL> + <Extends>java-environment</Extends> </TestProfile> <TestInformation> <Title>Java SciMark</Title> <Version>2.0</Version> - <ExternalDependencies>java</ExternalDependencies> <TimesToRun>4</TimesToRun> <ResultScale>Mflops</ResultScale> <Proportion>HIB</Proportion> diff --git a/pts/test-profiles/jgfxbat.xml b/pts/test-profiles/jgfxbat.xml index 51b7b73..6495a4e 100644 --- a/pts/test-profiles/jgfxbat.xml +++ b/pts/test-profiles/jgfxbat.xml @@ -7,12 +7,12 @@ <Status>VERIFIED</Status> <EnvironmentSize>0.4</EnvironmentSize> <Maintainer>Tao Zhang</Maintainer> + <Extends>java-environment</Extends> <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> diff --git a/pts/test-profiles/sunflow.xml b/pts/test-profiles/sunflow.xml index 8586b91..4c72a43 100644 --- a/pts/test-profiles/sunflow.xml +++ b/pts/test-profiles/sunflow.xml @@ -8,13 +8,13 @@ <Maintainer>Michael Larabel</Maintainer> <EnvironmentSize>1.3</EnvironmentSize> <ProjectURL>http://sunflow.sourceforge.net/</ProjectURL> + <Extends>java-environment</Extends> </TestProfile> <TestInformation> <Title>Sunflow Rendering System</Title> <Version>0.07.2</Version> <SubTitle>Global Illumination + Image Synthesis</SubTitle> <Executable>sunflow-benchmark</Executable> - <ExternalDependencies>java</ExternalDependencies> <TimesToRun>2</TimesToRun> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> |