Skip to content
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

Disable unit test for ARM64/PowerPC architectures #267

Closed
wants to merge 2 commits into from

Conversation

pablodelara
Copy link
Contributor

gf_vect_mul() function is expected to check for size alignment to 32 bytes. However, the PowerPC and the SVE aarch64 implementations are not currently checking, so this test is disabled for these architectures until this check is implemented.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
@pablodelara pablodelara self-assigned this Jan 8, 2024
Some aarch64 and ppc64le implementations of gf_vect_mul do not check
for invalid sizes, so the unit test checking for negative return value
from this function is disabled temporarily on these architectures.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
@pablodelara pablodelara force-pushed the pablodelara_disable_test branch from 5f546bf to e3ed308 Compare January 10, 2024 12:27
@pablodelara
Copy link
Contributor Author

Closing this PR, as it has been merged already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant