Stream: git-wasmtime

Topic: wasmtime / issue #4121 Cranelift: `x64/select-issue-3744....


view this post on Zulip Wasmtime GitHub notifications bot (May 10 2022 at 17:32):

avanhatt opened issue #4121:

Thanks for filing an issue! Please fill out the TODOs below.

.clif Test Case

FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile

Steps to Reproduce

git checkout main
cd cranelift
cargo test

Expected Results

All tests pass

Actual Results

FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile

Caused by:
    filecheck failed for function on line 6:
    #0 check: ucomiss %xmm0, %xmm1
    #1 nextln: cmovnzl %r8d, %eax, %eax
    #2 nextln: cmovpl  %r8d, %eax, %eax
    >   pushq   %rbp
    >   movq    %rsp, %rbp
    > block0:
    >   movl    $1, %eax
    >   ucomiss %xmm0, %xmm1
        ^~~~~~~~~~~~~~~~~~~~
    Matched #0: \bucomiss %xmm0, %xmm1\b
    >   cmovnzl const(VCodeConstant(0)), %eax, %eax
    Missed #1: \bcmovnzl %r8d, %eax, %eax\b
    >   cmovpl  const(VCodeConstant(0)), %eax, %eax
    >   movq    %rbp, %rsp
    >   popq    %rbp
    >   ret

355 tests
thread 'filetests' panicked at 'test harness: 1 failure', cranelift/tests/filetests.rs:5:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    filetests

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.84s

Versions and Environment

Cranelift version or commit: c766c432b5f77f6267ef7e320cba434da1e81821

Operating system: macOS 11.5.2

Architecture: x64 backend

Extra Info

Same failure in CI here: https://github.com/bytecodealliance/wasmtime/runs/6373883706?check_suite_focus=true

view this post on Zulip Wasmtime GitHub notifications bot (May 10 2022 at 17:32):

avanhatt labeled issue #4121:

Thanks for filing an issue! Please fill out the TODOs below.

.clif Test Case

FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile

Steps to Reproduce

git checkout main
cd cranelift
cargo test

Expected Results

All tests pass

Actual Results

FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile

Caused by:
    filecheck failed for function on line 6:
    #0 check: ucomiss %xmm0, %xmm1
    #1 nextln: cmovnzl %r8d, %eax, %eax
    #2 nextln: cmovpl  %r8d, %eax, %eax
    >   pushq   %rbp
    >   movq    %rsp, %rbp
    > block0:
    >   movl    $1, %eax
    >   ucomiss %xmm0, %xmm1
        ^~~~~~~~~~~~~~~~~~~~
    Matched #0: \bucomiss %xmm0, %xmm1\b
    >   cmovnzl const(VCodeConstant(0)), %eax, %eax
    Missed #1: \bcmovnzl %r8d, %eax, %eax\b
    >   cmovpl  const(VCodeConstant(0)), %eax, %eax
    >   movq    %rbp, %rsp
    >   popq    %rbp
    >   ret

355 tests
thread 'filetests' panicked at 'test harness: 1 failure', cranelift/tests/filetests.rs:5:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    filetests

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.84s

Versions and Environment

Cranelift version or commit: c766c432b5f77f6267ef7e320cba434da1e81821

Operating system: macOS 11.5.2

Architecture: x64 backend

Extra Info

Same failure in CI here: https://github.com/bytecodealliance/wasmtime/runs/6373883706?check_suite_focus=true

view this post on Zulip Wasmtime GitHub notifications bot (May 10 2022 at 17:32):

avanhatt labeled issue #4121:

Thanks for filing an issue! Please fill out the TODOs below.

.clif Test Case

FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile

Steps to Reproduce

git checkout main
cd cranelift
cargo test

Expected Results

All tests pass

Actual Results

FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile

Caused by:
    filecheck failed for function on line 6:
    #0 check: ucomiss %xmm0, %xmm1
    #1 nextln: cmovnzl %r8d, %eax, %eax
    #2 nextln: cmovpl  %r8d, %eax, %eax
    >   pushq   %rbp
    >   movq    %rsp, %rbp
    > block0:
    >   movl    $1, %eax
    >   ucomiss %xmm0, %xmm1
        ^~~~~~~~~~~~~~~~~~~~
    Matched #0: \bucomiss %xmm0, %xmm1\b
    >   cmovnzl const(VCodeConstant(0)), %eax, %eax
    Missed #1: \bcmovnzl %r8d, %eax, %eax\b
    >   cmovpl  const(VCodeConstant(0)), %eax, %eax
    >   movq    %rbp, %rsp
    >   popq    %rbp
    >   ret

355 tests
thread 'filetests' panicked at 'test harness: 1 failure', cranelift/tests/filetests.rs:5:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    filetests

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.84s

Versions and Environment

Cranelift version or commit: c766c432b5f77f6267ef7e320cba434da1e81821

Operating system: macOS 11.5.2

Architecture: x64 backend

Extra Info

Same failure in CI here: https://github.com/bytecodealliance/wasmtime/runs/6373883706?check_suite_focus=true

view this post on Zulip Wasmtime GitHub notifications bot (May 10 2022 at 17:32):

avanhatt edited issue #4121:

.clif Test Case

FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile

Steps to Reproduce

git checkout main
cd cranelift
cargo test

Expected Results

All tests pass

Actual Results

FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile

Caused by:
    filecheck failed for function on line 6:
    #0 check: ucomiss %xmm0, %xmm1
    #1 nextln: cmovnzl %r8d, %eax, %eax
    #2 nextln: cmovpl  %r8d, %eax, %eax
    >   pushq   %rbp
    >   movq    %rsp, %rbp
    > block0:
    >   movl    $1, %eax
    >   ucomiss %xmm0, %xmm1
        ^~~~~~~~~~~~~~~~~~~~
    Matched #0: \bucomiss %xmm0, %xmm1\b
    >   cmovnzl const(VCodeConstant(0)), %eax, %eax
    Missed #1: \bcmovnzl %r8d, %eax, %eax\b
    >   cmovpl  const(VCodeConstant(0)), %eax, %eax
    >   movq    %rbp, %rsp
    >   popq    %rbp
    >   ret

355 tests
thread 'filetests' panicked at 'test harness: 1 failure', cranelift/tests/filetests.rs:5:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    filetests

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.84s

Versions and Environment

Cranelift version or commit: c766c432b5f77f6267ef7e320cba434da1e81821

Operating system: macOS 11.5.2

Architecture: x64 backend

Extra Info

Same failure in CI here: https://github.com/bytecodealliance/wasmtime/runs/6373883706?check_suite_focus=true

view this post on Zulip Wasmtime GitHub notifications bot (May 10 2022 at 17:34):

avanhatt commented on issue #4121:

Oops I just saw https://github.com/bytecodealliance/wasmtime/pull/4120, closing

view this post on Zulip Wasmtime GitHub notifications bot (May 10 2022 at 17:34):

avanhatt closed issue #4121:

.clif Test Case

FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile

Steps to Reproduce

git checkout main
cd cranelift
cargo test

Expected Results

All tests pass

Actual Results

FAIL filetests/filetests/isa/x64/select-issue-3744.clif: compile

Caused by:
    filecheck failed for function on line 6:
    #0 check: ucomiss %xmm0, %xmm1
    #1 nextln: cmovnzl %r8d, %eax, %eax
    #2 nextln: cmovpl  %r8d, %eax, %eax
    >   pushq   %rbp
    >   movq    %rsp, %rbp
    > block0:
    >   movl    $1, %eax
    >   ucomiss %xmm0, %xmm1
        ^~~~~~~~~~~~~~~~~~~~
    Matched #0: \bucomiss %xmm0, %xmm1\b
    >   cmovnzl const(VCodeConstant(0)), %eax, %eax
    Missed #1: \bcmovnzl %r8d, %eax, %eax\b
    >   cmovpl  const(VCodeConstant(0)), %eax, %eax
    >   movq    %rbp, %rsp
    >   popq    %rbp
    >   ret

355 tests
thread 'filetests' panicked at 'test harness: 1 failure', cranelift/tests/filetests.rs:5:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    filetests

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.84s

Versions and Environment

Cranelift version or commit: c766c432b5f77f6267ef7e320cba434da1e81821

Operating system: macOS 11.5.2

Architecture: x64 backend

Extra Info

Same failure in CI here: https://github.com/bytecodealliance/wasmtime/runs/6373883706?check_suite_focus=true


Last updated: Oct 23 2024 at 20:03 UTC