summaryrefslogtreecommitdiffstats
path: root/results/classifier/zero-shot/105/socket/1867601
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/105/socket/1867601
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/105/socket/1867601')
-rw-r--r--results/classifier/zero-shot/105/socket/186760134
1 files changed, 34 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/105/socket/1867601 b/results/classifier/zero-shot/105/socket/1867601
new file mode 100644
index 00000000..dcb666c1
--- /dev/null
+++ b/results/classifier/zero-shot/105/socket/1867601
@@ -0,0 +1,34 @@
+socket: 0.974
+graphic: 0.871
+network: 0.848
+device: 0.786
+instruction: 0.772
+other: 0.637
+mistranslation: 0.596
+vnc: 0.592
+semantic: 0.516
+boot: 0.475
+assembly: 0.245
+KVM: 0.209
+
+test-char not concurrent with unix socket
+
+'make check-unit' might fail when running multiple tests in parallel.
+
+Apparently occurred on OSX CI:
+https://travis-ci.org/github/philmd/qemu/jobs/662357430
+
+Guess is same unix path used:
+
+static SocketAddress unixaddr = {
+ .type = SOCKET_ADDRESS_TYPE_UNIX,
+ .u.q_unix.path = (char *)"test-char.sock",
+};
+
+Note, other tests in this file use g_dir_make_tmp().
+
+The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now.
+If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience.
+
+[Expired for QEMU because there has been no activity for 60 days.]
+