-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[lit] Tests seems to fail in our action #64892
Closed
tru opened this issue
Aug 22, 2023
· 4 comments
· Fixed by #66799 or llvm/llvm-project-release-prs#707
Closed
[lit] Tests seems to fail in our action #64892
tru opened this issue
Aug 22, 2023
· 4 comments
· Fixed by #66799 or llvm/llvm-project-release-prs#707
Labels
Milestone
Comments
@llvm/issue-subscribers-infrastructure |
tuliom
added a commit
to tuliom/llvm-project
that referenced
this issue
Sep 25, 2023
lit tests require commands FileCheck and not. They must be available in the PATH. This also guarantees that python3-psutil is installed in order to enable more tests. Fixes llvm#64892.
tuliom
added a commit
that referenced
this issue
Sep 25, 2023
) lit tests require commands FileCheck and not. They must be available in the PATH. This also guarantees that python3-psutil is installed in order to enable more tests. Fixes #64892.
/cherry-pick b2247f8 |
/branch llvm/llvm-project-release-prs/issue64892 |
/pull-request llvm/llvm-project-release-prs#707 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/llvm/llvm-project/actions/runs/5936218533/job/16096191390
@tstellar
I ran the tests locally and it seems like locally it failed because
FileCheck
was not available, do we need to buildFileCheck
before we run the tests?The text was updated successfully, but these errors were encountered: