projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb4c0e
)
systemc: Teach verify.py to ignore two types of errors.
author
Gabe Black
<gabeblack@google.com>
Sun, 2 Sep 2018 00:51:09 +0000
(17:51 -0700)
committer
Gabe Black
<gabeblack@google.com>
Wed, 3 Oct 2018 00:49:25 +0000
(
00:49
+0000)
Change-Id: I9e61a034d7f71bc9b1f28cb976ae8b17d6f37612
Reviewed-on: https://gem5-review.googlesource.com/c/12465
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/tests/verify.py
patch
|
blob
|
history
diff --git
a/src/systemc/tests/verify.py
b/src/systemc/tests/verify.py
index f9fb19a0ed0d0f793e367eaee29a39daab27a487..24a27afe1ebf666de18f0cf3a225950e771bc92e 100755
(executable)
--- a/
src/systemc/tests/verify.py
+++ b/
src/systemc/tests/verify.py
@@
-225,6
+225,8
@@
class LogChecker(Checker):
warning_filt(540),
warning_filt(569),
warning_filt(571),
+ error_filt(514),
+ error_filt(515),
error_filt(525),
error_filt(541),
error_filt(542),