You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a gcc sanitizer image now, but unfortunately CMD check does not capture ASAN/UBSAN messages as it does for compiler warnings. I think Brian Ripley manually runs package tests and vignettes and greps stderr` for SAN certain messages.
So I think we might need a separate jenkins template to test for sanitizer messages.
We have a gcc sanitizer image now, but unfortunately
CMD checkdoes not capture ASAN/UBSAN messages as it does for compiler warnings. I think Brian Ripley manually runs package tests and vignettes and greps stderr` for SAN certain messages.So I think we might need a separate jenkins template to test for sanitizer messages.