Skip to content
Snippets Groups Projects
Commit 4e3203e1 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

adjust test expectations on aarch64

parent 4d24f6c6
No related branches found
No related tags found
1 merge request!1396Fixes to support builds on ARM processors
......@@ -41,13 +41,15 @@ app = ApplicationMgr(TopAlg = [alg],
<argument name="signal"><integer>3</integer></argument>
<argument name="validator"><text>
import re
import platform
stdout = re.subn(r"size = [0-9]+(\.[0-9]*)? MB", "size = # MB", stdout)[0]
findReferenceBlock("EventWatchdog FATAL too much time on a single event: aborting process")
findReferenceBlock("=== Stalled event: current stack trace ===", stdout=stderr, id='stderr')
if not 'in GaudiTesting::SleepyAlg::execute' in stderr:
if platform.processor() != "aarch64" and 'in GaudiTesting::SleepyAlg::execute' not in stderr:
causes.append('invalid stack trace')
</text></argument>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment