Make WFI test more strict
[riscv-tests.git] / isa / rv32si / Makefrag
index 70cea701876365cb22e98593d72578ebb8197fc4..dea3ecf4b28347a521c985b92a7854033a47a958 100644 (file)
@@ -4,18 +4,10 @@
 
 rv32si_sc_tests = \
        csr \
-       shamt \
        ma_fetch \
-       illegal \
        scall \
        sbreak \
-       ma_addr \
-       timer \
-
-rv32si_mc_tests = \
-       ipi \
 
 rv32si_p_tests = $(addprefix rv32si-p-, $(rv32si_sc_tests))
-rv32si_pm_tests = $(addprefix rv32si-pm-, $(rv32si_mc_tests))
 
-spike_tests += $(rv32si_p_tests) $(rv32si_pm_tests)
+spike32_tests += $(rv32si_p_tests)