From: Jason Lowe-Power Date: Sat, 16 Mar 2019 01:29:17 +0000 (-0700) Subject: tests: Add ignore for stdin not terminal X-Git-Tag: v19.0.0.0~1025 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=699ba19096a5a8ea7eea93a2a8768910ca176b0b;p=gem5.git tests: Add ignore for stdin not terminal Change-Id: I496a9f3a0156557415d455dd2ca54c92577ca5f5 Signed-off-by: Jason Lowe-Power Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17455 Reviewed-by: Andreas Sandberg --- diff --git a/tests/gem5/verifier.py b/tests/gem5/verifier.py index ab1265cfa..64d0f1a3e 100644 --- a/tests/gem5/verifier.py +++ b/tests/gem5/verifier.py @@ -135,6 +135,7 @@ class MatchStdout(DerivedGoldStandard): re.compile('^command line:'), re.compile("^Couldn't import dot_parser,"), re.compile("^info: kernel located at:"), + re.compile("^info: Standard input is not a terminal"), re.compile("^Couldn't unlink "), re.compile("^Using GPU kernel code file\(s\) "), ]