systemc: Make verify.py ignore a warning.
authorGabe Black <gabeblack@google.com>
Fri, 27 Jul 2018 23:04:31 +0000 (16:04 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 11 Sep 2018 21:51:49 +0000 (21:51 +0000)
Change-Id: Ia887b7195d84d0ba9e77370d7b928e201ca78731
Reviewed-on: https://gem5-review.googlesource.com/12055
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

src/systemc/tests/verify.py

index c8167d6c7c3b9929f5c3edb72a0d67047034b837..822065cb940ad28ce9f521f828c9e2856a95c629 100755 (executable)
@@ -192,7 +192,8 @@ class LogChecker(Checker):
 
     ref_filt = merge_filts(
         r'^\nInfo: /OSCI/SystemC: Simulation stopped by user.\n',
-        r'^SystemC Simulation\n'
+        r'^SystemC Simulation\n',
+        r'^\nWarning: .*\nIn file: .*\n'
     )
     test_filt = merge_filts(
         r'^Global frequency set at \d* ticks per second\n'