summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/files/823
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/118/files/823
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/118/files/823')
-rw-r--r--results/classifier/zero-shot/118/files/82351
1 files changed, 51 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/118/files/823 b/results/classifier/zero-shot/118/files/823
new file mode 100644
index 00000000..7818a68a
--- /dev/null
+++ b/results/classifier/zero-shot/118/files/823
@@ -0,0 +1,51 @@
+files: 0.964
+graphic: 0.817
+device: 0.805
+PID: 0.765
+ppc: 0.762
+socket: 0.695
+semantic: 0.638
+register: 0.603
+performance: 0.511
+debug: 0.507
+network: 0.480
+vnc: 0.446
+permissions: 0.416
+arm: 0.278
+mistranslation: 0.268
+boot: 0.255
+TCG: 0.246
+user-level: 0.187
+x86: 0.166
+risc-v: 0.165
+KVM: 0.163
+architecture: 0.139
+i386: 0.122
+VMM: 0.114
+peripherals: 0.110
+virtual: 0.104
+hypervisor: 0.103
+kernel: 0.052
+assembly: 0.016
+
+rcutorture: ../tests/unit/rcutorture.c:321: rcu_update_stress_test: Assertion `p != cp' failed.
+Description of problem:
+qemu rcutorture tests are failing when building qemu for Rawhide.  See the scratch build I did here and the follow log files:
+
+https://koji.fedoraproject.org/koji/taskinfo?taskID=81316487
+https://kojipkgs.fedoraproject.org//work/tasks/6509/81316509/build.log
+https://kojipkgs.fedoraproject.org//work/tasks/6508/81316508/build.log
+https://kojipkgs.fedoraproject.org//work/tasks/6510/81316510/build.log
+
+The full error is:
+
+```
+MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} G_TEST_SRCDIR=/builddir/build/BUILD/qemu-6.2.0/tests/unit G_TEST_BUILDDIR=/builddir/build/BUILD/qemu-6.2.0/qemu_kvm_build/tests/unit tests/unit/rcutorture --tap -k
+ERROR rcutorture - too few tests run (expected 2, got 0)
+rcutorture: ../tests/unit/rcutorture.c:321: rcu_update_stress_test: Assertion `p != cp' failed.
+make: *** [Makefile.mtest:1208: run-test-149] Error 1
+```
+Steps to reproduce:
+1. Compile qemu and run the test suite.
+Additional information:
+The only significant recent change since it was built successfully is adoption of GCC 12.  Could it be a change in compiler that causes this?