Home
last modified time | relevance | path

Searched refs:InvalidFileFormatException (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/
Dtest_parameters.py27 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(
Dexceptions.py18 class InvalidFileFormatException(Exception): class
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/
Dtemplate.py28 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)}",
Dets_templates_generator.py25 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/
Dstdlib_templates_generator.py31 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/
Dpreparation_step.py38 from runner.plugins.ets.utils.exceptions import InvalidFileFormatException, InvalidFileStructureExc…
270 except InvalidFileFormatException as inv_format_exp: