Skip to content

lib/typed_data/float32x4_unbox_phi_test failing on riscv64 #55040

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

Closed
mkustermann opened this issue Feb 28, 2024 · 2 comments
Closed

lib/typed_data/float32x4_unbox_phi_test failing on riscv64 #55040

mkustermann opened this issue Feb 28, 2024 · 2 comments
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening

Comments

@mkustermann
Copy link
Member

The tests

lib/typed_data/float32x4_unbox_phi_test RuntimeError (expected Pass)

are failing on configurations

vm-aot-linux-debug-simriscv64
vm-linux-debug-simriscv64

If I bisected this right, then it was caused by 6dff544. It may be an unrelated issue that this CL revealed.

/cc @sstrickl Could you take a look?

@mkustermann mkustermann added area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening labels Feb 28, 2024
@mkustermann
Copy link
Member Author

I'm going to approve a few other tests as well - assuming those are caused by the same issue

The tests

co19/LibTest/typed_data/Int32x4/operator_AND_A01_t01 RuntimeError (expected Pass)
co19/LibTest/typed_data/Int32x4/operator_XOR_A01_t01 RuntimeError (expected Pass)
co19/LibTest/typed_data/Int32x4/operator_OR_A01_t01 RuntimeError (expected Pass)
co19/LibTest/typed_data/Int32x4/operator_addition_A01_t01 RuntimeError (expected Pass)
co19/LibTest/typed_data/Int32x4/operator_subtraction_A01_t01 RuntimeError (expected Pass)
lib/typed_data/float32x4_test/0 RuntimeError (expected Pass)
lib/typed_data/float32x4_test/1 RuntimeError (expected Pass)
lib/typed_data/float32x4_unbox_regress_test RuntimeError (expected Pass)
lib/typed_data/int32x4_arithmetic_test RuntimeError (expected Pass)
lib/typed_data/int32x4_sign_mask_test RuntimeError (expected Pass)
language/vm/reusable_boxes_test RuntimeError (expected Pass)

are failing on configurations

vm-aot-linux-debug-simriscv64

@sstrickl
Copy link
Contributor

Looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening
Projects
None yet
Development

No branches or pull requests

2 participants