I haven't tested this, just want to make sure that's what you meant to disable the test altogether instead of XFAIL.
The problem with testing is that I use a different hardware on the bot that I have for testing (no NEON, different OS), and things fail differently here and there. Actually, on my test bot things stopped failing a while ago, but on the bot we still have that kind of bugs.
Basically, I'm trying to move the same logic we use in ASAN to UBSAN, so we can avoid them in the same way. Will just adding the lit.cfg be enough to make the option available to the test case?
Add this piece to the end of test/ubsan/lit.common.cfg instead.