systemc: Disable tests which use sensitive_(pos|neg).
authorGabe Black <gabeblack@google.com>
Tue, 19 Jun 2018 02:30:23 +0000 (19:30 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 5 Sep 2018 05:59:47 +0000 (05:59 +0000)
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>

src/systemc/tests/working.filt

index 8abb37ee2ba6f1f4ab9ae24d4ab95bd2303263c6..66dba3bfa457baf46934b382b6772c8619b5df6b 100644 (file)
@@ -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",
 ),
 
 ])