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

Some v128::{i8,u8}x16_ops_scalar_shifts tests fail on AArch64 #317

Open
JohnTitor opened this issue Apr 2, 2021 · 0 comments
Open

Some v128::{i8,u8}x16_ops_scalar_shifts tests fail on AArch64 #317

JohnTitor opened this issue Apr 2, 2021 · 0 comments

Comments

@JohnTitor
Copy link
Member

Found in #315 (comment).

The failure is:

---- v128::i8x16_ops_scalar_shifts::ops_scalar_shifts stdout ----

thread 'v128::i8x16_ops_scalar_shifts::ops_scalar_shifts' panicked at 'assertion failed: `(left == right)`

  left: `i8x16(1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0)`,

 right: `i8x16(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)`', src/v128.rs:6:1

---- v128::i8x16_ops_vector_rotate::rotate_ops stdout ----

thread 'v128::i8x16_ops_vector_rotate::rotate_ops' panicked at 'assertion failed: `(left == right)`

  left: `i8x16(1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0)`,

 right: `i8x16(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)`', src/v128.rs:6:1

---- v128::i8x16_ops_vector_shifts::ops_vector_shifts stdout ----

thread 'v128::i8x16_ops_vector_shifts::ops_vector_shifts' panicked at 'assertion failed: `(left == right)`

  left: `i8x16(1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0)`,

 right: `i8x16(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)`', src/v128.rs:6:1

---- v128::u8x16_ops_scalar_shifts::ops_scalar_shifts stdout ----

thread 'v128::u8x16_ops_scalar_shifts::ops_scalar_shifts' panicked at 'assertion failed: `(left == right)`

  left: `u8x16(1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0)`,

 right: `u8x16(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)`', src/v128.rs:11:1

---- v128::u8x16_ops_vector_rotate::rotate_ops stdout ----

thread 'v128::u8x16_ops_vector_rotate::rotate_ops' panicked at 'assertion failed: `(left == right)`

  left: `u8x16(1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0)`,

 right: `u8x16(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)`', src/v128.rs:11:1

---- v128::u8x16_ops_vector_shifts::ops_vector_shifts stdout ----

thread 'v128::u8x16_ops_vector_shifts::ops_vector_shifts' panicked at 'assertion failed: `(left == right)`

  left: `u8x16(1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0)`,

 right: `u8x16(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)`', src/v128.rs:11:1

failures:

    v128::i8x16_ops_scalar_shifts::ops_scalar_shifts

    v128::i8x16_ops_vector_rotate::rotate_ops

    v128::i8x16_ops_vector_shifts::ops_vector_shifts

    v128::u8x16_ops_scalar_shifts::ops_scalar_shifts

    v128::u8x16_ops_vector_rotate::rotate_ops

    v128::u8x16_ops_vector_shifts::ops_vector_shifts

test result: FAILED. 2544 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.26s
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

No branches or pull requests

1 participant