summary refs log tree commit diff stats
path: root/gitlab/issues/target_rx/host_missing/accel_missing/2691.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_rx/host_missing/accel_missing/2691.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloademulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_rx/host_missing/accel_missing/2691.toml')
-rw-r--r--gitlab/issues/target_rx/host_missing/accel_missing/2691.toml35
1 files changed, 0 insertions, 35 deletions
diff --git a/gitlab/issues/target_rx/host_missing/accel_missing/2691.toml b/gitlab/issues/target_rx/host_missing/accel_missing/2691.toml
deleted file mode 100644
index 19a997c2..00000000
--- a/gitlab/issues/target_rx/host_missing/accel_missing/2691.toml
+++ /dev/null
@@ -1,35 +0,0 @@
-id = 2691
-title = "Renesas: test_rx_gdbsim.py test sometime timeouts"
-state = "opened"
-created_at = "2024-11-19T17:44:18.482Z"
-closed_at = "n/a"
-labels = ["kind::Bug", "target: rx"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/2691"
-host-os = "RHEL9"
-host-arch = "x86_64"
-qemu-version = "v9.2.0-rc0-57-gaf4c4fd128"
-guest-os = "Linux"
-guest-arch = "RX"
-description = """```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
-```"""
-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 = """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."""