Skip to content

Disable AuxTable test on aarch64 #128

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vihangm
Copy link

@vihangm vihangm commented Feb 26, 2025

The AuxTable test fails on aarch64 because aarch64 can return stack/heap pointers that have the 48th bit set. This combined with the canonization logic causes the test to fault since aarch64 doesn't expect the same canonization semantics as x86_64. Disabling the test is fine since canonizing the GPU pointers is fine on aarch64.

HmnSn added a commit to AOSC-Dev/aosc-os-abbs that referenced this pull request Apr 13, 2025
- Disable AuxTable test on aarch64
- Link: intel/gmmlib#128
HmnSn added a commit to AOSC-Dev/aosc-os-abbs that referenced this pull request Apr 13, 2025
- Disable AuxTable test on aarch64
- Link: intel/gmmlib#128
MingcongBai pushed a commit to AOSC-Dev/aosc-os-abbs that referenced this pull request Apr 14, 2025
- Disable AuxTable test on aarch64
- Link: intel/gmmlib#128
MingcongBai pushed a commit to AOSC-Dev/aosc-os-abbs that referenced this pull request Apr 14, 2025
- Disable AuxTable test on aarch64
- Link: intel/gmmlib#128
xunpod pushed a commit to AOSC-Dev/aosc-os-abbs that referenced this pull request Apr 14, 2025
- Disable AuxTable test on aarch64
- Link: intel/gmmlib#128
xunpod pushed a commit to AOSC-Dev/aosc-os-abbs that referenced this pull request Apr 14, 2025
- Disable AuxTable test on aarch64
- Link: intel/gmmlib#128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant