summary refs log tree commit diff stats
path: root/results/classifier/108/other/2922
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/other/2922')
-rw-r--r--results/classifier/108/other/292222
1 files changed, 22 insertions, 0 deletions
diff --git a/results/classifier/108/other/2922 b/results/classifier/108/other/2922
new file mode 100644
index 000000000..f587c75fe
--- /dev/null
+++ b/results/classifier/108/other/2922
@@ -0,0 +1,22 @@
+device: 0.835
+debug: 0.751
+performance: 0.743
+vnc: 0.733
+files: 0.650
+graphic: 0.633
+permissions: 0.518
+PID: 0.484
+semantic: 0.381
+boot: 0.351
+socket: 0.143
+network: 0.122
+other: 0.119
+KVM: 0.053
+
+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``