Some S-mode tests really only belong in M-mode
[riscv-tests.git] / isa / rv64si / Makefrag
index 87982c619d05152f8486f814c6102e9a355d488c..076ea5967d75c25b35c4658d25777c6c4e133293 100644 (file)
@@ -4,13 +4,11 @@
 
 rv64si_sc_tests = \
        csr \
-       timer \
-       dirty \
-
-rv64si_mc_tests = \
-       ipi \
+       ma_fetch \
+       scall \
+       wfi \
+       sbreak \
 
 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)