summaryrefslogtreecommitdiff
path: root/openembedded/mauve-javax-net.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/mauve-javax-net.yaml')
-rw-r--r--openembedded/mauve-javax-net.yaml47
1 files changed, 47 insertions, 0 deletions
diff --git a/openembedded/mauve-javax-net.yaml b/openembedded/mauve-javax-net.yaml
new file mode 100644
index 0000000..0972519
--- /dev/null
+++ b/openembedded/mauve-javax-net.yaml
@@ -0,0 +1,47 @@
+# 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-net
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Regression tests for the OpenJDK platform"
+ version: 1.0
+ maintainer:
+ - andrew.mcdermott@linaro.org
+ os:
+ - openembedded
+ scope:
+ - test
+ devices:
+ - rtsm_ve-armv8
+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/net /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