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
Use `--check-bolt-sources` from nfc-check-setup.py to run tests when
source
files change between the current and previous revisions.
Skip markers are used to indicate which tests should run: when not
present the
tests run. Examples:
- If NFC check setup fails to execute for any reason, the tests run
unconditionally.
- If the current and previous llvm-bolt binaries are identical, we
create two
skip markers for in-tree and out-of-tree tests.
- If there are other BOLT source changes, we delete the in-tree skip
marker so
those test can proceed.
0 commit comments