mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
35839eda8b
When a test hands on a real board there is no way on the console to obtain any information about why it hung. With sandbox we can actually find out that it died and get a signal or exit code. Add this to make it easier to figure out what happened. So instead of: test/py/u_boot_spawn.py:171: in expect c = os.read(self.fd, 1024).decode(errors='replace') E OSError: [Errno 5] Input/output error We get: test/py/u_boot_spawn.py:171: in expect c = os.read(self.fd, 1024).decode(errors='replace') E ValueError: U-Boot exited with signal 11 (Signals.SIGSEGV) Signed-off-by: Simon Glass <sjg@chromium.org> |
||
---|---|---|
.. | ||
devicetree | ||
driver-model | ||
package | ||
uefi | ||
bloblist.rst | ||
checkpatch.rst | ||
ci_testing.rst | ||
coccinelle.rst | ||
commands.rst | ||
config_binding.rst | ||
crash_dumps.rst | ||
global_data.rst | ||
index.rst | ||
logging.rst | ||
makefiles.rst | ||
menus.rst | ||
moveconfig.rst | ||
py_testing.rst | ||
testing.rst | ||
tests_sandbox.rst | ||
tests_writing.rst | ||
trace.rst | ||
version.rst |