Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
termoshtt opened this issue Jan 6, 2019 · 2 comments
Closed

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

termoshtt opened this issue Jan 6, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@termoshtt
Copy link
Member

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
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

@termoshtt termoshtt added the bug Something isn't working label Jan 6, 2019
@AndrewGaspar
Copy link
Contributor

This would presumably be fixed by #4

@termoshtt
Copy link
Member Author

Resolved in #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants