This is an archive of the discontinued LLVM Phabricator instance.

Fix AArch64 SVE bots
ClosedPublic

Authored by rovka on Aug 22 2022, 12:57 AM.

Details

Summary

The SVE bots are running the llvm-test-suite with flang, but they're not
setting NO_STOP_MESSAGE in the environment. This causes most of the
tests to fail, as expected (see
https://flang.llvm.org/docs/FortranLLVMTestSuite.html#:~:text=to%20set%20the-,NO_STOP_MESSAGE,-environment%20variable%20to)

This patch makes sure to set NO_STOP_MESSAGE to 1 for all the SVE bots.
As far as I can tell, no other bots run the test-suite with flang.

Diff Detail

Event Timeline

rovka created this revision.Aug 22 2022, 12:57 AM
rovka requested review of this revision.Aug 22 2022, 12:57 AM
This revision is now accepted and ready to land.Aug 22 2022, 3:30 AM
This revision was automatically updated to reflect the committed changes.

@gkistanova Can we please have a buildmaster restart to include this? This should fix the failures we're seeing on https://lab.llvm.org/buildbot/#/builders/197
Thanks & sorry about the trouble!