systemc: Ignore a gem5 warning about setting the stack size in verify.py.
authorGabe Black <gabeblack@google.com>
Sat, 15 Sep 2018 05:03:29 +0000 (22:03 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 9 Oct 2018 21:52:21 +0000 (21:52 +0000)
This warning shouldn't make a test fail, but it's still useful to keep
around.

Change-Id: I9ebdbec804e11445edb82fa824ee0a6bce5943b0
Reviewed-on: https://gem5-review.googlesource.com/c/12812
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

src/systemc/tests/verify.py

index fe165516ea426a88ca0dfbc03fdac37a2ba7e15f..5558634b9b49f8896764eb497a491327df3957e8 100755 (executable)
@@ -241,6 +241,7 @@ class LogChecker(Checker):
         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,
     )