summary refs log tree commit diff stats
path: root/results/classifier/118/TCG-arm/1697
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/TCG-arm/1697')
-rw-r--r--results/classifier/118/TCG-arm/169779
1 files changed, 79 insertions, 0 deletions
diff --git a/results/classifier/118/TCG-arm/1697 b/results/classifier/118/TCG-arm/1697
new file mode 100644
index 000000000..5f70800eb
--- /dev/null
+++ b/results/classifier/118/TCG-arm/1697
@@ -0,0 +1,79 @@
+TCG: 0.949
+arm: 0.894
+device: 0.817
+graphic: 0.779
+user-level: 0.743
+vnc: 0.722
+ppc: 0.673
+performance: 0.663
+risc-v: 0.639
+files: 0.583
+PID: 0.576
+register: 0.549
+network: 0.547
+semantic: 0.506
+architecture: 0.503
+socket: 0.462
+boot: 0.426
+VMM: 0.396
+hypervisor: 0.338
+i386: 0.329
+peripherals: 0.325
+permissions: 0.320
+x86: 0.294
+debug: 0.280
+assembly: 0.264
+virtual: 0.256
+mistranslation: 0.228
+kernel: 0.201
+KVM: 0.130
+--------------------
+arm: 0.993
+TCG: 0.757
+hypervisor: 0.518
+debug: 0.233
+files: 0.110
+virtual: 0.091
+performance: 0.060
+kernel: 0.047
+register: 0.019
+user-level: 0.018
+PID: 0.017
+device: 0.016
+assembly: 0.010
+architecture: 0.007
+semantic: 0.005
+boot: 0.004
+peripherals: 0.003
+VMM: 0.003
+socket: 0.002
+network: 0.002
+graphic: 0.002
+permissions: 0.001
+vnc: 0.001
+mistranslation: 0.001
+risc-v: 0.001
+KVM: 0.001
+x86: 0.000
+ppc: 0.000
+i386: 0.000
+
+qemu-arm -cpu cortex-m55 dummy_test qemu-arm: ../accel/tcg/user-exec.c:492: page_set_flags: Assertion `last <= GUEST_ADDR_MAX' failed.
+Description of problem:
+Basic testing failed for cortex m55
+Steps to reproduce:
+1.Pulled the newest qemu 8.0.50
+
+2.Create a Dummy test with only return 0 in main function
+
+3.run  ` arm-none-eabi-gcc -o dummy_test -O2 -g -mcpu=cortex-m55 dummy_test.cc --specs=rdimon.specs` and then `qemu-arm -cpu cortex-m55 dummy_test`
+
+`arm-none-eabi-gcc (Arm GNU Toolchain 12.2.MPACBTI-Rel1 (Build arm-12-mpacbti.34)) 12.2.1 20230214
+Copyright (C) 2022 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.`
+
+`qemu-arm version 8.0.50 (v8.0.0-1739-g5f9dd6a8ce)
+Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers`
+Additional information:
+It is a known problem in another issues: https://gitlab.com/qemu-project/qemu/-/issues/1528#note_1389268261.