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

re-enable the currently disable ppc tests once qemu is fixed #1425

Open
lu-zero opened this issue May 2, 2023 · 2 comments
Open

re-enable the currently disable ppc tests once qemu is fixed #1425

lu-zero opened this issue May 2, 2023 · 2 comments

Comments

@lu-zero
Copy link
Contributor

lu-zero commented May 2, 2023

here the upstream issue.

@sayantn
Copy link
Contributor

sayantn commented Dec 18, 2024

The qemu issue seems to have been resolved, and the PPC64LE target is all good now, but the PPC64 target still (consistently) fails the vec_lde tests - but only with -C target-feature=+vsx

@sayantn
Copy link
Contributor

sayantn commented Dec 18, 2024

---- core_arch::powerpc::altivec::tests::test_vec_lde_u16 stdout ----
thread 'core_arch::powerpc::altivec::tests::test_vec_lde_u16' panicked at crates/core_arch/src/powerpc/altivec.rs:4802:13:
assertion `left == right` failed
  left: 0
 right: 111
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- core_arch::powerpc::altivec::tests::test_vec_lde_u32 stdout ----
thread 'core_arch::powerpc::altivec::tests::test_vec_lde_u32' panicked at crates/core_arch/src/powerpc/altivec.rs:4811:13:
assertion `left == right` failed
  left: 0
 right: 7303781

(with qemu-ppc64 version 8.2.2 in Ubuntu 24.04, CPU is set to Power10

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

No branches or pull requests

2 participants