diff options
author | Gabe Black <gabeblack@google.com> | 2018-06-18 19:30:23 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2018-09-05 05:59:47 +0000 |
commit | d86151e70ff6046fd1cfadf675d686309271fcf1 (patch) | |
tree | fc33a404587bfafa51bbe5e1ae2f75d41d503d8b | |
parent | b6de909f928be88ca0cb42c9be37a2a286509779 (diff) | |
download | gem5-d86151e70ff6046fd1cfadf675d686309271fcf1.tar.xz |
systemc: Disable tests which use sensitive_(pos|neg).
Those members are deprecated and not worth supporting.
Change-Id: I30b64b36ba3201bb0bcbb541da512676c2bf8510
Reviewed-on: https://gem5-review.googlesource.com/11357
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
-rw-r--r-- | src/systemc/tests/working.filt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/systemc/tests/working.filt b/src/systemc/tests/working.filt index 8abb37ee2..66dba3bfa 100644 --- a/src/systemc/tests/working.filt +++ b/src/systemc/tests/working.filt @@ -35,6 +35,12 @@ path in ( # like between the backing implementation and the consuming application. "systemc/datatypes/fx/fast_constructors", "systemc/datatypes/fx/constructors", + + # These tests uses sensitive_neg and sensitive_pos and overloads which are + # deprecated and not worth supporting. The non-deprecated version, + # sensitive, is exercised elsewhere. + "systemc/kernel/sc_sensitive/test02", + "systemc/kernel/sc_sensitive/test03", ), ]) |