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
It looks as if pool_test is not 100% reliable, at least not on my mac. Sometimes everything passes, but most of the time there is a single assertion the fails.
Running make test over and over will yield success sometimes, but failure most of the time. This is built using Apple clang:
-- The C compiler identification is AppleClang 5.0.0.5000279
-- The CXX compiler identification is AppleClang 5.0.0.5000279
I thought that the failures were related to a change I had in a local branch but it turns out that this bejavior is also present in the current master.
The text was updated successfully, but these errors were encountered:
It looks as if
pool_test
is not 100% reliable, at least not on my mac. Sometimes everything passes, but most of the time there is a single assertion the fails.Running
make test
over and over will yield success sometimes, but failure most of the time. This is built using Apple clang:I thought that the failures were related to a change I had in a local branch but it turns out that this bejavior is also present in the current master.
The text was updated successfully, but these errors were encountered: