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
tests: add support for dynamically skipping tests based on llvm version
Some tests are useful but are either broken on individual LLVM versions
or before/after an LLVM version. Add new options to the test TOML that
let us skip tests dynamically based on too old/too new/explicitly
skipped LLVM major versions.
Test plan:
- CI
- Used in stacked PRs
0 commit comments