summaryrefslogtreecommitdiff
path: root/openembedded/mauve-javax-naming.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/mauve-javax-naming.yaml')
-rw-r--r--openembedded/mauve-javax-naming.yaml51
1 files changed, 0 insertions, 51 deletions
diff --git a/openembedded/mauve-javax-naming.yaml b/openembedded/mauve-javax-naming.yaml
deleted file mode 100644
index 3a1b239..0000000
--- a/openembedded/mauve-javax-naming.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright (C) 2013, Linaro Limited.
-#
-# PLEASE DO NOT HAND EDIT THIS FILE.
-#
-# This file has been auto-generated from:
-#
-# make-mauve-yaml-files.sh
-#
-# which can be found in the following repo:
-#
-# git://git.linaro.org/leg/openjdk/jtreg-lava-scripts
-#
-# PLEASE DO NOT HAND EDIT THIS FILE.
-#
-metadata:
- name: mauve-javax-naming
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Run Mauve test suite on Linaro OpenEmbedded builds. Mauve runs regression tests
- for the OpenJDK platform. The Mauve Project is collaborative project whose goal
- is to create a Free suite of functional, black box, tests for the core Java libraries.
- More info here https://www.sourceware.org/mauve/"
- version: 1.0
- maintainer:
- - andrew.mcdermott@linaro.org
- os:
- - openembedded
- scope:
- - test
- devices:
- - rtsm_fvp_base-aemv8a
- - juno
-params:
- JAVA_VM: -client
- JAVA_PRODUCT_BINARY: /usr/lib/jvm/java-8-openjdk/bin/java
-# timeout is in milliseconds
- TIMEOUT: 60000
-run:
- steps:
- - 'echo -n "Harness VM version: "'
- - 'java -version'
- - 'echo -n "Product VM version: "'
- - '$JAVA_PRODUCT_BINARY -version'
- - 'rm -rf /tmp/mauve'
- - 'ln -s $HOME/mauve /tmp/mauve'
- - 'cd openembedded/scripts'
- - './mauve-test-pkg gnu/testlet/javax/naming /tmp/mauve -timeout $TIMEOUT -vm $JAVA_PRODUCT_BINARY -vmarg $JAVA_VM -compile no -showpasses'
-parse:
- pattern: "(?P<result>(PASS|FAIL)):\\s+(?P<test_case_id>(.*))"
- fixupdict:
- PASS: pass
- FAIL: fail