Searched refs:InvalidFileFormatException (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/ |
| D | test_parameters.py | 27 from runner.plugins.ets.utils.exceptions import InvalidFileFormatException 42 …raise InvalidFileFormatException(message="Lists of parameters must start with 'list.'", filepath=f… 46 … raise InvalidFileFormatException(message="Parameters list must be YAML array", filepath=filepath) 59 raise InvalidFileFormatException(
|
| D | exceptions.py | 18 class InvalidFileFormatException(Exception): class
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/ |
| D | template.py | 28 InvalidFileFormatException, UnknownTemplateException, InvalidMetaException 66 raise InvalidFileFormatException(message=f"Template Syntax Error: {exc.message}", 109 … raise InvalidFileFormatException(message=f"Could not load YAML in test params: {str(exc)}",
|
| D | ets_templates_generator.py | 25 from runner.plugins.ets.utils.exceptions import InvalidFileFormatException, InvalidFileStructureExc… 58 except InvalidFileFormatException as inv_format_exp:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/stdlib_templates/ |
| D | stdlib_templates_generator.py | 31 from runner.plugins.ets.utils.exceptions import InvalidFileFormatException, UnknownTemplateException 91 raise InvalidFileFormatException(message=message, filepath=filepath) from inv_format_exp 109 raise InvalidFileFormatException(
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ |
| D | preparation_step.py | 38 from runner.plugins.ets.utils.exceptions import InvalidFileFormatException, InvalidFileStructureExc… 270 except InvalidFileFormatException as inv_format_exp:
|