Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

vector_types::bindgen_test_layout_(u)long* fails on windows #10

@termoshtt

Description

@termoshtt
failures:
    vector_types::bindgen_test_layout_long1
    vector_types::bindgen_test_layout_long2
    vector_types::bindgen_test_layout_long3
    vector_types::bindgen_test_layout_long4
    vector_types::bindgen_test_layout_ulong1
    vector_types::bindgen_test_layout_ulong2
    vector_types::bindgen_test_layout_ulong3
    vector_types::bindgen_test_layout_ulong4

test result: FAILED. 89 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out
Details
failures:

---- vector_types::bindgen_test_layout_long1 stdout ----
thread 'vector_types::bindgen_test_layout_long1' panicked at 'assertion failed: `(left == right)`
  left: `4`,
 right: `8`: Size of: long1', src\vector_types.rs:778:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.

---- vector_types::bindgen_test_layout_long2 stdout ----
thread 'vector_types::bindgen_test_layout_long2' panicked at 'assertion failed: `(left == right)`
  left: `8`,
 right: `16`: Size of: long2', src\vector_types.rs:825:5

---- vector_types::bindgen_test_layout_long3 stdout ----
thread 'vector_types::bindgen_test_layout_long3' panicked at 'assertion failed: `(left == right)`
  left: `12`,
 right: `24`: Size of: long3', src\vector_types.rs:874:5

---- vector_types::bindgen_test_layout_long4 stdout ----
thread 'vector_types::bindgen_test_layout_long4' panicked at 'assertion failed: `(left == right)`
  left: `16`,
 right: `32`: Size of: long4', src\vector_types.rs:945:5

---- vector_types::bindgen_test_layout_ulong1 stdout ----
thread 'vector_types::bindgen_test_layout_ulong1' panicked at 'assertion failed: `(left == right)`
  left: `4`,
 right: `8`: Size of: ulong1', src\vector_types.rs:801:5

---- vector_types::bindgen_test_layout_ulong2 stdout ----
thread 'vector_types::bindgen_test_layout_ulong2' panicked at 'assertion failed: `(left == right)`
  left: `8`,
 right: `16`: Size of: ulong2', src\vector_types.rs:849:5

---- vector_types::bindgen_test_layout_ulong3 stdout ----
thread 'vector_types::bindgen_test_layout_ulong3' panicked at 'assertion failed: `(left == right)`
  left: `12`,
 right: `24`: Size of: ulong3', src\vector_types.rs:909:5

---- vector_types::bindgen_test_layout_ulong4 stdout ----
thread 'vector_types::bindgen_test_layout_ulong4' panicked at 'assertion failed: `(left == right)`
  left: `16`,
 right: `32`: Size of: ulong4', src\vector_types.rs:981:5

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions