diff options
author | Gabe Black <gabeblack@google.com> | 2018-10-10 19:03:58 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2018-10-16 01:17:38 +0000 |
commit | 25d308e849bcf4d4301099b952c91fc5e2afa58a (patch) | |
tree | 773cfc80e569fc20b4a14f85e4bd792041dfc587 /src/systemc | |
parent | 9c9f33bfd4fc5ab67a5e5b4c67a9cca96eb507f0 (diff) | |
download | gem5-25d308e849bcf4d4301099b952c91fc5e2afa58a.tar.xz |
systemc: Stop filtering out warnings about unimplemented features.
These no longer cause any of the tests to break, so there's no reason
to filter them out.
Change-Id: I9c0b25fc42eb3060ac7d6d6a46ded130227c302d
Reviewed-on: https://gem5-review.googlesource.com/c/13396
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc')
-rwxr-xr-x | src/systemc/tests/verify.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systemc/tests/verify.py b/src/systemc/tests/verify.py index 48e92c714..87c5d127e 100755 --- a/src/systemc/tests/verify.py +++ b/src/systemc/tests/verify.py @@ -265,7 +265,6 @@ class LogChecker(DiffingChecker): test_filt = merge_filts( r'^Global frequency set at \d* ticks per second\n', r'^info: Entering event queue @ \d*\. Starting simulation\.\.\.\n', - r'warn: [^(]+\([^)]*\)( \[with [^]]*\])? not implemented\.\n', r'warn: Ignoring request to set stack size\.\n', info_filt(804), in_file_filt, |