Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/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
---
M src/systemc/tests/working.filt
1 file changed, 6 insertions(+), 0 deletions(-)
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/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: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev