summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/device/2922
blob: 3c6c07c7866b9480690cb0c657e05a3ddbb4bb50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
device: 0.835
instruction: 0.792
vnc: 0.733
graphic: 0.633
mistranslation: 0.439
semantic: 0.381
boot: 0.351
socket: 0.143
network: 0.122
other: 0.119
KVM: 0.053
assembly: 0.039

x86 reverse-debugging test is unreliable
Description of problem:
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.
Steps to 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``