summary refs log tree commit diff stats
path: root/results/classifier/118/architecture-risc-v/2952
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/architecture-risc-v/2952')
-rw-r--r--results/classifier/118/architecture-risc-v/295274
1 files changed, 0 insertions, 74 deletions
diff --git a/results/classifier/118/architecture-risc-v/2952 b/results/classifier/118/architecture-risc-v/2952
deleted file mode 100644
index 3a2e4aab5..000000000
--- a/results/classifier/118/architecture-risc-v/2952
+++ /dev/null
@@ -1,74 +0,0 @@
-risc-v: 0.943
-files: 0.845
-graphic: 0.841
-architecture: 0.819
-device: 0.814
-register: 0.793
-vnc: 0.713
-socket: 0.564
-kernel: 0.500
-performance: 0.468
-semantic: 0.466
-ppc: 0.439
-network: 0.418
-boot: 0.404
-permissions: 0.394
-TCG: 0.354
-assembly: 0.323
-debug: 0.318
-PID: 0.303
-arm: 0.271
-mistranslation: 0.257
-VMM: 0.231
-virtual: 0.171
-user-level: 0.150
-peripherals: 0.109
-hypervisor: 0.063
-KVM: 0.037
-i386: 0.022
-x86: 0.009
---------------------
-risc-v: 0.966
-register: 0.860
-assembly: 0.609
-debug: 0.461
-TCG: 0.350
-virtual: 0.063
-user-level: 0.062
-files: 0.055
-semantic: 0.021
-kernel: 0.018
-hypervisor: 0.015
-architecture: 0.009
-device: 0.008
-performance: 0.008
-peripherals: 0.006
-VMM: 0.006
-PID: 0.004
-boot: 0.003
-graphic: 0.003
-network: 0.002
-socket: 0.001
-KVM: 0.001
-permissions: 0.001
-vnc: 0.001
-mistranslation: 0.001
-arm: 0.000
-i386: 0.000
-ppc: 0.000
-x86: 0.000
-
-Truncated bits while writing value to registers of RISC-V
-Description of problem:
-As mentioned above
-Steps to reproduce:
-```
-# 1. Compile the `test.S`:
-riscv32-unknown-linux-gnu-gcc -g -static -nostartfiles -o test hello.S
-
-# 2. Execute the binary:
-qemu-riscv32 ./test
-
-# 3. Check exit code
-echo $?
-```