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
Looks like something is wrong with the set-up. Also, anything valgrind will not work on Darwin PowerPC, since valgrind is known to be broken there (it does not build and cannot therefore run anything).
The text was updated successfully, but these errors were encountered:
Thanks for testing it, but I think the main tests are enough on normal cases and the extra tests are mostly for our internal checking to see that the algorithms work as they should, there should not be platform specific bugs detected, or at least they typically are not 🤔
After a fix to
threads.h
, I ran tests on 10.6 PowerPC. All main tests pass:However all extra tests fail, identically:
Looks like something is wrong with the set-up. Also, anything
valgrind
will not work on Darwin PowerPC, sincevalgrind
is known to be broken there (it does not build and cannot therefore run anything).The text was updated successfully, but these errors were encountered: