diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
| commit | d0c85e36e4de67af628d54e9ab577cc3fad7796a (patch) | |
| tree | f8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/peripherals/2691 | |
| parent | 7f4364274750eb8cb39a3e7493132fca1c01232e (diff) | |
| download | qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip | |
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/peripherals/2691')
| -rw-r--r-- | results/classifier/gemma3:12b/peripherals/2691 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/peripherals/2691 b/results/classifier/gemma3:12b/peripherals/2691 new file mode 100644 index 000000000..1e7a39b6d --- /dev/null +++ b/results/classifier/gemma3:12b/peripherals/2691 @@ -0,0 +1,28 @@ + +Renesas: test_rx_gdbsim.py test sometime timeouts +Description of problem: +```make check-functional``` runs sometime fail with : + +``` +160/164 qemu:func-thorough+func-rx-thorough+thorough / func-rx-rx_gdbsim TIMEOUT 90.03s killed by signal 15 SIGTERM +``` +Steps to reproduce: +1. ./configure --target-list=rx-softmmu +2. make -j 20 +3. while [ 1 ]; do PYTHONPATH=python:tests/functional QEMU_TEST_QEMU_BINARY=build/qemu-system-rx build/pyvenv/bin/python3 tests/functional/test_rx_gdbsim.py ; done + +It hangs after a few iterations. +Additional information: +The test console log file contains: + ``` +... +2024-11-19 11:03:04,123: Run /bin/sh as init process +2024-11-19 11:03:04,136: +2024-11-19 11:03:04,137: Sash command shell (version 1.1.1) +2024-11-19 11:03:04,137: +2024-11-19 11:03:04,145: />sh-sci 88240.serial: overrun error +2024-11-19 11:03:04,150: sh-sci 88240.serial: frame error +2024-11-19 11:03:04,156: sh-sci 88240.serial: parity error + ``` + +These errors appear to reflect some problems in the renesas_sci model. |