-
Notifications
You must be signed in to change notification settings - Fork 742
Tests started to fail on macOS on the most recent master #1067
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
Comments
Hmm, right. Now we have the problem that symbols on those platforms are actually different. :( |
So, options I'm seeing:
|
@emilio As I understand it, the functionality is correct, but the tests need refactor. I prefer the option to ignore |
Right, I agree, and I think reverting would be really unfortunate. We probably just need an easy way to update tests for all platforms (can be done with |
Inserting an implicit Note that the test expectations don't actually call any of the declared functions, so we won't get link errors (otherwise, we would get them now). |
Make the default target for expectation files as x86_64-unknown-linux Solves #1067 I didn't check it on macos because I don't have one, but it will be a surprise if it doesn't work.
745d606 made tests on my local macOS machine to fail.
Here is build log.
The text was updated successfully, but these errors were encountered: