blob: 2674337f1950554d446673debfc246c14c194fa2 [file] [log] [blame]
From e7f260fbf73b10b1990aecc7cc57a6952f730c6b Mon Sep 17 00:00:00 2001
From: Greg Chadwick <gac@lowrisc.org>
Date: Wed, 15 Apr 2020 18:39:08 +0100
Subject: [PATCH 3/7] Remove tests that do not pass on OpenTitan
---
riscv-test-suite/rv32i/Makefrag | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/riscv-test-suite/rv32i/Makefrag b/riscv-test-suite/rv32i/Makefrag
index a19fff8..e27b7ac 100644
--- a/riscv-test-suite/rv32i/Makefrag
+++ b/riscv-test-suite/rv32i/Makefrag
@@ -32,8 +32,6 @@ rv32i_sc_tests = \
I-RF_x0-01 \
I-RF_size-01 \
I-RF_width-01 \
- I-MISALIGN_JMP-01 \
- I-MISALIGN_LDST-01 \
I-DELAY_SLOTS-01 \
I-JAL-01 \
I-JALR-01 \
@@ -77,6 +75,11 @@ rv32i_sc_tests = \
I-EBREAK-01 \
I-IO-01 \
+ # These tests are broken due to flaws in riscv-compliance rather than
+ # Ibex/OpenTitan (see https://github.com/lowRISC/ibex/issues/100)
+ #I-MISALIGN_JMP-01
+ #I-MISALIGN_LDST-01
+
rv32i_tests = $(addsuffix .elf, $(rv32i_sc_tests))
--
2.26.0