Searched refs:Exception (Results 1 – 25 of 61) sorted by relevance
123
/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
A D | plugin.py | 150 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 D | exceptions.py | 6 class TwisterHarnessException(Exception):
|
/scripts/west_commands/runners/ |
A D | canopen_program.py | 219 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 D | sdk.py | 231 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.py | 13 err_class: Callable[..., Exception]): argument
|
/scripts/tests/twister/ |
A D | test_platform.py | 164 Exception("Duplicate platform identifier p1e1/s1 found"), 169 Exception("Duplicate platform identifier p1e2/s1/v1 found"),
|
A D | test_config_parser.py | 157 …raises(expected) if isinstance(expected, type) and issubclass(expected, Exception) else nullcontex… 178 with pytest.raises(Exception):
|
A D | test_cmakecache.py | 137 isinstance(expected, Exception) else nullcontext() as exception: 240 isinstance(expected, type) and issubclass(expected, Exception) else \
|
A D | test_twister.py | 50 with pytest.raises(Exception) as exception:
|
A D | test_environment.py | 417 issubclass(git_describe_return, Exception): 422 issubclass(git_show_return, Exception): 517 pytest.raises(Exception) \
|
A D | test_testsuite.py | 254 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 D | test_quarantine.py | 168 if isinstance(expected, type) and issubclass(expected, Exception):
|
/scripts/pylib/twister/twisterlib/ |
A D | error.py | 11 class TwisterException(Exception):
|
A D | quarantine.py | 24 class QuarantineException(Exception): 107 except Exception as e:
|
/scripts/pylib/pytest-twister-harness/tests/resources/ |
A D | mock_script.py | 28 raise Exception
|
/scripts/build/ |
A D | parse_syscalls.py | 121 except Exception: 134 except Exception:
|
/scripts/release/ |
A D | list_backports.py | 170 except Exception: 294 except Exception: 300 except Exception:
|
/scripts/ |
A D | gen_gcov_files.py | 56 except Exception:
|
/scripts/pylib/twister/ |
A D | scl.py | 25 class EmptyYamlFileException(Exception):
|
/scripts/utils/ |
A D | migrate_mcumgr_kconfigs.py | 143 except Exception as e:
|
A D | migrate_posix_kconfigs.py | 122 except Exception as e:
|
/scripts/ci/ |
A D | check_maintainer_changes.py | 37 except Exception: 173 except Exception:
|
/scripts/dts/ |
A D | gen_edt.py | 110 raise Exception(s)
|
/scripts/pylib/display-twister-harness/camera_shield/uvc_core/ |
A D | camera_controller.py | 23 raise Exception(f"Failed to open camera {self.device_id}") 228 except Exception as e:
|
/scripts/tracing/ |
A D | trace_capture_usb.py | 44 except Exception as e:
|
Completed in 56 milliseconds
123