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

Change subject: systemc: Make verify.py ignore a warning.
......................................................................

systemc: Make verify.py ignore a warning.

Change-Id: Ia887b7195d84d0ba9e77370d7b928e201ca78731
---
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 c8167d6..822065c 100755
--- a/src/systemc/tests/verify.py
+++ b/src/systemc/tests/verify.py
@@ -192,7 +192,8 @@

     ref_filt = merge_filts(
         r'^\nInfo: /OSCI/SystemC: Simulation stopped by user.\n',
-        r'^SystemC Simulation\n'
+        r'^SystemC Simulation\n',
+        r'^\nWarning: .*\nIn file: .*\n'
     )
     test_filt = merge_filts(
         r'^Global frequency set at \d* ticks per second\n'

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