diff options
author | Jason Lowe-Power <jason@lowepower.com> | 2019-03-15 18:29:17 -0700 |
---|---|---|
committer | Jason Lowe-Power <jason@lowepower.com> | 2019-03-21 15:57:10 +0000 |
commit | 699ba19096a5a8ea7eea93a2a8768910ca176b0b (patch) | |
tree | cfc3b48a33465ca8a0983af5d17c8d296b75bd71 /tests | |
parent | 19eb23f12ef6f8d951c880b7b5b1a212703b0ccd (diff) | |
download | gem5-699ba19096a5a8ea7eea93a2a8768910ca176b0b.tar.xz |
tests: Add ignore for stdin not terminal
Change-Id: I496a9f3a0156557415d455dd2ca54c92577ca5f5
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17455
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gem5/verifier.py | 1 |
1 files changed, 1 insertions, 0 deletions
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\) "), ] |