From f30f30577409073416981004761a85364be1a986 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 15 Aug 2018 17:42:30 -0700 Subject: [PATCH] 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 --- src/systemc/tests/verify.py | 2 ++ 1 file changed, 2 insertions(+) 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), -- 2.30.2