-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[fuchsia] Support AOT unit testing. #169629
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
base: master
Are you sure you want to change the base?
Conversation
CI had a failure that stopped further tests from running. We need to investigate to determine the root cause. SHA at time of execution: 4af87fa. Possible causes:
A blank commit, or merging to head, will be required to resume running CI for this PR. Error Details:
Stack trace:
|
4af87fa
to
1757cbd
Compare
CI had a failure that stopped further tests from running. We need to investigate to determine the root cause. SHA at time of execution: 1757cbd. Possible causes:
A blank commit, or merging to head, will be required to resume running CI for this PR. Error Details:
Stack trace:
|
1757cbd
to
083841c
Compare
return {}; | ||
fuchsia::io::Flags flags = | ||
fuchsia::io::PERM_READABLE | fuchsia::io::PERM_EXECUTABLE; | ||
int fd = -1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use fml::UniqueFD here.
083841c
to
d11f1a4
Compare
Fixes #50285