summaryrefslogtreecommitdiff
path: root/android/bionic_libc_tests.yaml
blob: 42baf2607462b4114b20a6c78cbba03282912a73 (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: bionic_libc_tests
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "This test suite checks Bionic libc routines for android. NOTE: this test will be replaced
                  with the cts test after migration."
    maintainer:
        - yongqin.liu@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - juno

run:
    steps:
        - /system/bin/run-bionic-tests.sh

parse:
    pattern: "(?P<test_case_id>.*-*)\\s+:\\s+(?P<result>(PASS|FAIL))"
    fixupdict:
        PASS: pass
        FAIL: fail