summaryrefslogtreecommitdiff
path: root/openembedded/pointer-tagging-tests.yaml
blob: 88b13b2c50eb0294b2ca4c1e58069934f62d9dbc (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
metadata:
    name: pointer-tagging-tests
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Tagged pointer test for Linaro OpenEmbedded builds. This test suite is
                  designed to verify if AArch64 tagged-addressing feature is properly supported."
    maintainer:
        - arthur.she@linaro.org
    os:
        - openembedded
    devices:
        - rtsm_fvp_base-aemv8a
        - juno
    scope:
        - functional

install:
    git-repos:
        - git://git.linaro.org/qa/pointer-tagging-tests.git
    steps:
        - 'cd pointer-tagging-tests'
        - 'make all'

run:
    steps:
        - 'cd pointer-tagging-tests'
        - 'for t in `./pointer_tagging_tests -l` ; do ./pointer_tagging_tests -t $t >/dev/null ; result=$? ; echo -n "$t: "; [ $result -eq 0 ] && echo -e "pass\n" || echo -e "fail\n" ; done'
 

parse:
    pattern: "(?P<test_case_id>[a-z_]+): (?P<result>pass|fail)"