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

Change subject: systemc: Teach verify.py to ignore two types of errors.
......................................................................

systemc: Teach verify.py to ignore two types of errors.

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



diff --git a/src/systemc/tests/verify.py b/src/systemc/tests/verify.py
index f9fb19a..24a27af 100755
--- a/src/systemc/tests/verify.py
+++ b/src/systemc/tests/verify.py
@@ -225,6 +225,8 @@
         warning_filt(540),
         warning_filt(569),
         warning_filt(571),
+        error_filt(514),
+        error_filt(515),
         error_filt(525),
         error_filt(541),
         error_filt(542),

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