-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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 2056 and 2057 failing on macOS #2394
Comments
Unclear as to whether this comment is relevant. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
AFAIK this issue remains unresolved. |
But nobody seems to work on it, why this is silent and the bot marked it as stale. Bugs that don't "move" will get closed eventually and will instead get added to the KNOWN_BUGS document. |
Is it possible to get error logs and not just the FAILED` lines? I only have access to 10.13 but I can try and reproduce once I know what I'm looking for. |
Ah! Was not aware there was a known bugs doc. Is that in this repo or somewhere else? Also would be great if the bot shared this info when posting as well. The log is linked in the OP. It selects specific lines, but you are free to move around in the log as well as remove the selection. Please let me know if you have more questions. |
The buildlog is there yes, but I would like to see the actual logfiles/output from the failing tests. |
It is mentioned in the "new issue" template. It was in that text you just skipped over =) |
Hmm...I may have read it 6 months ago and forgot. :) In any event, would still be nice to have the bot mention it. ;) |
@danielgustafsson, not sure I'm following. Can you please tell me how to get the additional information you need? We may need to try a new build to get at it. Happy to update the build to |
The LD_PRELOAD functionality doesn't exist on macOS, so skip any tests requiring it. Closes curl#2394 Closes #xxxx Reported-by: Github user @jakirkham
I took a look at this today, and the reason why the tests are failing on macOS is that they depend on A longer term fix is to make this portable such that it uses
|
Add DYLD_INSERT_LIBRARIES support to the TODO list. Reported in curl#2394.
Add DYLD_INSERT_LIBRARIES support to the TODO list. Reported in #2394.
When building curl 7.58.0 on macOS 10.10 using Xcode 6.4, seeing tests 2056 and 2057 fail. Details can be found in this build log (linked to failing lines). Can confirm that these failures also occur on macOS 10.11 with Xcode 7.3.1. Also can confirm the issue persists in 7.59.0.
The text was updated successfully, but these errors were encountered: