From 699ba19096a5a8ea7eea93a2a8768910ca176b0b Mon Sep 17 00:00:00 2001 From: Jason Lowe-Power Date: Fri, 15 Mar 2019 18:29:17 -0700 Subject: [PATCH] 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 --- tests/gem5/verifier.py | 1 + 1 file changed, 1 insertion(+) 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\) "), ] -- 2.30.2