summaryrefslogtreecommitdiff
path: root/openembedded/mauve-javax-crypto.yaml
blob: b8fb478f76960e3af583b72d3cd929ad04fb3b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# 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-crypto
  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/crypto /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