summaryrefslogtreecommitdiff
path: root/src/systemc/tests
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-07-27 16:04:31 -0700
committerGabe Black <gabeblack@google.com>2018-09-11 21:51:49 +0000
commitf8896e6254869dee1c8d5c3aaacf73e07264f38c (patch)
tree0cb6fdf1f1202cf9a8caecef20b45adef0b04ddd /src/systemc/tests
parent9cfe743a2262d53fdf3637f0424faa66533ca8e4 (diff)
downloadgem5-f8896e6254869dee1c8d5c3aaacf73e07264f38c.tar.xz
systemc: Make verify.py ignore a warning.
Change-Id: Ia887b7195d84d0ba9e77370d7b928e201ca78731 Reviewed-on: https://gem5-review.googlesource.com/12055 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/tests')
-rwxr-xr-xsrc/systemc/tests/verify.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systemc/tests/verify.py b/src/systemc/tests/verify.py
index c8167d6c7..822065cb9 100755
--- a/src/systemc/tests/verify.py
+++ b/src/systemc/tests/verify.py
@@ -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'