-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests failing on macOS #182
Comments
I've actually forgot to run the tests. But now I did, and there's a lot of tsan hits, even after I fixed most (perhaps all) race conditions in conjunction with initialization of static variables (see #181). |
Are these tsan hits different from the ones that you've submitted fixes for? |
But you might want to apply the patch in #183. Maybe that's enough to pass the tests, I don't know. |
This patch doesn't seem to fix the test failures |
3.0.8 passes all tests on 10.6 PowerPC. But fails to build on 14.2, ironically. |
Hi!
I'm trying to run Lucene++ on macOS Catalina. A large number of tests seem to be failing on mac (>100).
Some of them appear to be due to refCount issues:
And few of them due to exceptions not being caught correctly. Are there any other settings that need to be set to be able to run the tests successfully on mac?
The text was updated successfully, but these errors were encountered: