summaryrefslogtreecommitdiff
path: root/openembedded/jtreg-any-test.yaml
blob: fd30fa6196bd689ddfce66ded1635d0178447c4c (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
# Copyright (C) 2013, Linaro Limited.
#
# PLEASE DO NOT HAND EDIT THIS FILE.
#
# This file has been auto-generated from:
#
#    make-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: hotspot-compiler
  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
install:
  git-repos:
    - git://git.linaro.org/leg/openjdk/jtreg-bin.git
    - git://git.linaro.org/qa/test-definitions.git
params:
    - 'JAVA_VM=-client'
    - 'JTREG_VERBOSE=-v1'
    - 'JTREG_CONC=-conc:1'
    - 'JTREG_TIMEOUT=-timeout:3'
    - 'JTREG_EXCLUDE_FILE=../jtreg/exclude.txt'
    - 'TEST_CASE=/usr/lib/jvm/java-8-openjdk/jtreg/hotspot/test/sanity/WhiteBox.java'
run:
  steps:
    - 'source $HOME/jtreg-setup.env'
    - 'cd $JTREG_TESTRUN_ID/test-definitions/openembedded/scripts'
    - 'tc=$(basename $TEST_CASE)'
    - './jtreg-test -t $tc -j $JAVA_VM -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $TEST_CASE'