Closed
Description
The Fedora cpp-httplib package has started to fail building on x86_64: https://koschei.fedoraproject.org/package/cpp-httplib
The failure is:
310/312 Test #310: MaxTimeoutTest.ContentStream .........................................***Failed 6.13 sec
Running main() from /builddir/build/BUILD/gtest-1.15.2-build/googletest-1.15.2/googletest/src/gtest_main.cc
Note: Google Test filter = MaxTimeoutTest.ContentStream
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from MaxTimeoutTest
[ RUN ] MaxTimeoutTest.ContentStream
/builddir/build/BUILD/cpp-httplib-0.19.0-build/cpp-httplib-0.19.0/test/test.cc:8266: Failure
Value of: success
Actual: true
Expected: false
[ FAILED ] MaxTimeoutTest.ContentStream (6004 ms)
[----------] 1 test from MaxTimeoutTest (6004 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (6004 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] MaxTimeoutTest.ContentStream
1 FAILED TEST
This still fails with 0.20.0. There are some slight changes in various dependencies but nothing is standing out to me. Any ideas?