Lines Matching defs:test_path
203 def __init__(self, test_path, flags):
204 self.path = test_path
250 def __init__(self, test_path, flags):
251 Test.__init__(self, test_path, flags)
380 def test_path(self, src):
436 print(self.test_path(test.path))
473 def test_path(self, src):
490 def test_path(self, src):
495 def __init__(self, test_path, flags, is_debug):
496 Test.__init__(self, test_path, flags)
584 def test_path(self, src):
607 def test_path(self, src):
612 def __init__(self, test_path, flags):
613 Test.__init__(self, test_path, flags)
747 for test_path in self.test_paths:
748 self.path = test_path
778 def get_record_name(self, test_path):
779 record_name = os.path.relpath(test_path, os.path.dirname(self.files_info_path)).split('.')[0]
805 def get_belonging_abc_input(self, test_path):
806 filename = os.path.relpath(test_path, os.path.dirname(self.files_info_path))
831 for test_path in self.test_paths:
832 record_name = self.get_record_name(test_path)
834 if (os.path.basename(test_path).startswith("commonjs")):
837 if (os.path.basename(test_path).startswith("sharedmodule")):
839 file_info = ('%s;%s;%s;%s;%s;%s\n' % (test_path, record_name, module_kind,
840 os.path.relpath(test_path, self.projects_path), record_name,
842 belonging_abc_input = self.get_belonging_abc_input(test_path)
890 for test_path in self.test_paths:
891 self.path = test_path
958 for test_path in self.test_paths:
959 self.path = test_path
1098 def test_path(self, src):
1114 def test_path(self, src):
1119 def __init__(self, test_path, flags):
1120 Test.__init__(self, test_path, flags)
1148 def __init__(self, test_path, mode_arg, target_version, preserve_files):
1149 Test.__init__(self, test_path, "")
1260 test_path = os.path.join(test_base_path, test_dir)
1261 self.tests_in_dirs.append(test_path)
1262 self.tests.append(PatchTest(test_path, name, target_version, self.preserve_files))
1267 def test_path(self, src):
1292 def __init__(self, test_path, mode):
1293 Test.__init__(self, test_path, "")
1343 def __init__(self, test_path, input_type):
1344 Test.__init__(self, test_path, "")
1426 def test_path(self, src):
1441 def test_path(self, src):
1558 def test_path(self, src):
1591 def test_path(self, src):
1600 def __init__(self, test_path, flags, abc_mode, is_discard):
1601 super().__init__(test_path, flags)
1796 def __init__(self, test_path, flags, test_version, feature_type, module_path_list):
1797 Test.__init__(self, test_path, flags)
2434 def test_path(self, src):