summary refs log tree commit diff stats
path: root/results/classifier/105/device/2314
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
commit256709d2eb3fd80d768a99964be5caa61effa2a0 (patch)
tree05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/device/2314
parent2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff)
downloademulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz
emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.zip
add new classifier result
Diffstat (limited to 'results/classifier/105/device/2314')
-rw-r--r--results/classifier/105/device/231429
1 files changed, 29 insertions, 0 deletions
diff --git a/results/classifier/105/device/2314 b/results/classifier/105/device/2314
new file mode 100644
index 00000000..876368b3
--- /dev/null
+++ b/results/classifier/105/device/2314
@@ -0,0 +1,29 @@
+device: 0.873
+graphic: 0.768
+network: 0.686
+vnc: 0.678
+instruction: 0.676
+semantic: 0.656
+socket: 0.617
+boot: 0.494
+mistranslation: 0.258
+assembly: 0.184
+other: 0.105
+KVM: 0.098
+
+Building QEMU 9.0.0 fails on MacOS 10.15.7 (error: initializing 'NSEdgeInsets' (aka 'struct NSEdgeInsets') with an expression of incompatible type 'id')
+Description of problem:
+QEMU fails to compile using Homebrew on OS X 10.15.7:
+```
+../ui/cocoa.m:542:18: error: initializing 'NSEdgeInsets' (aka 'struct NSEdgeInsets') with an expression of incompatible type 'id'
+    NSEdgeInsets insets = [[[self window] screen] safeAreaInsets];
+                 ^        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+1 error generated.
+```
+Steps to reproduce:
+1. Compile QEMU on OS X 10.15.7 using Homebrew
+2.
+3.
+Additional information:
+Build log
+[02.make.zip](/uploads/dfb618b86984ed6cf699d94bf9d6c9e1/02.make.zip)