Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/12068

Change subject: systemc: Ignore a warning in the reference test outputs.
......................................................................

systemc: Ignore a warning in the reference test outputs.

The warning is about deprecated sc_module constructors which don't take
an sc_module_name.

Change-Id: I2ef864a5bdac93eb8104a842179ffe45a8335085
---
M src/systemc/tests/verify.py
1 file changed, 2 insertions(+), 1 deletion(-)



diff --git a/src/systemc/tests/verify.py b/src/systemc/tests/verify.py
index 26183b5..6667b13 100755
--- a/src/systemc/tests/verify.py
+++ b/src/systemc/tests/verify.py
@@ -197,8 +197,9 @@
     ref_filt = merge_filts(
         r'^\nInfo: /OSCI/SystemC: Simulation stopped by user.\n',
         r'^SystemC Simulation\n',
-        warning_filt(571),
         warning_filt(540),
+        warning_filt(569),
+        warning_filt(571),
         r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: ' +
         r'You can turn off(.*\n){7}'
     )

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/12068
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: I2ef864a5bdac93eb8104a842179ffe45a8335085
Gerrit-Change-Number: 12068
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

Reply via email to