joker-eph wrote: > I've seen those exact test failures locally, but since precommit CI was fine, > I landed this PR and kept a close eye on the bots.
If you see failures locally, it's best to understand where they coming from: even if it passes on bots it just means we have a hole in our test coverage. For the pre-commit CI, one thing to look for is a "positive signal" instead of the absence of "negative signal": that is checking in the log for a "success" for a given tests (depending on the config, tests can be marked "unsupported" or not executed for various reasons). Thanks @zmodem for reporting the issue: we need to fix the premerge config! https://github.com/llvm/llvm-project/pull/71322 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits