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
[ RUN ] format_test.line_buffering
/Users/runner/work/fmt/fmt/test/format-test.cc:1783: Failure
Expected equality of these values:
cv.wait_for(lock, std::chrono::seconds(1))
Which is: 4-byte object <01-00 00-00>
std::cv_status::no_timeout
Which is: 4-byte object <00-00 00-00>
libc++abi: terminating
The text was updated successfully, but these errors were encountered:
[ RUN ] format_test.line_buffering
/Users/runner/work/fmt/fmt/test/format-test.cc:1783: Failure
Expected equality of these values:
cv.wait_for(lock, std::chrono::minutes(1))
Which is: 4-byte object <01-00 00-00>
std::cv_status::no_timeout
Which is: 4-byte object <00-00 00-00>
libc++abi: terminating
The
format_test.line_buffering
test fails in some times:https://github.com/phprus/fmt/actions/runs/8306754662/job/22735199633
The text was updated successfully, but these errors were encountered: