Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit_kernel.py26 class ConfigError(Exception): class
41 raise ConfigError('Could not call make command: ' + str(e))
43 raise ConfigError(e.output.decode())
54 raise ConfigError('Could not call make command: ' + str(e))
56 raise ConfigError(e.output.decode())
138 except ConfigError as e:
174 except ConfigError as e:
201 except (ConfigError, BuildError) as e:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-cppy/
H A D0001-Fix-build-error-as-following.patch6 flit_core.config.ConfigError: description must be specified under [project] or listed as a dynamic …