From: Gabe Black Date: Thu, 16 Aug 2018 00:42:30 +0000 (-0700) Subject: systemc: Teach verify.py to ignore another deprecation warning. X-Git-Tag: v19.0.0.0~1763 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f30f30577409073416981004761a85364be1a986;p=gem5.git systemc: Teach verify.py to ignore another deprecation warning. Change-Id: I4c45431abebafd69f485f9d740da30f4b957f609 Reviewed-on: https://gem5-review.googlesource.com/12207 Reviewed-by: Gabe Black Maintainer: Gabe Black --- 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),