Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 61) sorted by relevance

123

/scripts/pylib/pytest-twister-harness/src/twister_harness/
A Dplugin.py150 raise Exception('--build-dir has to be provided')
152 raise Exception(f'Provided --build-dir does not exist: {config.option.build_dir}')
154 raise Exception('--device-type has to be provided')
A Dexceptions.py6 class TwisterHarnessException(Exception):
/scripts/west_commands/runners/
A Dcanopen_program.py219 except Exception as err:
231 except Exception as err:
238 except Exception as err:
265 except Exception as err:
274 except Exception as err:
294 except Exception as err:
306 except Exception as err:
/scripts/west_commands/
A Dsdk.py231 except Exception:
249 raise Exception(f"Failed to fetch: {resp.status_code}, {resp.text}")
302 raise Exception(f"Failed to download {sha256_url}: {resp.status_code}")
310 raise Exception(f"Failed to download {archive_url}: {resp.status_code}")
365 raise Exception(f"sha256 mismatched: {sha256}:{digest}")
374 raise Exception("Unexpected archive format")
444 except Exception:
520 except Exception as e:
/scripts/dts/python-devicetree/src/devicetree/
A D_private.py13 err_class: Callable[..., Exception]): argument
/scripts/tests/twister/
A Dtest_platform.py164 Exception("Duplicate platform identifier p1e1/s1 found"),
169 Exception("Duplicate platform identifier p1e2/s1/v1 found"),
A Dtest_config_parser.py157 …raises(expected) if isinstance(expected, type) and issubclass(expected, Exception) else nullcontex…
178 with pytest.raises(Exception):
A Dtest_cmakecache.py137 isinstance(expected, Exception) else nullcontext() as exception:
240 isinstance(expected, type) and issubclass(expected, Exception) else \
A Dtest_twister.py50 with pytest.raises(Exception) as exception:
A Dtest_environment.py417 issubclass(git_describe_return, Exception):
422 issubclass(git_show_return, Exception):
517 pytest.raises(Exception) \
A Dtest_testsuite.py254 class TestException(Exception):
430 isinstance(expected, type) and issubclass(expected, Exception) \
645 issubclass(scanpathresults[filename], Exception):
847 isinstance(expected, type) and issubclass(expected, Exception) \
A Dtest_quarantine.py168 if isinstance(expected, type) and issubclass(expected, Exception):
/scripts/pylib/twister/twisterlib/
A Derror.py11 class TwisterException(Exception):
A Dquarantine.py24 class QuarantineException(Exception):
107 except Exception as e:
/scripts/pylib/pytest-twister-harness/tests/resources/
A Dmock_script.py28 raise Exception
/scripts/build/
A Dparse_syscalls.py121 except Exception:
134 except Exception:
/scripts/release/
A Dlist_backports.py170 except Exception:
294 except Exception:
300 except Exception:
/scripts/
A Dgen_gcov_files.py56 except Exception:
/scripts/pylib/twister/
A Dscl.py25 class EmptyYamlFileException(Exception):
/scripts/utils/
A Dmigrate_mcumgr_kconfigs.py143 except Exception as e:
A Dmigrate_posix_kconfigs.py122 except Exception as e:
/scripts/ci/
A Dcheck_maintainer_changes.py37 except Exception:
173 except Exception:
/scripts/dts/
A Dgen_edt.py110 raise Exception(s)
/scripts/pylib/display-twister-harness/camera_shield/uvc_core/
A Dcamera_controller.py23 raise Exception(f"Failed to open camera {self.device_id}")
228 except Exception as e:
/scripts/tracing/
A Dtrace_capture_usb.py44 except Exception as e:

Completed in 56 milliseconds

123