[llvm] [github] Enable assertions on test workflow (PR #74849)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 10:34:14 PST 2023


tstellar wrote:

> @tstellar A couple SPIR-V backend tests are XFAILed due to hitting assertions, so they're unexpectedly passing on the bot. We could change this for just SPIR-V tests but I'm presuming this is the preferred default for most others too?

I think the correct way to fix this is to add `REQUIRES: asserts` to the tests.

https://github.com/llvm/llvm-project/pull/74849


More information about the llvm-commits mailing list