summaryrefslogtreecommitdiff
path: root/android/v8.yaml
blob: 93869ca813c2bdd5e8373bd50618dc5389e7e6fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
metadata:
    name: v8
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "v8 shell test. In latest builds we test for d8 shell."
    maintainer:
        - senthil.kumaran@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - arndale
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2

run:
    steps:
        - "./android/scripts/v8.sh"

parse:
    pattern: "^(?P<test_case_id>.*)=(?P<result>.*)"