Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Drunner_base.py49 def load_list(test_root: str, test_list_path: str) -> List[str]: function
201 tests.extend(load_list(self.test_root, list_path))
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py640 def load_list(p): function
647 skiplist.update(load_list(path.join(self.test_root, sl)))
650 … self.normal_skiplist.update(load_list(path.join(self.test_root, self.normal_skiplist_file)))
654 skiplist_bco = load_list(path.join(self.test_root, self.skiplist_bco_name))
657 test_list = load_list(path.abspath(test_list_path))