summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-10-08 22:21:23 -0700
committerGabe Black <gabeblack@google.com>2018-10-16 01:14:08 +0000
commit70f52c3561012bd9ba01b3f123e4807d2f5da3d4 (patch)
treea38e44a8e414ec21a3b0b154c558c02e7b36e384
parentc9f83ec94ba1d7de0cfc46a9a23af2f9e04450e8 (diff)
downloadgem5-70f52c3561012bd9ba01b3f123e4807d2f5da3d4.tar.xz
systemc: Exclude a test which tests a feature we're not implementing.
Change-Id: Ieaca025786d70c0d851eec9d1eb9f7f01b513cde Reviewed-on: https://gem5-review.googlesource.com/c/13332 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
-rw-r--r--src/systemc/tests/working.filt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/systemc/tests/working.filt b/src/systemc/tests/working.filt
index 2d3c8861c..49ab3aaab 100644
--- a/src/systemc/tests/working.filt
+++ b/src/systemc/tests/working.filt
@@ -51,6 +51,11 @@ path in (
# 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",
+
+ # This test is for a mechanism to change to a non-standard signal write
+ # checking behavior using an environment variable which we don't intent to
+ # support at this time.
+ "systemc/communication/sc_signal/check_writer/test16",
),
])