Lines Matching refs:tst
110 for tst in all_tests:
111 if self.Contains(path, tst):
112 file_path = os.path.join(self.root, reduce(os.path.join, tst[1:], ""))
113 test_name = tst[:-1] + [os.path.splitext(tst[-1])[0]]
129 for tst in result:
130 tst.parallel = True
152 for tst in all_tests:
153 if self.Contains(path, tst):
154 file_path = os.path.join(self.root, reduce(os.path.join, tst[1:], "") + ".js")
156 SimpleTestCase(tst, file_path, arch, mode, self.context, self, self.additional_flags))
167 for tst in result:
168 tst.disable_core_files = True