diff options
author | Gabe Black <gabeblack@google.com> | 2018-08-15 17:42:30 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2018-09-20 01:48:25 +0000 |
commit | f30f30577409073416981004761a85364be1a986 (patch) | |
tree | caf2fce95f28bbd21b409284cfa749a58b9dccbc /src/systemc/tests | |
parent | 328ac810995cfea2216724b56f1bf50c78ffd33f (diff) | |
download | gem5-f30f30577409073416981004761a85364be1a986.tar.xz |
systemc: Teach verify.py to ignore another deprecation warning.
Change-Id: I4c45431abebafd69f485f9d740da30f4b957f609
Reviewed-on: https://gem5-review.googlesource.com/12207
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/tests')
-rwxr-xr-x | src/systemc/tests/verify.py | 2 |
1 files changed, 2 insertions, 0 deletions
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), |