Some S-mode tests really only belong in M-mode
[riscv-tests.git] / isa / rv64si / Makefrag
index 802fc5568958c7d8cbac0492aedfb8d231582e6e..076ea5967d75c25b35c4658d25777c6c4e133293 100644 (file)
@@ -4,18 +4,11 @@
 
 rv64si_sc_tests = \
        csr \
-       illegal \
        ma_fetch \
-       ma_addr \
        scall \
+       wfi \
        sbreak \
-       timer \
-       dirty \
-
-rv64si_mc_tests = \
-       ipi \
 
 rv64si_p_tests = $(addprefix rv64si-p-, $(rv64si_sc_tests))
-rv64si_pm_tests = $(addprefix rv64si-pm-, $(rv64si_mc_tests))
 
-spike_tests += $(rv64si_p_tests) $(rv64si_pm_tests)
+spike_tests += $(rv64si_p_tests)