[LLVM-Test] Fix a regression in test dependencies introduced by 0e14973#161623
Merged
[LLVM-Test] Fix a regression in test dependencies introduced by 0e14973#161623
Conversation
ef38b64 to
1f8f19d
Compare
Contributor
Author
|
Try no 3, restore UnitTests as a dependency for |
1f8f19d to
81393a6
Compare
Contributor
Author
|
Thanks @chapuni for identifying this issue. This means our CI builds did not run LLVM unit tests during this period :( |
Contributor
Author
|
I verified that of the 3 references to |
chapuni
approved these changes
Oct 2, 2025
Contributor
chapuni
left a comment
There was a problem hiding this comment.
I expect it should work. Thanks for working.
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/76/builds/13060 Here is the relevant piece of the build log for the reference |
mahesh-attarde
pushed a commit
to mahesh-attarde/llvm-project
that referenced
this pull request
Oct 3, 2025
… (llvm#161623) Add `UnitTests` as an explicit dependency for `check-llvm` and `llvm-test-depends`. In llvm#161442, the intent was to remove `UnitTests` as a dependency for the individual per-directory `check-llvm-*` test suites created but not to drop it from `check-llvm` or `llvm-test-depends`. This missing dependency will cause LLVM unit tests to be not rebuilt and resulting in either `warning: test suite 'LLVM-Unit' contained no tests` or running stale running versions of the unit tests when running `check-llvm`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
UnitTestsas an explicit dependency forcheck-llvmandllvm-test-depends. In #161442, the intent was to removeUnitTestsas a dependency for the individual per-directorycheck-llvm-*test suites created but not to drop it fromcheck-llvmorllvm-test-depends. This missing dependency will cause LLVM unit tests to be not rebuilt and resulting in eitherwarning: test suite 'LLVM-Unit' contained no testsor running stale running versions of the unit tests when runningcheck-llvm.