Home
last modified time | relevance | path

Searched refs:test_sub_dir (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/lit/lit/formats/
Dgoogletest.py13 def __init__(self, test_sub_dir, test_suffix): argument
14 self.test_sub_dir = os.path.normcase(str(test_sub_dir)).split(';')
88 if not os.path.normcase(filename) in self.test_sub_dir:
97 elif ('.' in self.test_sub_dir):
/external/swiftshader/third_party/LLVM/utils/lit/lit/
DTestFormats.py11 def __init__(self, test_sub_dir, test_suffix): argument
12 self.test_sub_dir = os.path.normcase(str(test_sub_dir)).split(';')
62 if not '.' in self.test_sub_dir:
63 if not os.path.normcase(filename) in self.test_sub_dir: