aboutsummaryrefslogtreecommitdiff
path: root/test_ignore_list.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_ignore_list.py')
-rw-r--r--test_ignore_list.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test_ignore_list.py b/test_ignore_list.py
new file mode 100644
index 0000000..c5db6d2
--- /dev/null
+++ b/test_ignore_list.py
@@ -0,0 +1,7 @@
+
+# Used by run_tests.py. This is a list of tests to be ignored
+# when running a set of tests.
+
+ignore_test_tuple = [
+ "rv64ssvnapot-p-napot",
+ ]