Stream: git-wasmtime

Topic: wasmtime / issue #5911 Cranelift: Interpreter returns the...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 02 2023 at 12:01):

afonso360 opened issue #5911:

:wave: Hey,

.clif Test Case

test 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

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!

view this post on Zulip Wasmtime GitHub notifications bot (Mar 02 2023 at 12:01):

afonso360 labeled issue #5911:

:wave: Hey,

.clif Test Case

test 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

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!

view this post on Zulip Wasmtime GitHub notifications bot (Mar 02 2023 at 12:01):

afonso360 labeled issue #5911:

:wave: Hey,

.clif Test Case

test 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

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!

view this post on Zulip Wasmtime GitHub notifications bot (Mar 02 2023 at 12:01):

afonso360 labeled issue #5911:

:wave: Hey,

.clif Test Case

test 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

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!

view this post on Zulip Wasmtime GitHub notifications bot (Mar 02 2023 at 12:01):

afonso360 labeled issue #5911:

:wave: Hey,

.clif Test Case

test 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

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!

view this post on Zulip Wasmtime GitHub notifications bot (Apr 04 2023 at 12:53):

afonso360 closed issue #5911:

:wave: Hey,

.clif Test Case

test 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

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: Oct 23 2024 at 20:03 UTC