diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_rx/host_missing/accel_missing/2691 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_rx/host_missing/accel_missing/2691')
| -rw-r--r-- | gitlab/issues_text/target_rx/host_missing/accel_missing/2691 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gitlab/issues_text/target_rx/host_missing/accel_missing/2691 b/gitlab/issues_text/target_rx/host_missing/accel_missing/2691 deleted file mode 100644 index 723121bd0..000000000 --- a/gitlab/issues_text/target_rx/host_missing/accel_missing/2691 +++ /dev/null @@ -1,27 +0,0 @@ -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. |