summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-08-15 17:42:30 -0700
committerGabe Black <gabeblack@google.com>2018-09-20 01:48:25 +0000
commitf30f30577409073416981004761a85364be1a986 (patch)
treecaf2fce95f28bbd21b409284cfa749a58b9dccbc
parent328ac810995cfea2216724b56f1bf50c78ffd33f (diff)
downloadgem5-f30f30577409073416981004761a85364be1a986.tar.xz
systemc: Teach verify.py to ignore another deprecation warning.
Change-Id: I4c45431abebafd69f485f9d740da30f4b957f609 Reviewed-on: https://gem5-review.googlesource.com/12207 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
-rwxr-xr-xsrc/systemc/tests/verify.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemc/tests/verify.py b/src/systemc/tests/verify.py
index 4c307737e..9c98d47ad 100755
--- a/src/systemc/tests/verify.py
+++ b/src/systemc/tests/verify.py
@@ -205,6 +205,8 @@ class LogChecker(Checker):
r'^SystemC Simulation\n',
r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: ' +
r'You can turn off(.*\n){7}',
+ r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: \n' +
+ r' sc_clock\(const char(.*\n){3}',
warning_filt(540),
warning_filt(569),
warning_filt(571),