diff options
Diffstat (limited to 'results/classifier/118/review/2356')
| -rw-r--r-- | results/classifier/118/review/2356 | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/results/classifier/118/review/2356 b/results/classifier/118/review/2356 new file mode 100644 index 000000000..dd602772b --- /dev/null +++ b/results/classifier/118/review/2356 @@ -0,0 +1,75 @@ +register: 0.982 +device: 0.876 +graphic: 0.843 +kernel: 0.777 +architecture: 0.765 +performance: 0.708 +debug: 0.595 +network: 0.593 +semantic: 0.481 +vnc: 0.480 +ppc: 0.456 +socket: 0.442 +peripherals: 0.357 +files: 0.353 +assembly: 0.308 +PID: 0.302 +permissions: 0.287 +x86: 0.270 +VMM: 0.268 +hypervisor: 0.246 +mistranslation: 0.226 +i386: 0.226 +TCG: 0.211 +virtual: 0.192 +arm: 0.180 +boot: 0.169 +user-level: 0.095 +KVM: 0.094 +risc-v: 0.079 +-------------------- +debug: 0.923 +hypervisor: 0.465 +virtual: 0.218 +TCG: 0.187 +kernel: 0.120 +performance: 0.076 +files: 0.067 +device: 0.036 +register: 0.025 +assembly: 0.017 +user-level: 0.014 +architecture: 0.014 +peripherals: 0.009 +semantic: 0.009 +VMM: 0.008 +PID: 0.008 +KVM: 0.003 +boot: 0.003 +network: 0.003 +risc-v: 0.002 +graphic: 0.002 +socket: 0.002 +permissions: 0.001 +arm: 0.001 +mistranslation: 0.001 +vnc: 0.000 +x86: 0.000 +ppc: 0.000 +i386: 0.000 + +assert in stm32l4x5_rcc +Description of problem: +The following log reveals it: + +``` +qemu-system-aarch64: ../hw/misc/stm32l4x5_rcc.c:546: void rcc_update_cfgr_register(Stm32l4x5RccState *): Assertion `val <= 0b100' failed. +Aborted +``` +Steps to reproduce: +``` +cat << EOF | qemu-system-aarch64 -display \ +none -machine accel=qtest, -m 512M -machine b-l475e-iot01a -qtest stdio +writeq 0x40021008 0xffffffff +EOF +``` |