systemc: Exclude a test which tests a feature we're not implementing.
authorGabe Black <gabeblack@google.com>
Tue, 9 Oct 2018 05:21:23 +0000 (22:21 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 16 Oct 2018 01:14:08 +0000 (01:14 +0000)
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>

src/systemc/tests/working.filt

index 2d3c8861ce245f1f791963643ca210cfbe36ecb4..49ab3aaab3b4f88a7b53dc5c56f9fbe5e47349b0 100644 (file)
@@ -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",
 ),
 
 ])