You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
However, on i686, sizeof(tiny_utf8::string) is 16 chars, which means the string literal used in this test is too large for SSO, and the EXPECT_TRUE(str.sso_active()) assertions fails.
Steps to reproduce
Install 32-bit gtest and gmock libraries
Build the test suite in 32-bit mode (e.g. using -DCMAKE_CXX_FLAGS="-m32")