From cb378c857ce1f3943f3380d03d00a70c92d4c4c9 Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Tue, 7 May 2024 15:07:47 -0500 Subject: cbo's not yet supported in the Sail model --- test_ignore_list.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_ignore_list.py b/test_ignore_list.py index c5db6d2..e302651 100644 --- a/test_ignore_list.py +++ b/test_ignore_list.py @@ -3,5 +3,6 @@ # when running a set of tests. ignore_test_tuple = [ - "rv64ssvnapot-p-napot", + "rv64ssvnapot-p-napot", # naport Not implemented in the Sail model + "rv64mzicbo-p-zero", # cbo Not implemented in the Sail model ] -- cgit v1.1