Lines Matching +full:bad +full:- +full:key +full:- +full:2
3 # Copyright (c) 2018-2024 Intel Corporation
7 # SPDX-License-Identifier: Apache-2.0
75 source_dir_rel = testsuite.source_dir_rel.rsplit(os.pardir+os.path.sep, 1)[-1]
113 def status(self) -> TwisterStatus:
117 def status(self, value : TwisterStatus) -> None:
120 key = value.name if isinstance(value, Enum) else value
121 self._status = TwisterStatus[key]
176 def compose_case_name(self, tc_name) -> str:
215 # command-line, then we need to run the test, not just build it.
279 # we asked for build-only on the command line
330 # --extra-args=CONFIG_*
344 new_config_list.append(cond_config[2])
347 new_config_list.append(cond_config[2])
368 with open(file, "w", encoding='utf-8') as f:
377 ) -> SizeCalculator:
392 def get_elf_file(self) -> str:
406 fns = [x for x in fns if not any(bad in os.path.basename(x) for bad in blocklist)]
413 def get_buildlog_file(self) -> str: