systemc: Teach verify.py to ignore another deprecation warning.
authorGabe Black <gabeblack@google.com>
Thu, 16 Aug 2018 00:42:30 +0000 (17:42 -0700)
committerGabe Black <gabeblack@google.com>
Thu, 20 Sep 2018 01:48:25 +0000 (01:48 +0000)
Change-Id: I4c45431abebafd69f485f9d740da30f4b957f609
Reviewed-on: https://gem5-review.googlesource.com/12207
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

src/systemc/tests/verify.py

index 4c307737ea76244b9821063145096437a4565c99..9c98d47ad2ae3e1b5deb50d599fa1008aea45d8d 100755 (executable)
@@ -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),