Skip to content
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

unit1307: tidy up Apple OS detection #15461

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Oct 30, 2024

Use __APPLE__ macro to detect Apple OS instead of relying on
the string in CURL_OS.

This also fixes detection with default CMake builds where CURL_OS is
Darwin. The code before this patch was expecting this substring in
lowercase.

@vszakats vszakats added tests tidy-up appleOS specific to an Apple operating system labels Oct 30, 2024
@vszakats vszakats changed the title unit1307: tidy up macOS detection unit1307: tidy up Apple OS detection Oct 30, 2024
@dfandrich
Copy link
Contributor

Analysis of PR #15461 at d5a2802a:

Test http/test_07_upload.py::TestUpload::test_07_22_upload_parallel_fail[0-h3] failed, which has NOT been flaky recently, so there could be a real issue in this PR.

Generated by Testclutch

@vszakats vszakats closed this in 329a8e9 Oct 31, 2024
@vszakats vszakats deleted the unit1307-platf-detection branch October 31, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
appleOS specific to an Apple operating system tests tidy-up
Development

Successfully merging this pull request may close these issues.

3 participants