projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cb5af8
)
systemc: Teach verify.py to ignore a new error.
author
Gabe Black
<gabeblack@google.com>
Sat, 1 Sep 2018 23:40:55 +0000
(16:40 -0700)
committer
Gabe Black
<gabeblack@google.com>
Wed, 3 Oct 2018 00:40:43 +0000
(
00:40
+0000)
Change-Id: Id967719803b5b306792c9fe6e6ddd36c36e09a88
Reviewed-on: https://gem5-review.googlesource.com/c/12460
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 96527e9e028bee54b6f04084c71ccca30b84b988..f9fb19a0ed0d0f793e367eaee29a39daab27a487 100755
(executable)
--- a/
src/systemc/tests/verify.py
+++ b/
src/systemc/tests/verify.py
@@
-225,6
+225,7
@@
class LogChecker(Checker):
warning_filt(540),
warning_filt(569),
warning_filt(571),
+ error_filt(525),
error_filt(541),
error_filt(542),
error_filt(543),