[compiler-rt] [asan][test] Exclude invalid-pointer-pairs-vector-extract.cpp from Solaris (PR #216606)

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 09:31:11 PDT 2026


thurstond wrote:

> > This change is only a transient step for the test, since the upcoming #213546 is expected to make the test pass on all platforms.
> 
> Thanks. But wouldn't it have been better to merge those PRs? This way, there's no time window with possible breakage, causing bot maintainers to wonder and start investigating.

The downside of merging them is if the second PR didn't fully fix the issue, the new test may fail, and it becomes a bit more mysterious how to fix the PR without knowing the baseline result of the test.


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


More information about the llvm-commits mailing list