afonso360 labeled issue #4699:
:wave: Hey,
This issue is mostly to track the
filetests/filetests/runtests/i128-shifts-small-types.clif
file. We have these cases disabled on x86_64 since they are broken.
.clif
Test Casefunction %ishl_i16_i128(i16, i128) -> i16 { block0(v0: i16, v1: i128): v2 = ishl.i16 v0, v1 return v2 } ; run: %ishl_i16_i128(0x0004, 16) == 0x0004
Steps to Reproduce
clif-util test ./the-above.clif
Expected Results
The test to pass
Actual Results
ERROR cranelift_filetests::concurrent > FAIL: run FAIL .\filetests\filetests\runtests\i128-shifts-small-types.clif: run Caused by: Failed test: run: %ishl_i16_i128(4, 16) == 4, actual: 0 1 tests
Versions and Environment
Cranelift version or commit: main
Operating system: Windows
Architecture: x86_64
afonso360 opened issue #4699:
:wave: Hey,
This issue is mostly to track the
filetests/filetests/runtests/i128-shifts-small-types.clif
file. We have these cases disabled on x86_64 since they are broken.
.clif
Test Casefunction %ishl_i16_i128(i16, i128) -> i16 { block0(v0: i16, v1: i128): v2 = ishl.i16 v0, v1 return v2 } ; run: %ishl_i16_i128(0x0004, 16) == 0x0004
Steps to Reproduce
clif-util test ./the-above.clif
Expected Results
The test to pass
Actual Results
ERROR cranelift_filetests::concurrent > FAIL: run FAIL .\filetests\filetests\runtests\i128-shifts-small-types.clif: run Caused by: Failed test: run: %ishl_i16_i128(4, 16) == 4, actual: 0 1 tests
Versions and Environment
Cranelift version or commit: main
Operating system: Windows
Architecture: x86_64
afonso360 labeled issue #4699:
:wave: Hey,
This issue is mostly to track the
filetests/filetests/runtests/i128-shifts-small-types.clif
file. We have these cases disabled on x86_64 since they are broken.
.clif
Test Casefunction %ishl_i16_i128(i16, i128) -> i16 { block0(v0: i16, v1: i128): v2 = ishl.i16 v0, v1 return v2 } ; run: %ishl_i16_i128(0x0004, 16) == 0x0004
Steps to Reproduce
clif-util test ./the-above.clif
Expected Results
The test to pass
Actual Results
ERROR cranelift_filetests::concurrent > FAIL: run FAIL .\filetests\filetests\runtests\i128-shifts-small-types.clif: run Caused by: Failed test: run: %ishl_i16_i128(4, 16) == 4, actual: 0 1 tests
Versions and Environment
Cranelift version or commit: main
Operating system: Windows
Architecture: x86_64
jameysharp closed issue #4699:
:wave: Hey,
This issue is mostly to track the
filetests/filetests/runtests/i128-shifts-small-types.clif
file. We have these cases disabled on x86_64 since they are broken.
.clif
Test Casefunction %ishl_i16_i128(i16, i128) -> i16 { block0(v0: i16, v1: i128): v2 = ishl.i16 v0, v1 return v2 } ; run: %ishl_i16_i128(0x0004, 16) == 0x0004
Steps to Reproduce
clif-util test ./the-above.clif
Expected Results
The test to pass
Actual Results
ERROR cranelift_filetests::concurrent > FAIL: run FAIL .\filetests\filetests\runtests\i128-shifts-small-types.clif: run Caused by: Failed test: run: %ishl_i16_i128(4, 16) == 4, actual: 0 1 tests
Versions and Environment
Cranelift version or commit: main
Operating system: Windows
Architecture: x86_64
Last updated: Nov 22 2024 at 16:03 UTC