Gabe Black has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/11357 )

Change subject: systemc: Disable tests which use sensitive_(pos|neg).
......................................................................

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 <[email protected]>
Maintainer: Gabe Black <[email protected]>
---
M src/systemc/tests/working.filt
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Gabe Black: Looks good to me, approved; Looks good to me, approved



diff --git a/src/systemc/tests/working.filt b/src/systemc/tests/working.filt
index 8abb37e..66dba3b 100644
--- a/src/systemc/tests/working.filt
+++ b/src/systemc/tests/working.filt
@@ -35,6 +35,12 @@
# 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",
 ),

 ])

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/11357
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I30b64b36ba3201bb0bcbb541da512676c2bf8510
Gerrit-Change-Number: 11357
Gerrit-PatchSet: 10
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Matthias Jung <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to