summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-09-27 01:27:31 -0700
committerGabe Black <gabeblack@google.com>2018-10-16 00:39:18 +0000
commit56eef42e7a60f7dfa8f874f7763ea638753c0c81 (patch)
tree4b54851623bda2ffd77ab61505f8a4d7c4ae8099 /src
parent34a9b8628f2a0b001a57deed73f887c92d5ffef6 (diff)
downloadgem5-56eef42e7a60f7dfa8f874f7763ea638753c0c81.tar.xz
systemc: Filter out a test which breaks rules gem5 won't let it break.
Change-Id: Ifbc27a3134730a95ecdb79c588c4d7fe6e889046 Reviewed-on: https://gem5-review.googlesource.com/c/13192 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/systemc/tests/working.filt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/systemc/tests/working.filt b/src/systemc/tests/working.filt
index 4553a5521..2d3c8861c 100644
--- a/src/systemc/tests/working.filt
+++ b/src/systemc/tests/working.filt
@@ -45,6 +45,12 @@ path in (
# sensitive, is exercised elsewhere.
"systemc/kernel/sc_sensitive/test02",
"systemc/kernel/sc_sensitive/test03",
+
+ # This test relies on being able to set the time resolution even after it's
+ # been fixed by telling systemc to ignore the error message. gem5 has no
+ # facility to ignore the error it raises for the same reason, and it
+ # wouldn't make sense to add one.
+ "systemc/kernel/sc_time/test19",
),
])