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>
This commit is contained in:
Gabe Black
2018-10-08 22:21:23 -07:00
parent c9f83ec94b
commit 70f52c3561

View 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",
),
])