Home | History | Annotate | Download | only in tests

Lines Matching full:discovery

1 # Check the basic discovery process, including a sub-suite.
3 # RUN: %{lit} %{inputs}/discovery \
9 # CHECK-BASIC-ERR: loading suite config '{{.*}}/discovery/lit.cfg'
10 # CHECK-BASIC-ERR: loading local config '{{.*}}/discovery/subdir/lit.local.cfg'
11 # CHECK-BASIC-ERR: loading suite config '{{.*}}/discovery/subsuite/lit.cfg'
15 # CHECK-BASIC-OUT: Source Root: {{.*/discovery/subsuite$}}
16 # CHECK-BASIC-OUT: Exec Root : {{.*/discovery/subsuite$}}
18 # CHECK-BASIC-OUT: Source Root: {{.*/discovery$}}
19 # CHECK-BASIC-OUT: Exec Root : {{.*/discovery$}}
30 # Check discovery when exact test names are given.
33 # RUN: %{inputs}/discovery/subdir/test-three.py \
34 # RUN: %{inputs}/discovery/subsuite/test-one.txt \
44 # Check discovery when using an exec path.
46 # RUN: %{lit} %{inputs}/exec-discovery \
52 # CHECK-ASEXEC-ERR: loading suite config '{{.*}}/exec-discovery/lit.site.cfg'
53 # CHECK-ASEXEC-ERR: load_config from '{{.*}}/discovery/lit.cfg'
54 # CHECK-ASEXEC-ERR: loaded config '{{.*}}/discovery/lit.cfg'
55 # CHECK-ASEXEC-ERR: loaded config '{{.*}}/exec-discovery/lit.site.cfg'
56 # CHECK-ASEXEC-ERR: loading local config '{{.*}}/discovery/subdir/lit.local.cfg'
57 # CHECK-ASEXEC-ERR: loading suite config '{{.*}}/discovery/subsuite/lit.cfg'
61 # CHECK-ASEXEC-OUT: Source Root: {{.*/discovery/subsuite$}}
62 # CHECK-ASEXEC-OUT: Exec Root : {{.*/discovery/subsuite$}}
64 # CHECK-ASEXEC-OUT: Source Root: {{.*/discovery$}}
65 # CHECK-ASEXEC-OUT: Exec Root : {{.*/exec-discovery$}}
75 # Check discovery when exact test names are given.
80 # RUN: %{inputs}/exec-discovery/subdir/test-three.py \
93 # RUN: %{inputs}/exec-discovery-in-tree/obj/ \
97 # CHECK-ASEXEC-INTREE: exec-discovery-in-tree-suite - 1 tests
98 # CHECK-ASEXEC-INTREE-NEXT: Source Root: {{.*/exec-discovery-in-tree$}}
99 # CHECK-ASEXEC-INTREE-NEXT: Exec Root : {{.*/exec-discovery-in-tree/obj$}}
101 # CHECK-ASEXEC-INTREE-NEXT: exec-discovery-in-tree-suite :: test-one