Lines Matching full:glob
76 def test_glob_archive(archives, glob, expected, sort_results = False): argument
79 glob = glob.replace("$archive1", archives[0]).replace("$obj", obj_suffix)
83 glob = glob.replace("$archive2", archives[1]).replace("$obj", obj_suffix)
87 if sort_results : glob = "[ SORT %s ]" % glob
94 """ % glob)
121 ## glob wildcards:1
125 ## glob wildcards:2
129 ## glob wildcards:3
133 ## glob multiple patterns with multiple results.
137 ## glob multiple archives and patterns.
143 ## glob same archive multiple times.
175 ## glob members by symbols they contain.
183 ## so for the glob-by-symbol tests we glob C-generated archive members.
185 ## glob members by exact symbol.
190 ## glob members by symbol wildcard.
195 ## glob members by member pattern AND symbol pattern.
200 ## case insensitive symbol glob.
205 ## glob member that contains main symbol.