afonso360 opened issue #5911:
:wave: Hey,
.clif
Test Casetest interpret function %a(i64) -> i64x2 system_v { block0(v0: i64): v34 = scalar_to_vector.i64x2 v0 return v34 } ; run: %a(0) == 0x00000000000000000000000000000000
Steps to Reproduce
cd cranelift
cargo run -- test ./the-above.clif
Expected Results
The test to pass.
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` ERROR cranelift_filetests::concurrent > FAIL: interpret FAIL ./lmao.clif: interpret Caused by: Failed test: run: %a(0) == 0x00000000000000000000000000000000, actual: 0 1 tests Error: 1 failure
Versions and Environment
Cranelift version or commit: main
Operating system: linux
Architecture: Interpreter (x86_64 host)
Extra Info
It looks like the interpreter is returning a scalar
0
value instead of a vector.If anyone needs help working on this let me know!
afonso360 labeled issue #5911:
:wave: Hey,
.clif
Test Casetest interpret function %a(i64) -> i64x2 system_v { block0(v0: i64): v34 = scalar_to_vector.i64x2 v0 return v34 } ; run: %a(0) == 0x00000000000000000000000000000000
Steps to Reproduce
cd cranelift
cargo run -- test ./the-above.clif
Expected Results
The test to pass.
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` ERROR cranelift_filetests::concurrent > FAIL: interpret FAIL ./lmao.clif: interpret Caused by: Failed test: run: %a(0) == 0x00000000000000000000000000000000, actual: 0 1 tests Error: 1 failure
Versions and Environment
Cranelift version or commit: main
Operating system: linux
Architecture: Interpreter (x86_64 host)
Extra Info
It looks like the interpreter is returning a scalar
0
value instead of a vector.If anyone needs help working on this let me know!
afonso360 labeled issue #5911:
:wave: Hey,
.clif
Test Casetest interpret function %a(i64) -> i64x2 system_v { block0(v0: i64): v34 = scalar_to_vector.i64x2 v0 return v34 } ; run: %a(0) == 0x00000000000000000000000000000000
Steps to Reproduce
cd cranelift
cargo run -- test ./the-above.clif
Expected Results
The test to pass.
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` ERROR cranelift_filetests::concurrent > FAIL: interpret FAIL ./lmao.clif: interpret Caused by: Failed test: run: %a(0) == 0x00000000000000000000000000000000, actual: 0 1 tests Error: 1 failure
Versions and Environment
Cranelift version or commit: main
Operating system: linux
Architecture: Interpreter (x86_64 host)
Extra Info
It looks like the interpreter is returning a scalar
0
value instead of a vector.If anyone needs help working on this let me know!
afonso360 labeled issue #5911:
:wave: Hey,
.clif
Test Casetest interpret function %a(i64) -> i64x2 system_v { block0(v0: i64): v34 = scalar_to_vector.i64x2 v0 return v34 } ; run: %a(0) == 0x00000000000000000000000000000000
Steps to Reproduce
cd cranelift
cargo run -- test ./the-above.clif
Expected Results
The test to pass.
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` ERROR cranelift_filetests::concurrent > FAIL: interpret FAIL ./lmao.clif: interpret Caused by: Failed test: run: %a(0) == 0x00000000000000000000000000000000, actual: 0 1 tests Error: 1 failure
Versions and Environment
Cranelift version or commit: main
Operating system: linux
Architecture: Interpreter (x86_64 host)
Extra Info
It looks like the interpreter is returning a scalar
0
value instead of a vector.If anyone needs help working on this let me know!
afonso360 labeled issue #5911:
:wave: Hey,
.clif
Test Casetest interpret function %a(i64) -> i64x2 system_v { block0(v0: i64): v34 = scalar_to_vector.i64x2 v0 return v34 } ; run: %a(0) == 0x00000000000000000000000000000000
Steps to Reproduce
cd cranelift
cargo run -- test ./the-above.clif
Expected Results
The test to pass.
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` ERROR cranelift_filetests::concurrent > FAIL: interpret FAIL ./lmao.clif: interpret Caused by: Failed test: run: %a(0) == 0x00000000000000000000000000000000, actual: 0 1 tests Error: 1 failure
Versions and Environment
Cranelift version or commit: main
Operating system: linux
Architecture: Interpreter (x86_64 host)
Extra Info
It looks like the interpreter is returning a scalar
0
value instead of a vector.If anyone needs help working on this let me know!
afonso360 closed issue #5911:
:wave: Hey,
.clif
Test Casetest interpret function %a(i64) -> i64x2 system_v { block0(v0: i64): v34 = scalar_to_vector.i64x2 v0 return v34 } ; run: %a(0) == 0x00000000000000000000000000000000
Steps to Reproduce
cd cranelift
cargo run -- test ./the-above.clif
Expected Results
The test to pass.
Actual Results
Running `/home/afonso/git/wasmtime/target/debug/clif-util test ./lmao.clif` ERROR cranelift_filetests::concurrent > FAIL: interpret FAIL ./lmao.clif: interpret Caused by: Failed test: run: %a(0) == 0x00000000000000000000000000000000, actual: 0 1 tests Error: 1 failure
Versions and Environment
Cranelift version or commit: main
Operating system: linux
Architecture: Interpreter (x86_64 host)
Extra Info
It looks like the interpreter is returning a scalar
0
value instead of a vector.If anyone needs help working on this let me know!
Last updated: Nov 22 2024 at 16:03 UTC