[Bug 52620] New: Failed test of `win32_arrays` from `windows-rs`

WineHQ Bugzilla wine-bugs at winehq.org
Thu Mar 3 13:22:45 CST 2022


https://bugs.winehq.org/show_bug.cgi?id=52620

            Bug ID: 52620
           Summary: Failed test of `win32_arrays` from `windows-rs`
           Product: Wine
           Version: 7.2
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: mikrutrafal at protonmail.com
      Distribution: ---

This test pass on Windows 10

Failures
```
failures:

---- keyboard_state stdout ----
thread 'keyboard_state' panicked at 'assertion failed: state != zeroed',
crates\tests\win32_arrays\tests\
fixed.rs:9:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- temp_file stdout ----
thread 'temp_file' panicked at 'assertion failed: `(left == right)`
  left: `[46, 92, 116, 101, 115, 55, 98, 46, 116, 109, 112, 0]`,
 right: `[46, 92, 116, 101, 115, 55, 66, 46, 116, 109, 112, 0]`',
crates\tests\win32_arrays\tests\fixed.r
s:20:9


failures:
    keyboard_state
    temp_file
```

Rust for Windows can be installed via
https://forge.rust-lang.org/infra/other-installation-methods.html
or directly
https://static.rust-lang.org/dist/rust-1.59.0-x86_64-pc-windows-gnu.msi

Steps to reproduce

git clone https://github.com/microsoft/windows-rs.git
cd windows-rs
cd crates/tests/win32_arrays/
wine cargo test

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list