diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_i386/host_missing/accel_missing/2922.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_i386/host_missing/accel_missing/2922.toml')
| -rw-r--r-- | gitlab/issues/target_i386/host_missing/accel_missing/2922.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gitlab/issues/target_i386/host_missing/accel_missing/2922.toml b/gitlab/issues/target_i386/host_missing/accel_missing/2922.toml new file mode 100644 index 00000000..b43b95b6 --- /dev/null +++ b/gitlab/issues/target_i386/host_missing/accel_missing/2922.toml @@ -0,0 +1,17 @@ +id = 2922 +title = "x86 reverse-debugging test is unreliable" +state = "opened" +created_at = "2025-04-14T09:30:51.441Z" +closed_at = "n/a" +labels = ["kind::Bug", "target: i386"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2922" +host-os = "Fedora 41" +host-arch = "x86" +qemu-version = "v10.0-rc3" +guest-os = "n/a" +guest-arch = "n/a" +description = """The reverse-debugging test for the x86 target is not working reliably. If the host system is under load, the test simply hangs and finally times out.""" +reproduce = """1. ``make check-venv`` +2. Run something in the background that keeps all CPUs busy +3. ``for ((x=0;x<10;x++)); do QEMU_TEST_FLAKY_TESTS=1 pyvenv/bin/avocado run tests/avocado/reverse_debugging.py:ReverseDebugging_X86_64.test_x86_64_pc ; done``""" +additional = "n/a" |