-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
Debian CI has noticed that test_size in smallvec 1.x (the test does not seem to exist on smallvec 2.x) fails on 32-bit.
With "union" feature enabled.
---- tests::test_size stdout ----
thread 'tests::test_size' panicked at 'assertion failed: `(left == right)`
left: `24`,
right: `12`', src/tests.rs:990:5
Without "union" feature enabled.
---- tests::test_size stdout ----
thread 'tests::test_size' panicked at 'assertion failed: `(left == right)`
left: `24`,
right: `16`', src/tests.rs:990:5
I applied a patch in Debian to make 24 a maximum value rather than an exact value.
Metadata
Metadata
Assignees
Labels
No labels