summaryrefslogtreecommitdiffstats
path: root/tests/ob_match_arch.rc
blob: 10135d7630a0c7146e81101c14c5d0019ab6b06f (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
set arch       all
set arch_field all
set result true
test

set arch       foo-bar-baz
set arch_field any
set result true
test

set arch       foo-bar-baz
set arch_field any all
set result true
test

set arch       all
set arch_field any all
set result true
test

set arch       foo-bar-baz
set arch_field foo-any-any
set result true
test

set arch       foo-bar-baz
set arch_field foo-bar-qux
set result false
test

set arch       foo-bar-baz
set arch_field any-qux-any any-bar-any
set result true
test

set arch       foo-bar-baz
set arch_field any-qux-any any-quux-any
set result false
test

set arch       all
set arch_field any
set result false
test

set arch       all
set arch_field foo-any-any
set result false
test