Fedora Account System
Red Hat Associate
Red Hat Customer
32 bit support was reenabled on upstream. But some tests are not passing only on 32b builds. Reproducible: Always Steps to Reproduce: 1. fedpkg clone -a cpp-httplib 2. cd cpp-httplib 3. fedpkg mockbuild -r /etc/mock/fedora-rawhide-i386.cfg -N Actual Results: The following tests FAILED: 484 - ETagTest.LastModifiedAndIfModifiedSince (Failed) 487 - ETagTest.IfRangeWithDate (Failed) 538 - WebSocketIntegrationTest.LargeMessage (Failed) 544 - WebSocketIntegrationTest.MaxPayloadAtLimit (Failed) Errors while running CTest Expected Results: No tests fail on 32b if it builds there. Disable tests which cannot pass on 32b instead. Additional Information: Upstream has closed issue reporting this. It is up to us to provide PR fixing this, if it should be fixed. Setting low severity, it is unlikely I will focus on it soon. But keeping tracker bug to have it tracked at least downstream.
As of version 0.48.0, it seems WebSocketIntegrationTest tests were fixed. But failures in ETagTest two still remains.