-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix fstat call in darwin-aarch64. #4107
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
Conversation
|
Hello Yichen Yan, thanks for contributing a PR to our project! We use the Oracle Contributor Agreement to make the copyright of contributions clear. We don't have a record of you having signed this yet, based on your email address wenji -(dot)- yyc -(at)- alibaba-inc -(dot)- com. You can sign it at that link. If you think you've already signed it, please comment below and we'll check. |
|
As a member of Alibaba, we've signed CLA of Graal. |
987438c to
2a671b7
Compare
|
And I got stuck in this gate task: Failed testThe class
|
c15d32d to
ed50471
Compare
|
Hello Yichen Yan, thanks for contributing a PR to our project! We use the Oracle Contributor Agreement to make the copyright of contributions clear. We don't have a record of you having signed this yet, based on your email address oraluben -(at)- outlook -(dot)- com. You can sign it at that link. If you think you've already signed it, please comment below and we'll check. |
|
Thank you @oraluben for your contribution! The fix looks good to me, I'll send it through our internal CI system. |
@oraluben can you make sure all your commits are authored with your Alibaba email address? |
0196cb3 to
61b5e78
Compare
should be fine now. |
|
Yichen Yan has signed the Oracle Contributor Agreement (based on email address wenji -(dot)- yyc -(at)- alibaba-inc -(dot)- com) so can contribute to this repository. |
61b5e78 to
3e0c8ce
Compare
|
@oraluben your changes are in the merge queue now, please refrain from updating this PR, otherwise the commit hashes won't match anymore |
Looks like
fstatand some other system calls don't have$INODE64suffix on aarch64 anymore, even if_DARWIN_USE_64_BIT_INODEis given, since they're only for a backward-compatible issue which only happens on Intel platform.This PR is to fix the failure on darwin-aarch64.
Failed test
Ref: #2666