Skip to content

Add "illegal instruction" to check_log patterns

Rafal Bielski requested to merge checklog-add-illegal-instr into master

Adding a pattern to be able to detect failures due to instruction set mismatch, like happened here:
http://test-atrvshft.web.cern.ch/test-atrvshft/ART/master/Athena/x86_64-centos7-gcc8-opt/2019-06-22T2127//TrigUpgradeTest/test_trigUpgr_full_menu_grid/athena.log
i.e. when TUT grid tests ran on a site not supporting SSE4.2 instructions used in Gaudi.

Merge request reports