aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam McSpaddden <bill@riscv.org>2024-05-07 15:07:47 -0500
committerWilliam McSpaddden <bill@riscv.org>2024-05-07 15:07:47 -0500
commitcb378c857ce1f3943f3380d03d00a70c92d4c4c9 (patch)
treeb6ae02e86443c0fe845e45c18d156fd4a6a2961a
parent5b864457f5c937d83a00e2ac0886fc20903c5a6f (diff)
downloadriscv-tests-cb378c857ce1f3943f3380d03d00a70c92d4c4c9.zip
riscv-tests-cb378c857ce1f3943f3380d03d00a70c92d4c4c9.tar.gz
riscv-tests-cb378c857ce1f3943f3380d03d00a70c92d4c4c9.tar.bz2
cbo's not yet supported in the Sail model
-rw-r--r--test_ignore_list.py3
1 files changed, 2 insertions, 1 deletions
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
]