Fix tool.drcacheoff.rseq test regression
Fix tool.drcacheoff.rseq test regression
Migrating the AArch64 Jenkins CI to an Ampere Altera machine caused a regression in the tool.drcacheoff.rseq
test:
*** postcmd failed (1): ERROR: Usage error: Unknown option: -test_mode
Oh no!
You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico.Incoming!
Drop your designs to start your upload.
Tasks
0Link issues together to show that they're related. Learn more.
Activity
- Assad Hashmi added Component-Tests OpSys-AArch64 labels
added Component-Tests OpSys-AArch64 labels
- Assad Hashmi mentioned in issue #2417
mentioned in issue #2417
- Author Contributor
The usage error above has been fixed by #4929 but the test now fails with
failed to match expected output
. - Assad Hashmi mentioned in merge request !4929 (merged)
mentioned in merge request !4929 (merged)
- Derek Bruening mentioned in merge request !4981 (closed)
mentioned in merge request !4981 (closed)
- Contributor
I believe GA CI Linux is hitting this same failure on Ubuntu 20.04 in release x86-64, and this is blocking our upgrade.
- Contributor
#4953 (closed) is the issue covering the upgrade
- Derek Bruening assigned to @derekbruening
assigned to @derekbruening
- Contributor
It looks like it's just not passing -test_mode in release and that's why it doesn't print that it passed the invariants. I think the only reason is I was using assert(), but no more after PR #5077.
Xref where I was going to add a -simulator_type=invariant_checker for #5076 (closed). But here we want to run two simulators at once: so leave the -test_mode for that and just enable for release build? Slight extra overhead to check for the flag in analyzer_multi but should be fine.
- Derek Bruening mentioned in merge request !5099 (merged)
mentioned in merge request !5099 (merged)
- Derek Bruening closed
closed