Bobby R. Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/50227 )
Change subject: tests: Fix verifier to ignore downloader stdout
......................................................................
tests: Fix verifier to ignore downloader stdout
This part of the fix for the following nightly build error:
https://www.mail-archive.com/gem5-dev@gem5.org/msg40426.html.
The new resource downloader outputs messages to stdout informing the
user of the download status. For tests which compare the stdout to some
reference, these lines need ignored.
Change-Id: Ic209c37a6511f8eebf5a940dd01c769d0eb971fc
---
M tests/gem5/verifier.py
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/gem5/verifier.py b/tests/gem5/verifier.py
index 91912f1..f6687f5 100644
--- a/tests/gem5/verifier.py
+++ b/tests/gem5/verifier.py
@@ -154,6 +154,8 @@
re.compile("^info: Standard input is not a terminal"),
re.compile("^Couldn't unlink "),
re.compile("^Using GPU kernel code file\(s\) "),
+ re.compile("^.* not found locally\. Downloading"),
+ re.compile("^Finished downloading"),
]
class MatchStdoutNoPerf(MatchStdout):
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/50227
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ic209c37a6511f8eebf5a940dd01c769d0eb971fc
Gerrit-Change-Number: 50227
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s