summaryrefslogtreecommitdiff
path: root/android/v8.yaml
blob: 13fc1244c765f0678be2409de7a699c117b6e206 (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
metadata:
    name: v8
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "V8 benchmark suite contains a number of pure JavaScript benchmarks that test
                  JavaScript engine performance. The test suite runs following benchmarks: Richards,
                  DeltaBlue, Crypto, RayTrace, EarleyBoyer, RegExp, Splay and NavierStokesv8. D8 shell
                  test was also included in v8 benchmark test suite recently."
    maintainer:
        - senthil.kumaran@linaro.org
        - amit.pundir@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - arndale
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - juno

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

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